|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.graphic.IlpAbstractGraphicController
ilog.cpl.graph.IlpGraphController
ilog.cpl.equipment.IlpEquipmentController
public class IlpEquipmentController
This class manages interactions between the user and an
IlpEquipmentView.
| Field Summary |
|---|
| Fields inherited from class ilog.cpl.graphic.IlpAbstractGraphicController |
|---|
lastInteractedObject, lastInteractionStates |
| Constructor Summary | |
|---|---|
IlpEquipmentController(IlpContext context)
Creates a controller. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlpEquipmentController(IlpContext context)
IlpEquipmentView by calling
IlpGraphView.setController(IlpGraphicController)
on the view.
context - Application context| Method Detail |
|---|
protected Logger getControllerLogger()
getControllerLogger in class IlpGraphControllerprotected Class getDefaultHandlerClass()
getDefaultHandlerClass in class IlpGraphControllerprotected IlpGraphHandler getDefaultHandler()
getDefaultHandler in class IlpGraphControllerpublic 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).
IlpEquipmentHandlerWithoutDataSource,
IlpEquipmentHandlerWithDataSourcepublic 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()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||