|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.vdb.MacroDescriptionProperty
public class MacroDescriptionProperty
Insert the type's description here.
Field Summary |
---|
Fields inherited from interface com.cosylab.vdct.inspector.InspectableProperty |
---|
ALWAYS_VISIBLE, NEVER_VISIBLE, NON_DEFAULT_VISIBLE, UNDEFINED_VISIBILITY |
Constructor Summary | |
---|---|
MacroDescriptionProperty(VDBMacro macro)
Constructor |
Method Summary | |
---|---|
boolean |
allowsOtherValues()
Insert the method's description here. |
java.lang.String |
checkValueValidity(java.lang.String value)
Returns null if this value is valid, else the error message. |
java.util.regex.Pattern |
getEditPattern()
Insert the method's description here. |
java.lang.Integer |
getGuiGroup()
Returns the gui group index as an Integer or null if no gui group info available. |
java.lang.String |
getHelp()
Insert the method's description here. |
java.lang.String |
getInitValue()
Insert the method's description here. |
java.lang.String |
getName()
Insert the method's description here. |
java.lang.String[] |
getSelectableValues()
Insert the method's description here. |
java.lang.String |
getToolTipText()
Insert the method's description here. |
java.lang.String |
getValue()
Insert the method's description here. |
int |
getVisibility()
Insert the method's description here. |
boolean |
hasDefaultValue()
|
boolean |
hasValidity()
|
boolean |
isEditable()
Insert the method's description here. |
boolean |
isSeparator()
Insert the method's description here. |
boolean |
isValid()
Insert the method's description here. |
void |
popupEvent(java.awt.Component component,
int x,
int y)
Insert the method's description here. |
void |
setValue(java.lang.String value)
Insert the method's description here. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MacroDescriptionProperty(VDBMacro macro)
Method Detail |
---|
public boolean allowsOtherValues()
InspectableProperty
allowsOtherValues
in interface InspectableProperty
InspectableProperty.allowsOtherValues()
public java.util.regex.Pattern getEditPattern()
InspectableProperty
getEditPattern
in interface InspectableProperty
InspectableProperty.getEditPattern()
public java.lang.String getHelp()
InspectableProperty
getHelp
in interface InspectableProperty
InspectableProperty.getHelp()
public java.lang.String getInitValue()
InspectableProperty
getInitValue
in interface InspectableProperty
InspectableProperty.getInitValue()
public java.lang.String getName()
InspectableProperty
getName
in interface InspectableProperty
InspectableProperty.getName()
public java.lang.String[] getSelectableValues()
InspectableProperty
getSelectableValues
in interface InspectableProperty
InspectableProperty.getSelectableValues()
public java.lang.String getToolTipText()
InspectableProperty
getToolTipText
in interface InspectableProperty
InspectableProperty.getToolTipText()
public java.lang.String getValue()
InspectableProperty
getValue
in interface InspectableProperty
InspectableProperty.getValue()
public int getVisibility()
InspectableProperty
getVisibility
in interface InspectableProperty
InspectableProperty.getVisibility()
public boolean isEditable()
InspectableProperty
isEditable
in interface InspectableProperty
InspectableProperty.isEditable()
public boolean isSeparator()
InspectableProperty
isSeparator
in interface InspectableProperty
InspectableProperty.isSeparator()
public boolean isValid()
InspectableProperty
isValid
in interface InspectableProperty
InspectableProperty.isValid()
public void popupEvent(java.awt.Component component, int x, int y)
InspectableProperty
popupEvent
in interface InspectableProperty
InspectableProperty.popupEvent(Component, int, int)
public void setValue(java.lang.String value)
InspectableProperty
setValue
in interface InspectableProperty
value
- java.lang.StringInspectableProperty.setValue(String)
public java.lang.String toString()
toString
in class java.lang.Object
com.cosylab.vdct.inspector.InspectableProperty#toString(String)
public boolean hasDefaultValue()
hasDefaultValue
in interface InspectableProperty
public boolean hasValidity()
hasValidity
in interface InspectableProperty
public java.lang.String checkValueValidity(java.lang.String value)
InspectableProperty
checkValueValidity
in interface InspectableProperty
public java.lang.Integer getGuiGroup()
InspectableProperty
getGuiGroup
in interface InspectableProperty
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |