|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for all the Inline Value Editor Widget.
Method Summary | |
void |
addKeyListener(KeyListener listener)
Add the key listener to the JComponent inside the widget. |
InlineValueEditorWidgetInterface |
createNewWidget()
Create a new widget will the same type as itself. |
AttributeDefDefaultView |
getAttributeDefinition()
Return the Attribute Definition. |
AbstractValueView[] |
getNewValues()
Get the new values. |
AbstractValueView |
getShownValue()
Get the currently shown value from the widget. |
String |
getToolTipText()
|
boolean |
isDirty()
Return whether the widget has changed or not. |
boolean |
isWidgetEnabled()
Return whether the widget is enabled or not. |
void |
removeKeyListener(KeyListener listener)
Remove the KeyListener from the JComponent inside the widget. |
void |
removeShownValue()
Remove the shown value. |
void |
setAttributeDefinition(AttributeDefDefaultView definition)
Set the Attribute Definition. |
void |
setDirty(boolean dirty)
|
void |
setMultiLineToolTip(String tooltip)
Set the tooltip text to the JComponent inside the widget. |
void |
setShownValue(AbstractValueView obj)
Set the AbstractValueView to be displayed in the widget. |
void |
setWidgetEnabled(boolean enabled)
Change the widget state from enabled to disabled. |
Method Detail |
public AbstractValueView getShownValue() throws ActionAbortedException
ActionAbortedException
public AbstractValueView[] getNewValues() throws ActionAbortedException
ActionAbortedException
public void setShownValue(AbstractValueView obj) throws ActionAbortedException
obj
-
ActionAbortedException
public void removeShownValue()
public void setWidgetEnabled(boolean enabled)
enabled
- public boolean isWidgetEnabled()
public InlineValueEditorWidgetInterface createNewWidget()
public void setMultiLineToolTip(String tooltip)
tooltip
- public String getToolTipText()
public void addKeyListener(KeyListener listener)
listener
- public void removeKeyListener(KeyListener listener)
listener
- public void setDirty(boolean dirty)
dirty
- public boolean isDirty()
public void setAttributeDefinition(AttributeDefDefaultView definition)
definition
- public AttributeDefDefaultView getAttributeDefinition()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |