Package com.cosylab.vdct.inspector
Interface InspectableProperty
-
- All Known Subinterfaces:
InspectorActionProperty
- All Known Implementing Classes:
CommentProperty
,CreatorProperty
,EmptyProperty
,FieldInfoProperty
,GUIHeader
,GUISeparator
,MacroDescriptionProperty
,MonitoredActionProperty
,MonitoredProperty
,NameProperty
,NameValueInfoProperty
,PortDescriptionProperty
,ROProperty
,SplitPropertyPart
,VDBFieldData
,VDBMacro
,VDBPort
,VDBTemplateMacro
,VDBTemplatePort
,VisibilityProperty
public interface InspectableProperty
Insert the type's description here. Creation date: (11.1.2001 21:28:00)- Author:
- Matej Sekoranja
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALWAYS_VISIBLE
static int
NEVER_VISIBLE
static int
NON_DEFAULT_VISIBLE
static int
UNDEFINED_VISIBILITY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
allowsOtherValues()
Insert the method's description here.String
checkValueValidity(String value)
Returns null if this value is valid, else the error message.Pattern
getEditPattern()
Insert the method's description here.Integer
getGuiGroup()
Returns the gui group index as an Integer or null if no gui group info available.String
getHelp()
Insert the method's description here.String
getInitValue()
Insert the method's description here.String
getName()
Insert the method's description here.String[]
getSelectableValues()
Insert the method's description here.String
getToolTipText()
Insert the method's description here.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(Component component, int x, int y)
Insert the method's description here.void
setValue(String value)
Insert the method's description here.
-
-
-
Field Detail
-
NON_DEFAULT_VISIBLE
static final int NON_DEFAULT_VISIBLE
- See Also:
- Constant Field Values
-
ALWAYS_VISIBLE
static final int ALWAYS_VISIBLE
- See Also:
- Constant Field Values
-
NEVER_VISIBLE
static final int NEVER_VISIBLE
- See Also:
- Constant Field Values
-
UNDEFINED_VISIBILITY
static final int UNDEFINED_VISIBILITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
allowsOtherValues
boolean allowsOtherValues()
Insert the method's description here. Creation date: (11.1.2001 21:34:58)- Returns:
- boolean
-
getHelp
String getHelp()
Insert the method's description here. Creation date: (26.1.2001 15:01:28)- Returns:
- java.lang.String
-
getName
String getName()
Insert the method's description here. Creation date: (11.1.2001 21:54:12)- Returns:
- java.lang.String
-
getSelectableValues
String[] getSelectableValues()
Insert the method's description here. Creation date: (11.1.2001 21:36:10)- Returns:
- java.lang.String[]
-
getValue
String getValue()
Insert the method's description here. Creation date: (11.1.2001 21:29:48)- Returns:
- java.lang.String
-
getInitValue
String getInitValue()
Insert the method's description here. Creation date: (11.1.2001 21:29:48)- Returns:
- java.lang.String
-
isEditable
boolean isEditable()
Insert the method's description here. Creation date: (11.1.2001 21:28:51)- Returns:
- boolean
-
isValid
boolean isValid()
Insert the method's description here. Creation date: (11.1.2001 21:28:51)- Returns:
- boolean
-
isSeparator
boolean isSeparator()
Insert the method's description here. Creation date: (11.1.2001 21:44:32)- Returns:
- boolean
-
setValue
void setValue(String value)
Insert the method's description here. Creation date: (11.1.2001 21:30:04)- Parameters:
value
- java.lang.String
-
getEditPattern
Pattern getEditPattern()
Insert the method's description here. Creation date: (11.1.2001 21:30:04)- Returns:
- java.lang.String
-
getToolTipText
String getToolTipText()
Insert the method's description here. Creation date: (11.1.2001 21:30:04)- Returns:
- java.lang.String
-
getVisibility
int getVisibility()
Insert the method's description here. Creation date: (11.1.2001 21:30:04)- Returns:
- int
-
popupEvent
void popupEvent(Component component, int x, int y)
Insert the method's description here. Creation date: (11.1.2001 21:30:04)- Parameters:
component
- java.awt.Componentx
- xy
- y
-
hasDefaultValue
boolean hasDefaultValue()
- Returns:
- something
-
hasValidity
boolean hasValidity()
- Returns:
- something
-
checkValueValidity
String checkValueValidity(String value)
Returns null if this value is valid, else the error message.- Parameters:
value
- value- Returns:
- something
-
getGuiGroup
Integer getGuiGroup()
Returns the gui group index as an Integer or null if no gui group info available.- Returns:
- something
-
-