|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.inspector.sheet.SplitPropertyPart
public class SplitPropertyPart
Field Summary |
---|
Fields inherited from interface com.cosylab.vdct.inspector.InspectableProperty |
---|
ALWAYS_VISIBLE, NEVER_VISIBLE, NON_DEFAULT_VISIBLE, UNDEFINED_VISIBILITY |
Constructor Summary | |
---|---|
SplitPropertyPart(int partIndex,
SplitPropertyGroup owner,
java.lang.String value,
java.lang.String initValue,
java.lang.String lead,
boolean editable)
|
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 |
getLead()
|
java.lang.String |
getName()
Insert the method's description here. |
SplitPropertyGroup |
getOwner()
|
int |
getPartIndex()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SplitPropertyPart(int partIndex, SplitPropertyGroup owner, java.lang.String value, java.lang.String initValue, java.lang.String lead, boolean editable)
partIndex
- owner
- value
- initValue
- lead
- editable
- Method Detail |
---|
public boolean allowsOtherValues()
InspectableProperty
allowsOtherValues
in interface InspectableProperty
public java.util.regex.Pattern getEditPattern()
InspectableProperty
getEditPattern
in interface InspectableProperty
public java.lang.String getHelp()
InspectableProperty
getHelp
in interface InspectableProperty
public java.lang.String getInitValue()
InspectableProperty
getInitValue
in interface InspectableProperty
public java.lang.String getName()
InspectableProperty
getName
in interface InspectableProperty
public java.lang.String[] getSelectableValues()
InspectableProperty
getSelectableValues
in interface InspectableProperty
public java.lang.String getToolTipText()
InspectableProperty
getToolTipText
in interface InspectableProperty
public java.lang.String getValue()
InspectableProperty
getValue
in interface InspectableProperty
public int getVisibility()
InspectableProperty
getVisibility
in interface InspectableProperty
public boolean isEditable()
InspectableProperty
isEditable
in interface InspectableProperty
public boolean isSeparator()
InspectableProperty
isSeparator
in interface InspectableProperty
public boolean isValid()
InspectableProperty
isValid
in interface InspectableProperty
public void popupEvent(java.awt.Component component, int x, int y)
InspectableProperty
popupEvent
in interface InspectableProperty
public void setValue(java.lang.String value)
InspectableProperty
setValue
in interface InspectableProperty
value
- java.lang.Stringpublic int getPartIndex()
public java.lang.String getLead()
public SplitPropertyGroup getOwner()
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 |