com.cosylab.vdct.vdb
Class GUIHeader

java.lang.Object
  extended by com.cosylab.vdct.vdb.GUIHeader
All Implemented Interfaces:
InspectableProperty
Direct Known Subclasses:
GUISeparator

public class GUIHeader
extends java.lang.Object
implements InspectableProperty

Insert the type's description here. Creation date: (12.1.2001 22:40:34)

Author:

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

title

protected java.lang.String title

name

protected java.lang.String name

visibility

protected int visibility

defaultHeader

protected static GUIHeader defaultHeader
Constructor Detail

GUIHeader

public GUIHeader(java.lang.String title,
                 java.lang.String name)
GUISeparator constructor comment.


GUIHeader

public GUIHeader(java.lang.String title,
                 java.lang.String name,
                 int visibility)
GUISeparator constructor comment.

Method Detail

allowsOtherValues

public boolean allowsOtherValues()
Insert the method's description here. Creation date: (12.1.2001 22:40:34)

Specified by:
allowsOtherValues in interface InspectableProperty
Returns:
boolean

getHelp

public java.lang.String getHelp()
Insert the method's description here. Creation date: (26.1.2001 15:02:40)

Specified by:
getHelp in interface InspectableProperty
Returns:
java.lang.String

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (12.1.2001 22:40:34)

Specified by:
getName in interface InspectableProperty
Returns:
java.lang.String

getSelectableValues

public java.lang.String[] getSelectableValues()
Insert the method's description here. Creation date: (12.1.2001 22:40:34)

Specified by:
getSelectableValues in interface InspectableProperty
Returns:
java.lang.String[]

getValue

public java.lang.String getValue()
Insert the method's description here. Creation date: (12.1.2001 22:40:34)

Specified by:
getValue in interface InspectableProperty
Returns:
java.lang.String

getInitValue

public java.lang.String getInitValue()
Insert the method's description here. Creation date: (11.1.2001 21:29:48)

Specified by:
getInitValue in interface InspectableProperty
Returns:
java.lang.String

isEditable

public boolean isEditable()
Insert the method's description here. Creation date: (12.1.2001 22:40:34)

Specified by:
isEditable in interface InspectableProperty
Returns:
boolean

isSeparator

public boolean isSeparator()
Insert the method's description here. Creation date: (12.1.2001 22:40:34)

Specified by:
isSeparator in interface InspectableProperty
Returns:
boolean

setValue

public void setValue(java.lang.String value)
Insert the method's description here. Creation date: (12.1.2001 22:40:34)

Specified by:
setValue in interface InspectableProperty
Parameters:
value - java.lang.String

getEditPattern

public java.util.regex.Pattern getEditPattern()
Insert the method's description here. Creation date: (24/8/99 15:29:04)

Specified by:
getEditPattern in interface InspectableProperty
Returns:
java.util.regex.Pattern

getToolTipText

public java.lang.String getToolTipText()
Insert the method's description here. Creation date: (24/8/99 15:29:04)

Specified by:
getToolTipText in interface InspectableProperty
Returns:
java.lang.String

isValid

public boolean isValid()
Insert the method's description here. Creation date: (11.1.2001 21:28:51)

Specified by:
isValid in interface InspectableProperty
Returns:
boolean

getVisibility

public int getVisibility()
Insert the method's description here. Creation date: (11.1.2001 21:30:04)

Specified by:
getVisibility in interface InspectableProperty
Returns:
int

popupEvent

public void popupEvent(java.awt.Component component,
                       int x,
                       int y)
Insert the method's description here. Creation date: (11.1.2001 21:30:04)

Specified by:
popupEvent in interface InspectableProperty
Parameters:
java.awt.Component -
x -
y -

getDefaultHeader

public static GUIHeader getDefaultHeader()
Returns the defaultHeader.

Returns:
GUIHeader

hasDefaultValue

public boolean hasDefaultValue()
Specified by:
hasDefaultValue in interface InspectableProperty

hasValidity

public boolean hasValidity()
Specified by:
hasValidity in interface InspectableProperty

checkValueValidity

public java.lang.String checkValueValidity(java.lang.String value)
Description copied from interface: InspectableProperty
Returns null if this value is valid, else the error message.

Specified by:
checkValueValidity in interface InspectableProperty
Returns:

getGuiGroup

public java.lang.Integer getGuiGroup()
Description copied from interface: InspectableProperty
Returns the gui group index as an Integer or null if no gui group info available.

Specified by:
getGuiGroup in interface InspectableProperty
Returns: