|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CompositeTable | |
| com.tensegrity.composite | The Tensgrity Graph Framework supports complex visual representations of nodes and edges. |
| com.tensegrity.composite.persistence | Provides classes for making composite objects persistent. |
| com.tensegrity.gui.inplaceediting | |
| com.tensegrity.gui.swing.inplaceediting | |
| com.tensegrity.gui.swt.inplaceediting | |
| com.tensegrity.skeleton.commands | The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc. |
| Uses of CompositeTable in com.tensegrity.composite |
| Methods in com.tensegrity.composite that return CompositeTable | |
abstract CompositeTable |
CompositeFactory.newCompositeTable(CoordinateSystem coordSystem)
Creates a new CompositeTable using the
CoordinateSystem given by parameter coordSystem. |
abstract CompositeTable |
CompositeFactory.newCompositeTable(CoordinateSystem coordSystem,
int columns,
int rows)
Creates a new CompositeTable with the given number of
columns and rows. |
abstract CompositeTable |
CompositeFactory.newCompositeTable(CoordinateSystem coordSystem,
java.lang.Object[] columnHeaders,
java.lang.Object[] rowHeaders)
Creates a new CompositeTable with the
CoordinateSystem given by parameter coordSystem.
|
abstract CompositeTable |
CompositeFactory.newCompositeTable(CoordinateSystem coordSystem,
com.tensegrity.composite.defaultimpl.table.CompositeTableModel model)
Creates a new CompositeTable that uses the given
CoordinateSystem and the given
CompositeTableModel. |
| Uses of CompositeTable in com.tensegrity.composite.persistence |
| Methods in com.tensegrity.composite.persistence with parameters of type CompositeTable | |
protected void |
CompositeTableBuilder.setGroupAttributes(CompositeTable group,
AttributeList list)
Applies the attributes from the given list to the given group. |
| Constructors in com.tensegrity.composite.persistence with parameters of type CompositeTable | |
CompositeTableSerializer(CompositeTable table)
Constructor specifying the CompositeGroup to serialize. |
|
| Uses of CompositeTable in com.tensegrity.gui.inplaceediting |
| Methods in com.tensegrity.gui.inplaceediting with parameters of type CompositeTable | |
InplaceEditor |
InplaceEditorProvider.getLabelEditor(Label2D label,
BaseComposite bComposite,
GraphPanel gPanel,
CompositeTable table)
Returns the InplaceEditor for editing labels. |
static int[] |
InplaceConductor.getLabelOfTableCoords(VisualGraphView visualGraphView,
Composite composite,
Label2D label,
CompositeTable table)
Static helper method to retrieve position of a label inside a given table |
| Uses of CompositeTable in com.tensegrity.gui.swing.inplaceediting |
| Methods in com.tensegrity.gui.swing.inplaceediting with parameters of type CompositeTable | |
InplaceEditor |
SwingInplaceEditorProvider.getLabelEditor(Label2D label,
BaseComposite bComposite,
GraphPanel gPanel,
CompositeTable table)
|
| Uses of CompositeTable in com.tensegrity.gui.swt.inplaceediting |
| Methods in com.tensegrity.gui.swt.inplaceediting with parameters of type CompositeTable | |
InplaceEditor |
SwtInplaceEditorProvider.getLabelEditor(Label2D label,
BaseComposite bComposite,
GraphPanel gPanel,
CompositeTable table)
|
| Constructors in com.tensegrity.gui.swt.inplaceediting with parameters of type CompositeTable | |
InplaceTextEditor(org.eclipse.swt.widgets.Composite parent,
Label2D label,
BaseComposite bComp,
GraphPanel gPanel,
CompositeTable table)
Creates a new InplaceTextEditor. |
|
| Uses of CompositeTable in com.tensegrity.skeleton.commands |
| Methods in com.tensegrity.skeleton.commands with parameters of type CompositeTable | |
static int[] |
TableCommand.getGridCoordinates(VisualGraphView vgv,
CompositeTable table,
int x,
int y)
Returns the corresponding coordinates for the given coordinate-pair in the grid of the CompositeTable. |
static CompositeLabel |
TableCommand.getCompositeLabel(VisualGraphView vgv,
CompositeTable table,
int x,
int y)
Returns the CompositeLabel located at the
(x, y) in the CompositeTable of the given
VisualGraphView. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||