public abstract class EditorSession extends AbstractSession<AbstractCanvas,AbstractCanvasHandler>
| Constructor and Description |
|---|
EditorSession() |
| Modifier and Type | Method and Description |
|---|---|
abstract ClipboardControl<Element,AbstractCanvas,ClientSession> |
getClipboardControl() |
abstract CanvasCommandManager<AbstractCanvasHandler> |
getCommandManager() |
abstract CommandRegistry<Command<AbstractCanvasHandler,CanvasViolation>> |
getCommandRegistry() |
abstract ConnectionAcceptorControl<AbstractCanvasHandler> |
getConnectionAcceptorControl() |
abstract ContainmentAcceptorControl<AbstractCanvasHandler> |
getContainmentAcceptorControl() |
abstract DockingAcceptorControl<AbstractCanvasHandler> |
getDockingAcceptorControl() |
abstract KeyboardControl<AbstractCanvas,ClientSession> |
getKeyboardControl() |
abstract MediatorsControl<AbstractCanvas> |
getMediatorsControl() |
abstract SelectionControl<AbstractCanvasHandler,Element> |
getSelectionControl() |
destroy, equals, hashCode, init, onControlDestroyed, onControlRegistered, onControlRegistered, openclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetCanvas, getCanvasHandler, getSessionUUIDpublic abstract CanvasCommandManager<AbstractCanvasHandler> getCommandManager()
public abstract CommandRegistry<Command<AbstractCanvasHandler,CanvasViolation>> getCommandRegistry()
public abstract MediatorsControl<AbstractCanvas> getMediatorsControl()
public abstract KeyboardControl<AbstractCanvas,ClientSession> getKeyboardControl()
public abstract ClipboardControl<Element,AbstractCanvas,ClientSession> getClipboardControl()
public abstract SelectionControl<AbstractCanvasHandler,Element> getSelectionControl()
public abstract ConnectionAcceptorControl<AbstractCanvasHandler> getConnectionAcceptorControl()
public abstract ContainmentAcceptorControl<AbstractCanvasHandler> getContainmentAcceptorControl()
public abstract DockingAcceptorControl<AbstractCanvasHandler> getDockingAcceptorControl()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.