Package | Description |
---|---|
ilog.cpl.graph |
Contains the abstract common implementation for both the
IlpNetwork and IlpEquipment components,
including a model, a view and a controller and
related classes. |
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.graphic.graphlayout.labellayout |
Contains the classes needed for the label layout
|
ilog.tgo.interactor |
Provides the predefined interactors for a view.
|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
ilog.tgo.util |
Provides general purpose classes and interfaces used in JTGO.
|
Modifier and Type | Method and Description |
---|---|
IltCompositeGrapher |
IlpGraphView.getCompositeGrapher()
Returns the
IltCompositeGrapher used by this view. |
IltCompositeGrapher |
IlpGraphView.getGrapherForCreateGraphic(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the
IltCompositeGrapher in which the graphic object,
of type IltCompositeGraphic , of a given object should be
created. |
IltCompositeGrapher |
IlpGraphView.getSubNetworkCompositeGrapher(IlpRepresentationObject object)
Returns the
IltCompositeGrapher that corresponds to a
subnetwork. |
Modifier and Type | Method and Description |
---|---|
protected IltCompositeGrapher |
IltNetwork.createCompositeGrapher(IlpContext context)
Creates the
IltCompositeGrapher used by this
instance. |
static IltCompositeGrapher |
IltCompositeGrapher.FromNetworkView(IlpGraphicView graphView)
Returns the top-level grapher of a given
IlpGraphView . |
IltCompositeGrapher |
IltNetwork.getCompositeGrapher()
Returns the
IltCompositeGrapher attached to this IltNetwork . |
IltCompositeGrapher |
IltCompositeGrapher.getGrapher(IltObject object)
Returns the grapher holding the graphic representation
of a given
IltObject . |
IltCompositeGrapher |
IltCompositeGraphic.getManager()
Returns the IltcCompositeManager containing this composite graphic object,
or
null if it is currently not in a manager. |
IltCompositeGrapher |
IltCompositeGrapher.getParentGrapher()
Returns the parent of this composite grapher.
|
IltCompositeGrapher |
IltCompositeGrapher.getTopLevelGrapher()
Returns the top-level grapher of this composite grapher.
|
Modifier and Type | Method and Description |
---|---|
void |
IltCompositeGrapher.addGrapher(IltCompositeGrapher cg)
Adds a composite subgrapher to this composite grapher.
|
protected void |
IltCompositeGrapher.getAttachedNodeLayouts(IltCompositeGrapher grapher,
Collection layouts,
int maxIndex)
Adds to the given layout collection that node layouts that are
configured to the given grapher recursively to the top of the
hierarchy and considering the maximum index that is already configured.
|
void |
IltCompositeGrapher.removeGrapher(IltCompositeGrapher cg)
Removes a composite subgrapher from this composite grapher.
|
protected void |
IltCompositeGrapher.replaceChildGraphModel(IlvGraphModel toplevelmodel,
IltCompositeGrapher parent) |
Modifier and Type | Method and Description |
---|---|
IltCompositeGrapher |
IltLabelingModel.getGrapher()
Returns the
IltCompositeGrapher which this
model applies to. |
Constructor and Description |
---|
IltLabelingModel(IltCompositeGrapher grapher)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
IltMakeLinkInteractor.trigger(AWTEvent event,
IltObject origin,
IltObject destination,
IltCompositeGrapher grapher)
This method is called when the user has released the mouse, thus finishing
a drag operation.
|
void |
IltMakeLinkInteractor.trigger(AWTEvent event,
IltObject origin,
IltObject destination,
IltLinkPort originPort,
IltLinkPort destinationPort,
IltCompositeGrapher grapher)
This method is called when the user has released the mouse, thus finishing
a drag operation.
|
Modifier and Type | Method and Description |
---|---|
IltCompositeGrapher |
IltObjectSource.getManager()
Deprecated.
Returns the manager used to represent the
IltObjects . |
Modifier and Type | Method and Description |
---|---|
void |
IltObjectSource.setManager(IltCompositeGrapher manager)
Deprecated.
Sets the manager used to represent the
IltObjects . |
Constructor and Description |
---|
IltManagerViewAutoAdjuster(IltCompositeGrapher grapher,
IlvManagerView view,
IltGraphicElementName elementName)
Deprecated.
Use
IlpManagerViewAutoAdjuster instead. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.