public class IlpEquipmentController extends IlpGraphController
IlpEquipmentView
.lastInteractedObject, lastInteractionStates
Constructor and Description |
---|
IlpEquipmentController(IlpContext context)
Creates a controller.
|
Modifier and Type | Method and Description |
---|---|
IlpBackgroundsRenderer |
getBackgroundsRenderer()
Accesses the the background renderer.
|
protected Logger |
getControllerLogger()
Access the logger.
|
protected IlpGraphHandler |
getDefaultHandler()
Retrieves the default handler.
|
protected Class |
getDefaultHandlerClass()
Retrieves the default handler class.
|
IlpGraphLayoutRenderer |
getGraphLayoutRenderer()
Accesses the graphic layout renderer.
|
IlpEquipmentHandler |
getHandler()
Returns the handler for everything.
|
IlpInteractorRenderer |
getInteractorRenderer()
Accesses the interactor renderer.
|
IlpLabelLayoutRenderer |
getLabelLayoutRenderer()
Accesses the label layout renderer.
|
IlpLinkLayoutRenderer |
getLinkLayoutRenderer()
Accesses the link layout renderer.
|
IlpOverviewRenderer |
getOverviewRenderer()
Accesses the overview renderer.
|
IlpPositioningRenderer |
getPositioningRenderer()
Accesses the position renderer.
|
IlpToolBarRenderer |
getToolBarRenderer()
Accesses the toolbar renderer.
|
IlpViewRenderer |
getViewRenderer()
Accesses the view renderer.
|
IlpZoomingRenderer |
getZoomingRenderer()
Accesses the zooming renderer.
|
void |
setHandler(IlpEquipmentHandler handler)
Sets the handler for everything.
|
cleanMutableStyleSheet, cloneObject, collapseObject, createObject, expandObject, getCollapsionBackgroundInteractor, getCollapsionIconInteractor, getCompleteObjectInteractor, getExpansionHandler, getExpansionIconInteractor, getExpansionInteractor, getFocusEventComponent, getGraphHandler, getGraphView, getKeyEventComponent, getLoadHandler, getMouseEventComponent, getNodeHandler, getObjectInteractionState, getPositionHandler, handleChangeRelationship, isUsingCustomHandler, load, moveObject, removeObject, removeObjectInteractors, setCollapsionBackgroundInteractor, setCollapsionIconInteractor, setExpansionHandler, setExpansionIconInteractor, setExpansionInteractor, setGraphHandler, setLoadHandler, setNodeHandler, setPositionHandler, setViewInteractor, updateObject
attach, attachView, createGraphicViewStyleManager, createViewInteractionContext, detach, focusGained, focusLost, getContext, getDefaultInteractorManager, getDefaultViewInteractor, getObjectInteractor, getObjectInteractor, getObjectInteractor, getObjectInteractor, getObjectInteractor, getView, getViewInteractionContext, getViewInteractor, initGraphicViewStyleManager, initInteractorManager, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, removeObjectInteractors, removeObjectInteractors, setDefaultInteractorManager, setDefaultViewInteractor, setObjectInteractor, setObjectInteractor, setObjectInteractor, setObjectInteractor, setObjectInteractor
public IlpEquipmentController(IlpContext context)
IlpEquipmentView
by calling
IlpGraphView.setController(IlpGraphicController)
on the view.context
- Application contextprotected Logger getControllerLogger()
getControllerLogger
in class IlpGraphController
protected Class getDefaultHandlerClass()
getDefaultHandlerClass
in class IlpGraphController
protected IlpGraphHandler getDefaultHandler()
getDefaultHandler
in class IlpGraphController
public IlpEquipmentHandler getHandler()
This method returns the handler if set through setHandler
.
The method returns null
if individual handlers have been
installed for object-related, move/reshape, container, loading or editing
operations.
null
.setHandler(ilog.cpl.equipment.IlpEquipmentHandler)
,
IlpGraphController.getNodeHandler()
,
IlpGraphController.getPositionHandler()
,
IlpGraphController.getExpansionHandler()
,
IlpGraphController.getLoadHandler()
public void setHandler(IlpEquipmentHandler handler)
The default handler for the equipment component is
IlpEquipmentHandlerWithoutDataSource
; there is a predefined
handler to be used with data source
(IlpEquipmentHandlerWithDataSource
).
public IlpToolBarRenderer getToolBarRenderer()
public IlpViewRenderer getViewRenderer()
public IlpOverviewRenderer getOverviewRenderer()
public IlpInteractorRenderer getInteractorRenderer()
public IlpZoomingRenderer getZoomingRenderer()
public IlpGraphLayoutRenderer getGraphLayoutRenderer()
public IlpLinkLayoutRenderer getLinkLayoutRenderer()
public IlpLabelLayoutRenderer getLabelLayoutRenderer()
public IlpBackgroundsRenderer getBackgroundsRenderer()
public IlpPositioningRenderer getPositioningRenderer()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.