|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.swt.control.attributetree.editors.AttributeTableItemEditor
com.tensegrity.gui.swt.control.attributetree.editors.AnchorItemEditor
This class handles the editing of anchor attribute values
| Field Summary |
| Fields inherited from class com.tensegrity.gui.swt.control.attributetree.editors.AttributeTableItemEditor |
newValue |
| Constructor Summary | |
AnchorItemEditor(org.eclipse.swt.widgets.Composite parent,
AttributeTableItem tableItem)
Creates a new AnchorItemEditor instance |
|
| Method Summary | |
void |
dispose()
Callback method which is invoked to signal that the current editor is asked to remove itself. |
org.eclipse.swt.widgets.Control |
getEditorControl()
Returns the editor component which replaces the corresponding attribute table entry for editing. |
void |
setConstraint(Constraint constraint)
Sets the constraint to use to determine the enabled state of the items |
void |
setLocation(int x,
int y)
Sets the location of the anchor selection box |
| Methods inherited from class com.tensegrity.gui.swt.control.attributetree.editors.AttributeTableItemEditor |
addEditorListener, getItem, getValue, notifyListeners, removeEditorListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AnchorItemEditor(org.eclipse.swt.widgets.Composite parent,
AttributeTableItem tableItem)
parent - the composite to add this editor totableItem - the table item which should be edited| Method Detail |
public org.eclipse.swt.widgets.Control getEditorControl()
AbstractAttributeTableItemEditor
public final void dispose()
AbstractAttributeTableItemEditor
dispose in interface AbstractAttributeTableItemEditordispose in class AttributeTableItemEditorpublic void setConstraint(Constraint constraint)
constraint - the constraint to use to determine the enabled
state of the items
public final void setLocation(int x,
int y)
x - position in x directiony - position in y direction
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||