|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableInputDescriptor | |
org.netbeans.modules.vcscore.util | This package provides declarative UI parsing and rendering engine. |
Uses of VariableInputDescriptor in org.netbeans.modules.vcscore.util |
Methods in org.netbeans.modules.vcscore.util that return VariableInputDescriptor | |
VariableInputDescriptor |
VariableInputDialog.getInputDescriptor()
Get the input decriptor from which this dialog was created. |
VariableInputDescriptor |
VariableInputDialog.getGlobalInputDescriptor()
Get the global input decriptor from which this dialog was created. |
static VariableInputDescriptor |
VariableInputDescriptor.create(String label,
VariableInputComponent[] components)
Create a new VariableInputDescriptor. |
static VariableInputDescriptor |
VariableInputDescriptor.parseItems(String inputItems,
String[] resourceBundles)
Parse the string representation of components into the descriptor object. |
Methods in org.netbeans.modules.vcscore.util with parameters of type VariableInputDescriptor | |
void |
VariableInputDialog.setGlobalInput(VariableInputDescriptor inputDescriptor)
|
Constructors in org.netbeans.modules.vcscore.util with parameters of type VariableInputDescriptor | |
VariableInputDialog(VcsDescribedCommand dcmd,
VariableInputDescriptor inputDescriptor,
boolean expert,
Hashtable vars)
Creates new form VariableInputDialog. |
|
VariableInputDialog(VcsDescribedCommand dcmd,
VariableInputDescriptor inputDescriptor,
boolean expert,
Hashtable vars,
boolean rapidVariablesAssignment,
boolean dynamicVarChanges)
Creates new form VariableInputDialog. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |