Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

oracle.dss.dataView
Interface Controller

All Superinterfaces:
ViewController
All Known Subinterfaces:
GaugeController, GraphController
All Known Implementing Classes:
ControllerAdapter, GaugeControllerAdapter, GraphControllerAdapter

public interface Controller
extends ViewController

Implements the common API for the common view controller.


Field Summary
 
Fields inherited from interface oracle.dss.dataView.ViewController
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
 
Method Summary
 PopupManager getPopupManager()
          Get the popup manager.
 RolloverTextManager getRolloverTextManager()
          Get the rollover text manager.
 void setPopupManager(PopupManager pm)
          Set the popup manager.
 void setRolloverTextManager(RolloverTextManager rm)
          Set the rollover text manager.
 
Methods inherited from interface oracle.dss.dataView.ViewController
addControllerListener, addViewFocusListener, addViewKeyListener, addViewMouseListener, addViewMouseMotionListener, cleanUp, getCursorType, isWaitCursorForced, removeControllerListener, removeViewFocusListener, removeViewKeyListener, removeViewMouseListener, removeViewMouseMotionListener, setCursorType, setWaitCursorForced
 

Method Detail

setPopupManager

void setPopupManager(PopupManager pm)
Set the popup manager.

Parameters:
sm - popup manager instance

getPopupManager

PopupManager getPopupManager()
Get the popup manager.

Returns:
the current PopupManager instance

setRolloverTextManager

void setRolloverTextManager(RolloverTextManager rm)
Set the rollover text manager.

Parameters:
rm - rollover text manager instance

getRolloverTextManager

RolloverTextManager getRolloverTextManager()
Get the rollover text manager.

Returns:
the current RolloverTextManager instance

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

Copyright © 1997, 2011, Oracle. All rights reserved.