|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AttributeTableItem | |
| com.tensegrity.gui.swt.control.attributetree | |
| com.tensegrity.gui.swt.control.attributetree.editors | |
| Uses of AttributeTableItem in com.tensegrity.gui.swt.control.attributetree |
| Methods in com.tensegrity.gui.swt.control.attributetree that return AttributeTableItem | |
AttributeTableItem |
SwtAttributeTreeModel.getRoot()
Returns the root item of the currently setted table data |
AttributeTableItem |
SwtAttributeTree.getSelectedItem()
Returns the currently selected AttributeTableItem
or null, if none is selected |
AttributeTableItem[] |
AttributeTableItem.getChildren()
Get all referecend AttributeTableItems. |
AttributeTableItem |
AttributeTableItem.getParent()
Returns the parent AttributeTableItem. |
| Methods in com.tensegrity.gui.swt.control.attributetree with parameters of type AttributeTableItem | |
void |
SwtAttributeTreeModel.changed(AttributeTableItem tableItem)
This method is called whenever an attribute of this table has been altered |
void |
AttributeEditorListener.changed(AttributeTableItem tableItem)
Is called when the specified AttributeTableItem has changed. |
org.eclipse.swt.graphics.Image |
AttributeTreeImageProvider.getColumnImage(AttributeTableItem item)
Returns the image which corresponds to the given item, or null if no such image exists. |
void |
SwtAttributeTree.setInput(AttributeTableItem rootItem)
Sets the input of the AttributeTree, by specifing the root item. |
void |
AttributeTableItem.addChildItem(AttributeTableItem item)
Adds further items to this AttributeTableItem |
void |
AttributeTableItem.setParent(AttributeTableItem item)
Sets the parent AttributeTableItem |
void |
AttributeTableEditorSupplier.changed(AttributeTableItem tableItem)
|
| Uses of AttributeTableItem in com.tensegrity.gui.swt.control.attributetree.editors |
| Methods in com.tensegrity.gui.swt.control.attributetree.editors that return AttributeTableItem | |
AttributeTableItem |
AbstractAttributeTableItemEditor.getItem()
Returns the AttributeTableItem which should be edit |
AttributeTableItem |
AttributeTableItemEditor.getItem()
|
| Methods in com.tensegrity.gui.swt.control.attributetree.editors with parameters of type AttributeTableItem | |
AbstractAttributeTableItemEditor |
AttributeTableItemEditorProvider.getEditor(AttributeTableItem tableItem)
Returns the appropriate TableTreeEditor which corresponds to the given TableTreeItem. |
| Constructors in com.tensegrity.gui.swt.control.attributetree.editors with parameters of type AttributeTableItem | |
BooleanItemEditor(AttributeTableItem item)
Constructs the editor |
|
DoubleItemEditor(org.eclipse.swt.widgets.Composite parent,
AttributeTableItem tableItem)
Constructor which creates a new DoubleItemEditor instance |
|
StrokeFormatItemEditor(org.eclipse.swt.widgets.Composite parent,
UIManager uiManager,
AttributeTableItem tableItem)
Constructor which creates a new StrokeFormatItemEditor instance |
|
TextItemEditor(org.eclipse.swt.widgets.Composite parent,
AttributeTableItem tableItem)
Constructor which creates a new TextItemEditor instance |
|
FontFormatItemEditor(org.eclipse.swt.widgets.Composite parent,
UIManager uiManager,
AttributeTableItem tableItem)
Constructor which creates a new FontFormatItemEditor instance |
|
AnchorItemEditor(org.eclipse.swt.widgets.Composite parent,
AttributeTableItem tableItem)
Creates a new AnchorItemEditor instance |
|
MarkerFormatItemEditor(org.eclipse.swt.widgets.Composite parent,
UIManager uiManager,
AttributeTableItem tableItem)
Constructor which creates a new MarkerFormatItemEditor instance |
|
IntegerItemEditor(org.eclipse.swt.widgets.Composite parent,
AttributeTableItem tableItem)
Constructor which creates a new IntegerItemEditor instance |
|
AttributeTableItemEditor(AttributeTableItem tableItem)
Constructor which needs the AttributeTableItem which should be edited. |
|
MetricExpressionItemEditor(org.eclipse.swt.widgets.Composite parent,
AttributeTableItem tableItem)
Constructor which creates a new MetricExpressionItemEditor instance |
|
EnumConstraintItemEditor(org.eclipse.swt.widgets.Composite parent,
AttributeTableItem tableItem,
AttributeEditorProperties editorProperties)
Constructor which creates a new EnumConstraintItemEditor instance |
|
PaintFormatItemEditor(org.eclipse.swt.widgets.Composite parent,
UIManager uiManager,
AttributeTableItem tableItem)
Constructor which creates a new PaintFormatItemEditor instance |
|
ColorItemEditor(org.eclipse.swt.widgets.Composite parent,
AttributeTableItem tableItem)
Constructor. |
|
RasterItemEditor(org.eclipse.swt.widgets.Composite parent,
AttributeTableItem tableItem)
Constructor which creates a new RasterItemEditor instance |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||