|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.vdb.GUIHeader
public class GUIHeader
Insert the type's description here. Creation date: (12.1.2001 22:40:34)
Field Summary | |
---|---|
protected static GUIHeader |
defaultHeader
|
protected java.lang.String |
name
|
protected java.lang.String |
title
|
protected int |
visibility
|
Fields inherited from interface com.cosylab.vdct.inspector.InspectableProperty |
---|
ALWAYS_VISIBLE, NEVER_VISIBLE, NON_DEFAULT_VISIBLE, UNDEFINED_VISIBILITY |
Constructor Summary | |
---|---|
GUIHeader(java.lang.String title,
java.lang.String name)
GUISeparator constructor comment. |
|
GUIHeader(java.lang.String title,
java.lang.String name,
int visibility)
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. |
static GUIHeader |
getDefaultHeader()
Returns the defaultHeader. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String title
protected java.lang.String name
protected int visibility
protected static GUIHeader defaultHeader
Constructor Detail |
---|
public GUIHeader(java.lang.String title, java.lang.String name)
public GUIHeader(java.lang.String title, java.lang.String name, int visibility)
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 static GUIHeader getDefaultHeader()
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 |