|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface which lists all possible inplace editors. Implementing classes have
to provide a suitable gui control and register theirself to an
InplaceConductor.
com.tensegrity.gui.swt.graph.inplaceediting.InplaceConductor
| Method Summary | |
InplaceEditor |
getComboEditor(Label2D label,
BaseComposite bComposite,
GraphPanel gPanel,
Attribute attr)
Returns the InplaceEditor for editing a label's
constraint. |
InplaceEditor |
getLabelEditor(Label2D label,
BaseComposite bComposite,
GraphPanel gPanel,
CompositeTable table)
Returns the InplaceEditor for editing labels. |
| Method Detail |
public InplaceEditor getLabelEditor(Label2D label,
BaseComposite bComposite,
GraphPanel gPanel,
CompositeTable table)
InplaceEditor for editing labels. To get the
visual representation, i.e. usually a Swing or
SWT based TextArea, use
InplaceEditor#getControl().
label - Primitive to apply inplace editing tobComposite - Composite to apply inplace editing togPanel - contains the underlying element which requests inplace
editingtable - The composite table containing the label or null
InplaceEditor instance for editing labels
public InplaceEditor getComboEditor(Label2D label,
BaseComposite bComposite,
GraphPanel gPanel,
Attribute attr)
InplaceEditor for editing a label's
constraint. To get the visual representation, i.e. usually a
Swing or SWT based Combo,
use InplaceEditor#getControl().
label - Primitive to apply inplace editing tobComposite - Composite to apply inplace editing togPanel - contains the underlying element which requests inplace
editingattr - Attribute that holds the constraints
InplaceEditor instance for constraint editing
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||