Package | Description |
---|---|
ilog.views.dashboard |
Contains the classes for the Dashboard support.
|
Modifier and Type | Method and Description |
---|---|
protected IlvDashboardSymbol |
IlvDashboardLinkManager.getDestination()
Returns the selected link destination symbol.
|
IlvDashboardSymbol |
IlvDashboardDiagram.getGraphicSymbol(IlvGraphic graphic)
Returns the symbol corresponding to
graphic . |
IlvDashboardSymbol |
IlvDashboardSymbol.getLinkFrom()
Returns the source node symbol for a link symbol.
|
IlvDashboardSymbol |
IlvDashboardSymbol.getLinkTo()
Returns the target node symbol for a link symbol.
|
IlvDashboardSymbol |
IlvDashboardDiagram.getObjectSymbol(Object modelObject)
Returns the symbol corresponding to
modelObject . |
protected IlvDashboardSymbol |
IlvDashboardLinkManager.getOrigin()
Returns the selected link origin symbol.
|
IlvDashboardSymbol |
IlvDashboardKeySelectManager.getSelected()
Returns the currently selected symbol in the dashboard diagram.
|
IlvDashboardSymbol |
IlvDashboardSymbolParameterEvent.getSymbol()
Returns the dashboard symbol owning the modified parameter.
|
IlvDashboardSymbol |
IlvDashboardDiagram.getSymbol(String id)
Returns the symbol whose ID corresponds to
id . |
IlvDashboardSymbol |
IlvDashboardSymbolIterator.next()
Returns the next
IlvDashboardSymbol in the collection. |
Modifier and Type | Method and Description |
---|---|
Iterator<IlvDashboardSymbol> |
IlvDashboardDiagram.iterator()
This method implements the
Iterable interface. |
Modifier and Type | Method and Description |
---|---|
void |
IlvDashboardDiagram.addSymbol(IlvDashboardSymbol symbol)
Adds a new
IlvDashboardSymbol instance to this
dashboard diagram. |
protected void |
IlvDashboardLinkManager.enterDestination(IlvDashboardSymbol symbol)
This method is called when the mouse enter a symbol
|
protected void |
IlvDashboardLinkManager.enterOrigin(IlvDashboardSymbol symbol)
This method is called when the mouse enters a symbol
while the user selects a link origin.
|
protected void |
IlvDashboardLinkManager.exitDestination(IlvDashboardSymbol symbol)
This method is called when the mouse exits a symbol
while the make link interactor is selecting a link destination.
|
protected void |
IlvDashboardLinkManager.exitOrigin(IlvDashboardSymbol symbol)
This method is called when the mouse exits a symbol
while the user chooses a link origin.
|
void |
IlvDashboardDiagram.fireSymbolParameterChanged(IlvDashboardSymbol symbol,
IlvDashboardSymbol.Parameter parameter,
Object oldValue,
Object newValue,
String oldMapping,
String newMapping)
This method calls the
parameterChanged method
of all symbol parameter listeners of this dashboard diagram. |
static Iterator<IlvGraphic> |
IlvDashboardLinkManager.getInPorts(IlvDashboardSymbol symbol)
Returns all the in port elements of a given symbol.
|
static Iterator<IlvGraphic> |
IlvDashboardLinkManager.getOutPorts(IlvDashboardSymbol symbol)
Returns all the out port elements of a given symbol.
|
protected IlvRect |
IlvDashboardLinkManager.getPortBoundingBox(IlvDashboardSymbol symbol,
IlvGraphic port)
Returns the bounding box of a link port.
|
int |
IlvDashboardDiagram.getSymbolIndex(IlvDashboardSymbol symbol)
Returns the index of the symbol in the dashboard diagram list.
|
protected void |
IlvDashboardLinkManager.highlightDestination(IlvDashboardSymbol symbol,
boolean highlight)
Highlights or stops highlighting a link destination candidate.
|
protected void |
IlvDashboardLinkManager.highlightOrigin(IlvDashboardSymbol symbol,
boolean highlight)
Highlights or stops highlighting a link origin candidate.
|
protected void |
IlvDashboardKeySelectManager.insertSelectableSymbol(IlvDashboardSymbol symbol)
Inserts a selectable symbol into the selection chain.
|
protected boolean |
IlvDashboardKeySelectManager.isAfter(IlvDashboardSymbol symbol,
IlvDashboardSymbol reference)
Compares the selection chain order for two symbols.
|
boolean |
IlvDashboardDiagram.isContained(IlvDashboardSymbol symbol)
Tests if the given symbol is contained in this
dashboard diagram.
|
protected boolean |
IlvDashboardKeySelectManager.isSelectable(IlvDashboardSymbol symbol)
Tests if the
symbol is selectable. |
protected boolean |
IlvDashboardLinkManager.isValidDestination(IlvPaletteSymbol link,
IlvDashboardSymbol sourceNode,
IlvGraphic portOut,
IlvDashboardSymbol targetNode,
IlvGraphic portIn)
Tests whether a symbol or a port is accepted as a link destination.
|
protected boolean |
IlvDashboardLinkManager.isValidOrigin(IlvPaletteSymbol link,
IlvDashboardSymbol sourceNode,
IlvGraphic outPort)
Tests whether a symbol or a port is accepted as a link origin.
|
protected void |
IlvDashboardLinkManager.linkAdded(IlvDashboardSymbol linkSymbol)
Invoked when a link symbol has been created and added to
the dashboard diagram.
|
protected void |
IlvDashboardLinkManager.originSelected(IlvDashboardSymbol origin,
IlvGraphic outPort)
Invoked when the link origin has been selected.
|
void |
IlvDashboardKeySelectManager.removeSelectableSymbol(IlvDashboardSymbol symbol)
Removes
symbol from the selectable symbol chain. |
void |
IlvDashboardDiagram.removeSymbol(IlvDashboardSymbol symbol)
Removes
symbol from this dashboard diagram. |
void |
IlvDashboardKeySelectManager.select(IlvDashboardSymbol symbol)
Selects a
IlvDashboardSymbol in a dashboard diagram in
response to a keyboard event. |
protected void |
IlvDashboardKeySelectManager.selectImpl(IlvDashboardSymbol symbol)
Sets the keyboard selection to
symbol . |
void |
IlvDashboardSymbol.setLinkFrom(IlvDashboardSymbol fromSymbol)
Sets the source node symbol for a link symbol.
|
void |
IlvDashboardSymbol.setLinkTo(IlvDashboardSymbol toSymbol)
Sets the target node symbol for a link symbol.
|
void |
IlvDashboardDiagram.setSymbolIndex(IlvDashboardSymbol symbol,
int index)
Sets a new index of the given symbol in the dashboard diagram list.
|
protected void |
IlvDashboardEditManager.symbolAdded(IlvDashboardSymbol symbol)
Invoked when a dashboard symbol is added to its
dashboard diagram.
|
protected void |
IlvDashboardEditManager.symbolRemoved(IlvDashboardSymbol symbol)
Invoked when a dashboard symbol is removed from its dashboard
diagram.
|
protected void |
IlvDashboardKeySelectManager.unselect(IlvDashboardSymbol symbol)
Removes the selection from
symbol . |
Constructor and Description |
---|
IlvDashboardSymbolParameterEvent(IlvDashboardSymbol symbol,
IlvDashboardSymbol.Parameter parameter,
Object oldValue,
Object newValue,
String oldMapping,
String newMapping)
Creates an
IlvDashboardSymbolParameterEvent instance. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.