Interface OperationContext
-
- All Known Implementing Classes:
DefaultOperationContext
public interface OperationContext
Context object to allow access to the underlying UI and GraphContainer.- Author:
- Donald Desloge, Markus von RĂ¼den
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
OperationContext.DisplayLocation
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationContext.DisplayLocation
getDisplayLocation()
Returns theOperationContext.DisplayLocation
the operation was triggered fromGraphContainer
getGraphContainer()
Returns the currentGraphContainer
com.vaadin.ui.UI
getMainWindow()
Returns the current UI, the operation was triggered from
-
-
-
Method Detail
-
getMainWindow
com.vaadin.ui.UI getMainWindow()
Returns the current UI, the operation was triggered from- Returns:
- the current UI, the operation was triggered from
-
getGraphContainer
GraphContainer getGraphContainer()
Returns the currentGraphContainer
- Returns:
- The current
GraphContainer
-
getDisplayLocation
OperationContext.DisplayLocation getDisplayLocation()
Returns theOperationContext.DisplayLocation
the operation was triggered from- Returns:
- the
OperationContext.DisplayLocation
the operation was triggered from
-
-