|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.vdb.ROProperty
public class ROProperty
Insert the type's description here. Creation date: (12.1.2001 22:40:34)
Field Summary | |
---|---|
protected boolean |
allowVisibilityChange
|
protected InspectableProperty |
property
|
Fields inherited from interface com.cosylab.vdct.inspector.InspectableProperty |
---|
ALWAYS_VISIBLE, NEVER_VISIBLE, NON_DEFAULT_VISIBLE, UNDEFINED_VISIBILITY |
Constructor Summary | |
---|---|
ROProperty(InspectableProperty property)
GUISeparator constructor comment. |
|
ROProperty(InspectableProperty property,
boolean allowVisibilityChange)
GUISeparator constructor comment. |
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. |
void |
setVisibility(int visibility)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean allowVisibilityChange
protected InspectableProperty property
Constructor Detail |
---|
public ROProperty(InspectableProperty property)
public ROProperty(InspectableProperty property, boolean allowVisibilityChange)
Method Detail |
---|
public boolean allowsOtherValues()
allowsOtherValues
in interface InspectableProperty
public java.lang.String getHelp()
getHelp
in interface InspectableProperty
public java.lang.String getName()
getName
in interface InspectableProperty
public java.lang.String[] getSelectableValues()
getSelectableValues
in interface InspectableProperty
public java.lang.String getValue()
getValue
in interface InspectableProperty
public java.lang.String getInitValue()
getInitValue
in interface InspectableProperty
public boolean isEditable()
isEditable
in interface InspectableProperty
public boolean isSeparator()
isSeparator
in interface InspectableProperty
public void setValue(java.lang.String value)
setValue
in interface InspectableProperty
value
- java.lang.Stringpublic java.util.regex.Pattern getEditPattern()
getEditPattern
in interface InspectableProperty
public java.lang.String getToolTipText()
getToolTipText
in interface InspectableProperty
public boolean isValid()
isValid
in interface InspectableProperty
public int getVisibility()
getVisibility
in interface InspectableProperty
public void popupEvent(java.awt.Component component, int x, int y)
popupEvent
in interface InspectableProperty
java.awt.Component
- x
- y
- public void setVisibility(int visibility)
ChangableVisibility
setVisibility
in interface ChangableVisibility
ChangableVisibility.setVisibility(int)
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 |