|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlvManagerViewInteractor | |
|---|---|
| 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 ILOG 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 ILOG 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 ILOG 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.event | Provides interfaces and classes for dealing with different types of events fired by JViews Graphics Framework classes. |
| 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.beans | Provides useful beans for creating map applications. |
| 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. |
| Uses of IlvManagerViewInteractor in ilog.cpl.equipment.action.toolbar |
|---|
| Methods in ilog.cpl.equipment.action.toolbar with parameters of type IlvManagerViewInteractor | |
|---|---|
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 |
IlpEquipmentEditGroupAction.belongsToThisInteractor(IlvManagerViewInteractor otherInteractor)
Overridden, in order to make the button remain pressed while a subordinate interactor of the EditGroupInteractor 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. |
| Constructors in ilog.cpl.equipment.action.toolbar with parameters of type IlvManagerViewInteractor | |
|---|---|
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. |
|
| Uses of IlvManagerViewInteractor in ilog.cpl.equipment.interactor |
|---|
| Methods in ilog.cpl.equipment.interactor that return IlvManagerViewInteractor | |
|---|---|
protected IlvManagerViewInteractor |
IlpEditEquipmentObjectInteractor.createViewsInteractor()
Creates the view interactor |
| Uses of IlvManagerViewInteractor in ilog.cpl.graph.action.toolbar |
|---|
| Methods in ilog.cpl.graph.action.toolbar that return IlvManagerViewInteractor | |
|---|---|
IlvManagerViewInteractor |
IlpGraphInteractorButton.getIlvInteractor()
Gets the associated ILOG JViews interactor. |
IlvManagerViewInteractor |
IlpGraphInteractorAction.getIlvInteractor()
Gets the associated ILOG JViews interactor. |
| Methods in ilog.cpl.graph.action.toolbar with parameters of type IlvManagerViewInteractor | |
|---|---|
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 ILOG JViews interactor. |
| Constructors in ilog.cpl.graph.action.toolbar with parameters of type IlvManagerViewInteractor | |
|---|---|
IlpGraphInteractorAction(IlpViewsView view,
AbstractButton button,
IlvManagerViewInteractor interactor,
String bundle)
Creates the action. |
|
| Uses of IlvManagerViewInteractor in ilog.cpl.graph.interactor |
|---|
| Methods in ilog.cpl.graph.interactor that return IlvManagerViewInteractor | |
|---|---|
protected abstract IlvManagerViewInteractor |
IlpGraphEditEquipmentObjectInteractor.createViewsInteractor()
Creates the view interactor |
| Uses of IlvManagerViewInteractor in ilog.cpl.graphic.views |
|---|
| Subclasses of IlvManagerViewInteractor in ilog.cpl.graphic.views | |
|---|---|
static class |
IlpManagerView.DeafManagerViewInteractor
A manager view interactor that doesn't react to any event. |
| Methods in ilog.cpl.graphic.views that return IlvManagerViewInteractor | |
|---|---|
IlvManagerViewInteractor |
IlpViewsViewInteractor.getViewsInteractor()
Returns the encapsulated ILOG JViews interactor. |
| Methods in ilog.cpl.graphic.views with parameters of type IlvManagerViewInteractor | |
|---|---|
void |
IlpViewsViewInteractor.setViewsInteractor(IlvManagerViewInteractor interactor)
Sets the view interactor. |
| Constructors in ilog.cpl.graphic.views with parameters of type IlvManagerViewInteractor | |
|---|---|
IlpViewsViewInteractor(IlvManagerViewInteractor interactor)
Creates the interactor. |
|
| Uses of IlvManagerViewInteractor in ilog.cpl.network.action.toolbar |
|---|
| Methods in ilog.cpl.network.action.toolbar with parameters of type IlvManagerViewInteractor | |
|---|---|
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 |
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 |
IlpNetworkEditEquipmentObjectAction.belongsToThisInteractor(IlvManagerViewInteractor otherInteractor)
Overridden, in order to make the button remain pressed while a subordinate interactor of the EditGroupInteractor is temporarily active. |
| Constructors in ilog.cpl.network.action.toolbar with parameters of type IlvManagerViewInteractor | |
|---|---|
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. |
|
| Uses of IlvManagerViewInteractor in ilog.cpl.network.interactor |
|---|
| Methods in ilog.cpl.network.interactor that return IlvManagerViewInteractor | |
|---|---|
protected IlvManagerViewInteractor |
IlpEditEquipmentObjectInteractor.createViewsInteractor()
Creates the view interactor |
| Uses of IlvManagerViewInteractor in ilog.tgo.awt |
|---|
| Methods in ilog.tgo.awt that return IlvManagerViewInteractor | |
|---|---|
IlvManagerViewInteractor |
IltInteractorButton.getInteractor()
Deprecated. Gets the associated interactor. |
| Methods in ilog.tgo.awt with parameters of type IlvManagerViewInteractor | |
|---|---|
void |
IltInteractorButton.setInteractor(IlvManagerViewInteractor interactor)
Deprecated. Sets the associated interactor. |
| Uses of IlvManagerViewInteractor in ilog.tgo.interactor |
|---|
| Subclasses of IlvManagerViewInteractor in ilog.tgo.interactor | |
|---|---|
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 ILOG 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. |
| Methods in ilog.tgo.interactor that return IlvManagerViewInteractor | |
|---|---|
protected IlvManagerViewInteractor |
IltSelectInteractor.getMoveSelectionInteractor()
|
protected IlvManagerViewInteractor |
IltEditGroupInteractor.getMoveSelectionInteractor()
|
protected IlvManagerViewInteractor |
IltSelectInteractor.getMultipleSelectionInteractor()
|
| Uses of IlvManagerViewInteractor in ilog.tgo.swing |
|---|
| Methods in ilog.tgo.swing that return IlvManagerViewInteractor | |
|---|---|
IlvManagerViewInteractor |
IltJInteractorButton.getInteractor()
Deprecated. Gets the associated interactor. |
| Methods in ilog.tgo.swing with parameters of type IlvManagerViewInteractor | |
|---|---|
void |
IltJInteractorButton.setInteractor(IlvManagerViewInteractor interactor)
Deprecated. Sets the associated interactor. |
| Uses of IlvManagerViewInteractor in ilog.views |
|---|
| Methods in ilog.views that return IlvManagerViewInteractor | |
|---|---|
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. |
| Methods in ilog.views with parameters of type IlvManagerViewInteractor | |
|---|---|
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. |
| Uses of IlvManagerViewInteractor in ilog.views.awt |
|---|
| Methods in ilog.views.awt that return IlvManagerViewInteractor | |
|---|---|
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. |
| Methods in ilog.views.awt with parameters of type IlvManagerViewInteractor | |
|---|---|
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. |
| Uses of IlvManagerViewInteractor in ilog.views.bpmn |
|---|
| Subclasses of IlvManagerViewInteractor in ilog.views.bpmn | |
|---|---|
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. |
| Uses of IlvManagerViewInteractor in ilog.views.event |
|---|
| Methods in ilog.views.event that return IlvManagerViewInteractor | |
|---|---|
IlvManagerViewInteractor |
InteractorChangedEvent.getNewValue()
Returns the new value of the interactor. |
IlvManagerViewInteractor |
InteractorChangedEvent.getOldValue()
Returns the old value of the interactor. |
| Methods in ilog.views.event with parameters of type IlvManagerViewInteractor | |
|---|---|
void |
InteractorChangedEvent.setNewValue(IlvManagerViewInteractor interactor)
Changes the new value of the interactor. |
void |
InteractorChangedEvent.setOldValue(IlvManagerViewInteractor interactor)
Changes the old value of the interactor. |
| Constructors in ilog.views.event with parameters of type IlvManagerViewInteractor | |
|---|---|
InteractorChangedEvent(IlvManagerView source,
IlvManagerViewInteractor oldValue,
IlvManagerViewInteractor newValue)
Creates the event. |
|
| Uses of IlvManagerViewInteractor in ilog.views.hypergraph.interactor |
|---|
| Subclasses of IlvManagerViewInteractor in ilog.views.hypergraph.interactor | |
|---|---|
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. |
| Uses of IlvManagerViewInteractor in ilog.views.interactor |
|---|
| Subclasses of IlvManagerViewInteractor in ilog.views.interactor | |
|---|---|
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 |
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 |
IlvMakeClosedSplineInteractor
Deprecated. Beginning with JViews 5.5 you should use an IlvMakeSplineInteractor
instance with IlvMakeSplineInteractor.setFillOn(boolean) and
IlvMakeSplineInteractor.setClosed(boolean) methods. |
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 |
IlvMakeFilledArcInteractor
Deprecated. Beginning with JViews 5.5 you should use an IlvMakeArcInteractor
instance with IlvMakeRectangleInteractor.setFillOn(boolean) and
IlvMakeRectangleInteractor.setStrokeOn(boolean) methods. |
class |
IlvMakeFilledEllipseInteractor
Deprecated. Beginning with JViews 5.5 you should use an IlvMakeEllipseInteractor
instance with IlvMakeRectangleInteractor.setFillOn(boolean) and
IlvMakeRectangleInteractor.setStrokeOn(boolean) methods. |
class |
IlvMakeFilledRectangleInteractor
Deprecated. Beginning with JViews 5.5 you should use an IlvMakeRectangleInteractor
instance with IlvMakeRectangleInteractor.setFillOn(boolean) and
IlvMakeRectangleInteractor.setStrokeOn(boolean) methods. |
class |
IlvMakeFilledRoundRectangleInteractor
Deprecated. Beginning with JViews 5.5 you should use an IlvMakeRoundRectangleInteractor
instance with IlvMakeRectangleInteractor.setFillOn(boolean) and
IlvMakeRectangleInteractor.setStrokeOn(boolean) methods. |
class |
IlvMakeFilledSplineInteractor
Deprecated. Beginning with JViews 5.5 you should use an IlvMakeSplineInteractor
instance with IlvMakeSplineInteractor.setFillOn(boolean) and
IlvMakeSplineInteractor.setClosed(boolean) methods. |
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 |
IlvMakeOutlinePolygonInteractor
Deprecated. Beginning with JViews 5.5 you should use an IlvMakePolygonInteractor
instance with IlvMakePolygonInteractor.setStrokeOn(boolean) method. |
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. |
| Methods in ilog.views.interactor that return IlvManagerViewInteractor | |
|---|---|
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. |
| Uses of IlvManagerViewInteractor in ilog.views.maps.beans |
|---|
| Methods in ilog.views.maps.beans that return IlvManagerViewInteractor | |
|---|---|
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. |
| Methods in ilog.views.maps.beans with parameters of type IlvManagerViewInteractor | |
|---|---|
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. |
| Constructors in ilog.views.maps.beans with parameters of type IlvManagerViewInteractor | |
|---|---|
IlvMapAnnotationToolBar.ToolBarButton(String icon,
IlvManagerViewInteractor interactor,
String tooltip)
Constructs a ToolBarButton giving the icon location,
an interactor, and a string displayed as a tooltip. |
|
| Uses of IlvManagerViewInteractor in ilog.views.maps.interactor |
|---|
| Subclasses of IlvManagerViewInteractor in ilog.views.maps.interactor | |
|---|---|
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. |
| Uses of IlvManagerViewInteractor in ilog.views.maps.measures |
|---|
| Subclasses of IlvManagerViewInteractor in ilog.views.maps.measures | |
|---|---|
class |
IlvMakeMeasureInteractor
This interactor creates an IlvMapOrthodromyPath containing measure and bearing properties. |
| Uses of IlvManagerViewInteractor in ilog.views.print |
|---|
| Subclasses of IlvManagerViewInteractor in ilog.views.print | |
|---|---|
class |
IlvPrintAreaInteractor
A interactor that let the user drag a rectangle to specify the area of the manager to be printed. |
| Uses of IlvManagerViewInteractor in ilog.views.prototypes |
|---|
| Subclasses of IlvManagerViewInteractor in ilog.views.prototypes | |
|---|---|
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. |
| Uses of IlvManagerViewInteractor in ilog.views.sdm.interactor |
|---|
| Subclasses of IlvManagerViewInteractor in ilog.views.sdm.interactor | |
|---|---|
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). |
| Uses of IlvManagerViewInteractor in ilog.views.swing |
|---|
| Methods in ilog.views.swing that return IlvManagerViewInteractor | |
|---|---|
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. |
| Methods in ilog.views.swing with parameters of type IlvManagerViewInteractor | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||