|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.modules.vcscore.util.VariableInputComponent
The representation of component for variable input.
Constructor Summary | |
VariableInputComponent(int component,
String variable,
Class componentClass)
Creates new VariableInputComponent |
|
VariableInputComponent(int component,
String variable,
String label)
Creates new VariableInputComponent |
|
VariableInputComponent(int component,
String variable,
String label,
String labelMnemonic)
Creates new VariableInputComponent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public VariableInputComponent(int component, String variable, String label)
public VariableInputComponent(int component, String variable, String label, String labelMnemonic)
public VariableInputComponent(int component, String variable, Class componentClass)
Method Detail |
public int getComponent()
public String getVariable()
public void setVarConditions(String[] varConditions)
public String[] getVarConditions()
public static boolean isVarConditionMatch(String[] varConditions, Map vars)
varConditions
- the array of variables for empty and non-empty conditions.vars
- the map of variables and their values
public void setExpert(boolean expert)
public boolean isExpert()
public String getLabel()
public void setLabelMnemonic(String mnemonic)
public Character getLabelMnemonic()
public void setA11yName(String name)
public String getA11yName()
public void setA11yDescription(String description)
public String getA11yDescription()
public void setValue(String value)
public String getValue()
public void setValueSelected(String valueSelected)
public String getValueSelected()
public void setValueUnselected(String valueUnselected)
public String getValueUnselected()
public void setDefaultValue(String defaultValue)
public String getDefaultValue()
public boolean needsPreCommandPerform()
public boolean isExpandableDefaultValue()
public void setValuesAsDefault()
public void setDefaultValues()
public void setDimension(Dimension dimension)
public Dimension getDimension()
public boolean isMultiLine()
public void setMultiLine(boolean multiLine)
public void addEnable(String varName)
public Set getEnable()
public Set getDisable()
public void addDisable(String varName)
public void setSelector(String selector)
public String getSelector()
public void setSelectorVarConditions(String[] varConditions)
public String[] getSelectorVarConditions()
public void setValidator(String validator)
public String getValidator()
public VariableInputValidator validate()
public void setStyle(String style)
public String getStyle()
public int getHistorySize()
public String getHistoryValue(int index)
public void addSubComponent(VariableInputComponent component)
public VariableInputComponent[] subComponents()
public String toString()
public void setTrivial(boolean trivial)
public boolean isTrivial()
public NestableInputComponent getNestableComponent(boolean newInstance)
null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |