Package | Description |
---|---|
ilog.cpl.equipment.action.toolbar |
Contains predefined buttons that can be added to the toolbar of the Equipment component.
|
ilog.cpl.equipment.interactor |
Provides classes and interfaces for creating Equipment interactors.
|
ilog.cpl.graph.action.toolbar |
Contains predefined buttons that can be added to the toolbar of the graph view.
|
ilog.cpl.graph.interactor |
Provides classes and interfaces for creating Graph interactors.
|
ilog.cpl.graphic.views |
Provides graphic object and graphic view classes for creating and configuring
graphic views based on Rogue Wave JViews.
|
ilog.cpl.network.action.toolbar |
Contains predefined buttons that can be added to the toolbar of the Network component.
|
ilog.cpl.network.interactor |
Provides classes and interfaces for creating Network interactors.
|
ilog.tgo.awt |
Deprecated Provides AWT components necessary to create an application mixing JTGO and AWT.
|
ilog.tgo.interactor |
Provides the predefined interactors for a view.
|
ilog.tgo.swing |
Provides Swing classes necessary to create an application mixing JTGO and Swing.
|
ilog.views |
Provides the classes necessary to create a
high performance 2D graphic application.
|
ilog.views.awt |
Provides all the AWT components necessary to create
an application mixing JViews and AWT.
|
ilog.views.bpmn |
Contains the classes for the BPMN Support.
|
ilog.views.dashboard |
Contains the classes for the Dashboard support.
|
ilog.views.event |
Provides interfaces and classes for dealing with
different types of events fired by JViews Graphics Framework
classes.
|
ilog.views.gantt.graphic.interactor |
Provides interactors to manipulate
the representation of activities in a Gantt sheet.
|
ilog.views.hypergraph.interactor |
This package contains the predefined view interactors for hyperedges.
|
ilog.views.interactor |
Provides the predefined interactors for a view.
|
ilog.views.maps |
This package contains the base classes to write map applications.
|
ilog.views.maps.beans |
JViews 7.0 Beans and ready to use GUI components.
|
ilog.views.maps.defense.terrain |
This package contains classes for terrain analysis.
|
ilog.views.maps.defense.terrain3d.view |
Base classes to manage the 3D View.
|
ilog.views.maps.interactor |
Provides interactors to interact with maps.
|
ilog.views.maps.measures |
General management of raster images.
|
ilog.views.print |
Defines classes and interfaces for printing the content of an
IlvManager . |
ilog.views.prototypes |
Provides legacy facilities that allow you to define custom graphic objects
easily.
|
ilog.views.sdm.interactor |
Contains specialized interactors for the SDM component.
|
ilog.views.swing |
Provides all the Swing components necessary to create
an application mixing JViews and Swing.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
IlpEquipmentSelectAction.belongsToThisInteractor(IlvManagerViewInteractor otherInteractor)
Overridden, in order to make the button remain pressed while
a subordinate interactor of the SelectInteractor is temporarily
active.
|
protected boolean |
IlpEquipmentEditObjectAction.belongsToThisInteractor(IlvManagerViewInteractor otherInteractor)
Overridden, in order to make the button remain pressed while
a subordinate interactor of the EditGroupInteractor is temporarily
active.
|
protected boolean |
IlpEquipmentEditGroupAction.belongsToThisInteractor(IlvManagerViewInteractor otherInteractor)
Overridden, in order to make the button remain pressed while
a subordinate interactor of the EditGroupInteractor is temporarily
active.
|
Constructor and Description |
---|
IlpEquipmentInteractorAction(IlpViewsView view,
AbstractButton button,
IlvManagerViewInteractor interactor)
Creates the action.
|
IlpEquipmentInteractorButton(IlpViewsView view,
IlvManagerViewInteractor interactor)
Creates the button.
|
IlpEquipmentInteractorButton(IlpViewsView view,
IlvManagerViewInteractor interactor,
String iconLocation,
String tooltip)
Creates the button.
|
Modifier and Type | Method and Description |
---|---|
protected IlvManagerViewInteractor |
IlpEditEquipmentObjectInteractor.createViewsInteractor()
Creates the view interactor
|
Modifier and Type | Method and Description |
---|---|
IlvManagerViewInteractor |
IlpGraphInteractorButton.getIlvInteractor()
Gets the associated Rogue Wave JViews interactor.
|
IlvManagerViewInteractor |
IlpGraphInteractorAction.getIlvInteractor()
Gets the associated Rogue Wave JViews interactor.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
IlpGraphInteractorAction.belongsToThisInteractor(IlvManagerViewInteractor otherInteractor)
Indicates if the given interactors is the same one as the interactor
registered for this action.
|
protected void |
IlpGraphInteractorAction.setIlvInteractor(IlvManagerViewInteractor interactor)
Sets the associated Rogue Wave JViews interactor.
|
Constructor and Description |
---|
IlpGraphInteractorAction(IlpViewsView view,
AbstractButton button,
IlvManagerViewInteractor interactor,
String bundle)
Creates the action.
|
Modifier and Type | Method and Description |
---|---|
protected abstract IlvManagerViewInteractor |
IlpGraphEditEquipmentObjectInteractor.createViewsInteractor()
Creates the view interactor
|
Modifier and Type | Class and Description |
---|---|
static class |
IlpManagerView.DeafManagerViewInteractor
A manager view interactor that doesn't react to any event.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerViewInteractor |
IlpViewsViewInteractor.getViewsInteractor()
Returns the encapsulated Rogue Wave JViews interactor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpManagerView.interactorChanged(IlvManagerViewInteractor current,
IlvManagerViewInteractor previous) |
void |
IlpViewsViewInteractor.setViewsInteractor(IlvManagerViewInteractor interactor)
Sets the view interactor.
|
Constructor and Description |
---|
IlpViewsViewInteractor(IlvManagerViewInteractor interactor)
Creates the interactor.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
IlpNetworkSelectAction.belongsToThisInteractor(IlvManagerViewInteractor otherInteractor)
Overridden, in order to make the button remain pressed while
a subordinate interactor of the SelectInteractor is temporarily
active.
|
protected boolean |
IlpNetworkEditGroupAction.belongsToThisInteractor(IlvManagerViewInteractor otherInteractor)
Overridden, in order to make the button remain pressed while
a subordinate interactor of the EditGroupInteractor is temporarily
active.
|
protected boolean |
IlpNetworkEditEquipmentObjectAction.belongsToThisInteractor(IlvManagerViewInteractor otherInteractor)
Overridden, in order to make the button remain pressed while
a subordinate interactor of the EditGroupInteractor is temporarily
active.
|
Constructor and Description |
---|
IlpNetworkInteractorAction(IlpViewsView view,
AbstractButton button,
IlvManagerViewInteractor interactor)
Creates the action.
|
IlpNetworkInteractorButton(IlpViewsView view,
IlvManagerViewInteractor interactor)
Creates the button.
|
IlpNetworkInteractorButton(IlpViewsView view,
IlvManagerViewInteractor interactor,
String iconLocation,
String tooltip)
Creates the button.
|
Modifier and Type | Method and Description |
---|---|
protected IlvManagerViewInteractor |
IlpEditEquipmentObjectInteractor.createViewsInteractor()
Creates the view interactor
|
Modifier and Type | Method and Description |
---|---|
IlvManagerViewInteractor |
IltInteractorButton.getInteractor()
Deprecated.
Gets the associated interactor.
|
Modifier and Type | Method and Description |
---|---|
void |
IltInteractorButton.setInteractor(IlvManagerViewInteractor interactor)
Deprecated.
Sets the associated interactor.
|
Modifier and Type | Class and Description |
---|---|
class |
IltEditGroupInteractor
This class defines a view interactor which allows the user to edit
or move the IltGroup objects.
|
class |
IltEditLabelInteractor
This interactor lets you create and edit a graphic object
containing a label.
|
class |
IltEditLinkPortInteractor
This class is a view interactor which lets the user add or remove
link connection ports of nodes by clicking on them.
|
class |
IltMakeLinearGroupInteractor
This class implements a view interactor which allows the user to
create an
IltLinearGroup . |
class |
IltMakeLinkInteractor
This class is a view interactor which lets the user connect two
nodes by a link.
|
class |
IltMakePolyGroupInteractor
This class implements a view interactor which allows the user to
create an
IltPolyGroup . |
class |
IltMakePolyLinkInteractor
This class is a view interactor which lets the user connect two
nodes by a link.
|
class |
IltMakeRectGroupInteractor
This class implements a view interactor which allows the user to
create a rectangular region, as an
IltRectGroup instance. |
class |
IltManagerMagViewInteractor
Deprecated.
Please use ilog.views.interactor.IlvManagerMagViewInteractor
instead.
|
class |
IltManagerViewDefaultInteractor
This interactor class performs the default reaction of a view when
an event is received.
|
class |
IltMoveInteractor
This class is a view interactor which lets the user move a JTGO
composite graphic object, triggering a method when it is done.
|
class |
IltPanZoomedViewInteractor
A view interactor which displays a magnified portion of the current view
in another view (of type IltPanZoomedView).
|
class |
IltSelectInteractor
This class defines a view interactor which allows the user to select
or move one or more objects.
|
class |
IltSelectInteractorMoveSelection
This class defines a view interactor which move the selected objects.
|
class |
IltSelectInteractorMultipleSelection
This class defines a view interactor which is used by
IltSelectInteractor to select all objects in a rectangle. |
class |
IltUnZoomViewInteractor
Deprecated.
Please use class IlvUnZoomViewInteractor instead.
|
Modifier and Type | Method and Description |
---|---|
protected IlvManagerViewInteractor |
IltSelectInteractor.getMoveSelectionInteractor() |
protected IlvManagerViewInteractor |
IltEditGroupInteractor.getMoveSelectionInteractor() |
protected IlvManagerViewInteractor |
IltSelectInteractor.getMultipleSelectionInteractor() |
Modifier and Type | Method and Description |
---|---|
IlvManagerViewInteractor |
IltJInteractorButton.getInteractor()
Deprecated.
Gets the associated interactor.
|
Modifier and Type | Method and Description |
---|---|
void |
IltJInteractorButton.setInteractor(IlvManagerViewInteractor interactor)
Deprecated.
Sets the associated interactor.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerViewInteractor |
IlvManagerView.getInteractor()
Returns the interactor of the view, if any, or
null otherwise. |
IlvManagerViewInteractor |
IlvManagerView.popInteractor()
Removes an interactor from the top of the interactor stack.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvManagerView.interactorChanged(IlvManagerViewInteractor current,
IlvManagerViewInteractor previous)
Called when the interactor of the view is changed,
that is, each time an interactor is added or removed from the
interactor stack.
|
void |
IlvManagerView.pushInteractor(IlvManagerViewInteractor interactor)
Adds the specified interactor to the top of the interactor stack.
|
void |
IlvManagerView.pushInteractor(IlvManagerViewInteractor interactor,
AWTEvent evt)
Adds the specified interactor to the top of the interactor stack.
|
void |
IlvManagerView.setInteractor(IlvManagerViewInteractor interactor)
Changes the interactor of the view.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerViewInteractor |
IlvManagerViewControlBar.getPanInteractor()
Returns the interactor for the Pan tool.
|
IlvManagerViewInteractor |
IlvManagerViewControlBar.getSelectInteractor()
Returns the interactor for the Selection tool.
|
IlvManagerViewInteractor |
IlvManagerViewControlBar.getZoomViewInteractor()
Returns the zoom view interactor currently in use.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvManagerViewControlBar.setPanInteractor(IlvManagerViewInteractor interactor)
Changes the interactor for the Pan tool.
|
void |
IlvManagerViewControlBar.setSelectInteractor(IlvManagerViewInteractor interactor)
Sets the interactor for the Selection tool.
|
void |
IlvManagerViewControlBar.setZoomViewInteractor(IlvManagerViewInteractor interactor)
Changes the zoom view interactor.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvBPMNMakeSDMLinkInteractor
The class
IlvBPMNMakeSDMLinkInteractor lets you
create links by clicking in a BPMN diagram. |
class |
IlvBPMNMakeSDMNodeInteractor
The class
IlvBPMNMakeSDMNodeInteractor creates nodes to represent
BPMN objects. |
class |
IlvBPMNSelectInteractor
A specialized version of select interactor for BPMN diagrams.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDashboardInteractor
IlvDashboardInteractor is a subclassed manager view interactor
that processes IlvDashboardDiagram events. |
Modifier and Type | Method and Description |
---|---|
IlvManagerViewInteractor |
InteractorChangedEvent.getNewValue()
Returns the new value of the interactor.
|
IlvManagerViewInteractor |
InteractorChangedEvent.getOldValue()
Returns the old value of the interactor.
|
Modifier and Type | Method and Description |
---|---|
void |
InteractorChangedEvent.setNewValue(IlvManagerViewInteractor interactor)
Changes the new value of the interactor.
|
void |
InteractorChangedEvent.setOldValue(IlvManagerViewInteractor interactor)
Changes the old value of the interactor.
|
Constructor and Description |
---|
InteractorChangedEvent(IlvManagerView source,
IlvManagerViewInteractor oldValue,
IlvManagerViewInteractor newValue)
Creates the event.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvActivityGraphicDuplicateInteractor
An interactor that duplicates a reservation.
|
class |
IlvActivityGraphicMoveInteractor
The interactor used to move activity graphics and
reservation graphics selected by the
IlvGanttSelectInteractor . |
class |
IlvGanttSelectInteractor
A selection interactor that allows you to select, move and edit the
activities, reservations and constraints in a Gantt sheet.
|
class |
IlvGanttSheetInteractor
IlvGanttSheetInteractor is the base class for interactors
that can be set on a Gantt sheet. |
class |
IlvMakeActivityInteractor
An
IlvMakeActivityInteractor is an interactor that allows
you to create an IlvActivity in a Gantt sheet. |
class |
IlvMakeConstraintInteractor
This interactor is designed for creating an
IlvConstraint object
in an IlvGanttSheet object. |
Modifier and Type | Method and Description |
---|---|
protected IlvManagerViewInteractor |
IlvGanttSelectInteractor.getMoveSelectionInteractor()
This method is called when the interactor needs to move the selected objects.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMakeHyperEdgeBaseInteractor
This is the base class of interactors that allow to create hyperedges
and hyperedge connectors.
|
class |
IlvMakeHyperEdgeInteractor
An interactor that allows to create or to extend an
IlvHyperEdge . |
class |
IlvMakeHyperEdgePinConnectorInteractor
An interactor that allows to install an
IlvHyperEdgePinConnector
or add pins to it. |
class |
IlvMakeSegmentedHyperEdgeInteractor
An interactor that allows to create or to extend an
IlvSegmentedHyperEdge . |
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractScrollInteractor
The
IlvAbstractScrollInteractor is a base class for interactors
that scroll the view while dragging the mouse. |
class |
IlvDragRectangleInteractor
IlvDragRectangleInteractor is a global interactor class that
lets the user indicate a rectangular area in a manager view by dragging
the mouse. |
class |
IlvEditLabelInteractor
IlvEditLabelInteractor lets the user create and edit
a graphic object containing a label. |
class |
IlvExpandCollapseInteractor
This interactor allows you to click onto a submanager or a link bundle
to expand or collapse the object.
|
class |
IlvGrapherPinInteractor
IlvGrapherPinInteractor is an interactor used to edit
IlvGrapherPin objects
managed by IlvPinLinkConnector link connectors. |
class |
IlvMagnifyInteractor
An interactor designed to magnify a part of the view by dragging the mouse
over it.
|
class |
IlvMakeArcInteractor
An interactor that allows you to create an
IlvArc
by dragging a rectangle. |
class |
IlvMakeArrowLineInteractor
An interactor that enables you to create an
IlvArrowLine . |
class |
IlvMakeArrowPolylineInteractor
An interactor that enables you to create an
IlvArrowPolyline . |
class |
IlvMakeDoubleLinkImageInteractor
An interactor to link two nodes of an
IlvGrapher with
an IlvDoubleLinkImage . |
class |
IlvMakeDoubleSplineLinkImageInteractor
An interactor to link two nodes of an
IlvGrapher with
an IlvDoubleSplineLinkImage . |
class |
IlvMakeEllipseInteractor
An interactor that enables you to drag a rectangle
to create an
IlvEllipse . |
class |
IlvMakeEnhancedPolyLinkInteractor
An interactor that enables you to create an
IlvEnhancedPolylineLinkImage between two nodes of a grapher. |
class |
IlvMakeLineInteractor
An interactor that enables you to create an
IlvLine . |
class |
IlvMakeLinkInteractor
An interactor to link two nodes of an
IlvGrapher with an
IlvLinkImage . |
class |
IlvMakeOneLinkImageInteractor
An interactor to link two nodes of an
IlvGrapher with
an IlvOneLinkImage . |
class |
IlvMakeOneSplineLinkImageInteractor
An interactor to link two nodes of an
IlvGrapher with
an IlvOneSplineLinkImage . |
class |
IlvMakePolygonInteractor
An interactor that allows you to create an
IlvPolygon . |
class |
IlvMakePolylineInteractor
An interactor that allows you to create an
IlvPolyline . |
class |
IlvMakePolyLinkInteractor
An interactor that enables you to create an
IlvPolylineLinkImage between two nodes of a grapher. |
class |
IlvMakePolyPointsInteractor
An Interactor that enables you to create a graphic object defined
with several points.
|
class |
IlvMakeRectangleInteractor
An interactor that enables you to drag a rectangle to create an
. |
class |
IlvMakeReliefRectangleInteractor
An interactor that allows you to create an
IlvReliefRectangle . |
class |
IlvMakeRoundRectangleInteractor
An interactor to create an
IlvRectangle with rounded corners. |
class |
IlvMakeSplineInteractor
An interactor that allows you to create an
IlvSpline . |
class |
IlvManagerMagViewInteractor
An interactor that controls the visible area of a view by using a movable
rectangle in another view.
|
class |
IlvMoveRectangleInteractor
The
IlvMoveRectangleInteractor interactor is an abstract
interactor class that lets you move a rectangle, triggering a
method when it is done. |
class |
IlvPanInteractor
An interactor designed to translate a view without using scroll bars.
|
class |
IlvRotateInteractor
This interactor allows you to rotate one of the selected objects.
|
class |
IlvSelectInteractor
Interactor that lets you select, move, and edit an object in a manager.
|
class |
IlvSelectInteractorMoveSelection
Interactor that is called by
IlvSelectInteractor to move
selected objects. |
class |
IlvSelectInteractorMultipleSelection
Interactor that is called by
IlvSelectInteractor to select all
objects in a rectangle. |
class |
IlvUnZoomViewInteractor
Interactor class that lets you drag a rectangle, and unzoom
the view on the selected rectangle.
|
class |
IlvZoomViewInteractor
Interactor class that lets you drag a rectangle, and zoom in on
the view on the selected rectangle.
|
Modifier and Type | Method and Description |
---|---|
protected IlvManagerViewInteractor |
IlvSelectInteractor.getMoveSelectionInteractor()
Called when the interactor needs to
move the selected objects.
|
protected IlvManagerViewInteractor |
IlvSelectInteractor.getMultipleSelectionInteractor()
Called when the interactor must
select multiple objects.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMagnifySymbolsInteractor
An interactor designed to unclutter the symbols displayed on a part of the view by dragging the mouse over it.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerViewInteractor |
IlvJMapsManagerViewControlBar.getContinuousZoomInteractor()
Returns the continuous zoom interactor currently in use.
|
IlvManagerViewInteractor |
IlvMapAnnotationToolBar.ToolBarButton.getInteractor()
Gets the associated interactor.
|
IlvManagerViewInteractor |
IlvJMapsManagerViewControlBar.getMagnifyInteractor()
Returns the magnify interactor currently in use.
|
IlvManagerViewInteractor |
IlvJMapsManagerViewControlBar.getRotatorInteractor()
Returns the rotate interactor currently in use.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvJMapsManagerViewControlBar.setContinuousZoomInteractor(IlvManagerViewInteractor interactor)
Changes the continuous zoom interactor.
|
void |
IlvMapAnnotationToolBar.ToolBarButton.setInteractor(IlvManagerViewInteractor interactor)
Sets the associated interactor.
|
void |
IlvJMapsManagerViewControlBar.setMagnifyInteractor(IlvManagerViewInteractor interactor)
Changes the magnify interactor.
|
void |
IlvJMapsManagerViewControlBar.setRotatorInteractor(IlvManagerViewInteractor interactor)
Changes the rotate interactor.
|
Constructor and Description |
---|
ToolBarButton(String icon,
IlvManagerViewInteractor interactor,
String tooltip)
Constructs a
ToolBarButton giving the icon location,
an interactor, and a string displayed as a tooltip. |
Modifier and Type | Class and Description |
---|---|
class |
IlvMakeAreaOfSightInteractor
This interactor uses altitude information to display the area of visibility around a point.
|
class |
IlvMakeGradientInteractor
IlvMakeGradientInteractor is an interactor used to create a
line of visibility. |
class |
IlvMakeLineOfVisibilityInteractor
IlvMakeLineOfVisibilityInteractor is an interactor used to
create a line of visibility. |
class |
IlvMakeTerrainCutInteractor
IlvMakeTerrainCutInteractor is an interactor used to create a
terrain cut. |
class |
IlvMakeValleyInteractor
An interactor used to create a valley/elevation computation.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMake3DFlyThroughInteractor
Interactor that allows you to create a fly-through object defined
with several points.
|
class |
IlvMake3DViewInteractor
An interactor to create an
Ilv3DView of the terrain. |
Modifier and Type | Class and Description |
---|---|
class |
IlvContinuousZoomInteractor
Interactor that performs continuous zoom/unzoom on button pressed or zoom/unzoom on mouse
wheel action.
|
class |
IlvManagerViewRotateInteractor
A rotate interactor to edit the rotation of an
IlvManagerView . |
class |
IlvMapZoomInteractor
A zoom interactor that behaves correctly when attached to a view whose
transformer contains a rotation.
|
class |
IlvSeeThroughInteractor
An interactor designed to show a part of a map independently from current
layer visibility states.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMakeMeasureInteractor
This interactor creates an IlvMapOrthodromyPath containing measure and bearing properties.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvPrintAreaInteractor
A interactor that let the user drag a rectangle to specify
the area of the manager to be printed.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvConnectInteractor
This class is a subclass of
IlvManagerViewInteractor . |
class |
IlvMakePrototypeInstanceInteractor
This class is a subclass of
IlvDragRectangleInteractor that is
used to interactively create prototype instances. |
Modifier and Type | Class and Description |
---|---|
class |
IlvEditSDMLabelInteractor
The
IlvEditSDMLabelInteractor lets the user
edit the label of a node created by an SDM engine. |
class |
IlvMakeSDMLinkInteractor
The class
IlvMakeSDMLinkInteractor lets the user
create links by clicking in an SDM view. |
class |
IlvMakeSDMNodeInteractor
The class
IlvMakeNodeInteractor lets the user
create nodes by clicking in an SDM view. |
class |
IlvSDMCompositeSelectInteractor
This subclass of the standard JViews
IlvSelectInteractor
handles the selection of objects that are contained in
IlvCompositeGraphic objects (instead of being contained
in an IlvGrapher , which is the normal case). |
Modifier and Type | Method and Description |
---|---|
IlvManagerViewInteractor |
IlvJManagerViewControlBar.getPanInteractor()
Returns the interactor for Pan tool.
|
IlvManagerViewInteractor |
IlvJManagerViewControlBar.getSelectInteractor()
Returns the selection interactor currently in use.
|
IlvManagerViewInteractor |
IlvJManagerViewControlBar.getZoomViewInteractor()
Returns the zoom view interactor currently in use.
|
Modifier and Type | Method and Description |
---|---|
JToggleButton |
IlvJManagerViewControlBar.addInteractorButton(String label,
URL iconURL,
IlvManagerViewInteractor inter,
String tooltip)
Adds a button than controls an
IlvManagerViewInteractor . |
void |
IlvJManagerViewControlBar.setPanInteractor(IlvManagerViewInteractor interactor)
Change the interactor for the Pan tool.
|
void |
IlvJManagerViewControlBar.setSelectInteractor(IlvManagerViewInteractor interactor)
Changes the interactor for the Selection tool.
|
void |
IlvJManagerViewControlBar.setZoomViewInteractor(IlvManagerViewInteractor interactor)
Changes the zoom view interactor.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.