Package | Description |
---|---|
ilog.cpl.graphic.views.action |
Provides action event classes that are delivered to predefined actions
of the network and equipment components.
|
ilog.tgo.css |
Contains basic classes to provide the customization of JTGO predefined business objects using CSS.
|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.interactor |
Provides the predefined interactors for a view.
|
Modifier and Type | Method and Description |
---|---|
IltLinkPort |
IlpCreateLinkActionEvent.getFromPort()
Returns the port at which to connect at the starting node.
|
IltLinkPort |
IlpCreateLinkActionEvent.getToPort()
Returns the port at which to connect at the ending node.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpCreateLinkActionEvent.setFromPort(IltLinkPort port)
Sets the port at which to connect at the starting node.
|
void |
IlpCreateLinkActionEvent.setToPort(IltLinkPort port)
Sets the port at which to connect at the ending node.
|
Modifier and Type | Method and Description |
---|---|
IltLinkPort |
IltObjectCustomization.getFromPort()
Returns the preferred link port at the
from end. |
IltLinkPort[] |
IltObjectCustomization.getLinkPorts()
Returns the node sides where links are allowed to connect.
|
IltLinkPort |
IltObjectCustomization.getToPort()
Returns the preferred link port at the
to end. |
Modifier and Type | Field and Description |
---|---|
static IltLinkPort |
IltLinkPort.Bottom
The port at the center of the bottom side of nodes.
|
static IltLinkPort |
IltLinkPort.Center
The undirected port at the center of nodes.
|
static IltLinkPort |
IltLinkPort.Left
The port at the center of the left side of nodes.
|
static IltLinkPort |
IltLinkPort.Right
The port at the center of the right side of nodes.
|
static IltLinkPort |
IltLinkPort.Top
The port at the center of the top side of nodes.
|
Modifier and Type | Method and Description |
---|---|
IltLinkPort |
IltEditLinkPortInteractor.addLinkPort(IltCompositeGraphic graphic,
IltLinkPort pin)
Adds the given link connection port to the node.
|
IltLinkPort |
IltEditLinkPortInteractor.addLinkPort(IltCompositeGraphic graphic,
IlvRect linkConnectionRect,
IlvPoint location)
Creates a link connection port on a node, at a given position.
|
Modifier and Type | Method and Description |
---|---|
IltLinkPort |
IltEditLinkPortInteractor.addLinkPort(IltCompositeGraphic graphic,
IltLinkPort pin)
Adds the given link connection port to the node.
|
void |
IltEditLinkPortInteractor.removeLinkPort(IltCompositeGraphic graphic,
IltLinkPort pin)
Removes a link connection port from a node.
|
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.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.