public interface GaugeController extends Controller
DEFAULT_CURSOR, DRILL_CURSOR, E_RESIZE_CURSOR, HORIZONTAL_SPLIT_CURSOR, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NO_DROP_CURSOR, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SELECT_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, VERTICAL_SPLIT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
Modifier and Type | Method and Description |
---|---|
void |
cleanUp()
Clean up listeners, etc.
|
ComponentHandle |
getSelectedObject()
Retrieves the selected component.
|
void |
setSelectedObject(ComponentHandle c)
Selects a component on the graph.
|
getPopupManager, getRolloverTextManager, setPopupManager, setRolloverTextManager
addControllerListener, addViewFocusListener, addViewKeyListener, addViewMouseListener, addViewMouseMotionListener, getCursorType, isWaitCursorForced, removeControllerListener, removeViewFocusListener, removeViewKeyListener, removeViewMouseListener, removeViewMouseMotionListener, setCursorType, setWaitCursorForced
@Concealed void cleanUp()
ViewController
cleanUp
in interface ViewController
GraphController
from the Perspective list of
listeners.
The graph calls this method when someone changes the controller.void setSelectedObject(ComponentHandle c)
c
- The component to select. For PFJ
components, pass
null
.ComponentHandle getSelectedObject()
null
if the selected component is a PFJ
component.