|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InspectableProperty
Insert the type's description here. Creation date: (11.1.2001 21:28:00)
Field Summary | |
---|---|
static int |
ALWAYS_VISIBLE
|
static int |
NEVER_VISIBLE
|
static int |
NON_DEFAULT_VISIBLE
|
static int |
UNDEFINED_VISIBILITY
|
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. |
Field Detail |
---|
static final int NON_DEFAULT_VISIBLE
static final int ALWAYS_VISIBLE
static final int NEVER_VISIBLE
static final int UNDEFINED_VISIBILITY
Method Detail |
---|
boolean allowsOtherValues()
java.lang.String getHelp()
java.lang.String getName()
java.lang.String[] getSelectableValues()
java.lang.String getValue()
java.lang.String getInitValue()
boolean isEditable()
boolean isValid()
boolean isSeparator()
void setValue(java.lang.String value)
value
- java.lang.Stringjava.util.regex.Pattern getEditPattern()
java.lang.String getToolTipText()
int getVisibility()
void popupEvent(java.awt.Component component, int x, int y)
java.awt.Component
- x
- y
- boolean hasDefaultValue()
boolean hasValidity()
java.lang.String checkValueValidity(java.lang.String value)
value
-
java.lang.Integer getGuiGroup()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |