|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Implements the common API for the common view controller.
| Field Summary | |
static int |
DEFAULT_CURSORDefault cursor |
static int |
DRILL_CURSORcursor on an edge component to expand or collapse the data in a view |
static int |
E_RESIZE_CURSOReast-resize cursor |
static int |
HORIZONTAL_SPLIT_CURSORResize cell in horizontal direction |
static int |
MOVE_CURSORcursor over a component that is selected and is movable |
static int |
N_RESIZE_CURSORnorth-resize cursor |
static int |
NE_RESIZE_CURSORnorth-east-resize cursor |
static int |
NO_DROP_CURSORcursor over a component that is not appropriate target edge component during a rotate or a move |
static int |
NW_RESIZE_CURSORnorth-west-resize cursor |
static int |
S_RESIZE_CURSORsouth-resize cursor |
static int |
SE_RESIZE_CURSORsouth-east-resize cursor |
static int |
SELECT_CURSORcursor over a selectable area(e.g. |
static int |
SW_RESIZE_CURSORsouth-west-resize cursor |
static int |
TEXT_CURSORcursor when Data cell is selectable for editing |
static int |
VERTICAL_SPLIT_CURSORResize cell in vertical direction |
static int |
W_RESIZE_CURSORwest-resize cursor |
static int |
WAIT_CURSORWaiting for a process to be over. |
| Method Summary | |
void |
addControllerListener(ControllerListener l)Set non-data related event listener on bean. |
void |
addViewFocusListener(ViewFocusListener l)Add ViewFocusListener to presentation engine. |
void |
addViewKeyListener(ViewKeyListener l)Add ViewKeyListener to presentation engine. |
void |
addViewMouseListener(ViewMouseListener l)Add ViewMouseListener to presentation engine. |
void |
addViewMouseMotionListener(ViewMouseMotionListener l)Add ViewMouseMotionListener to presentation engine. |
void |
cleanUp()Clean up listeners, etc. |
java.awt.Cursor |
getCursorType(int type)gets the currently set cursor for the given type |
PopupManager |
getPopupManager()Get the popup manager. |
RolloverTextManager |
getRolloverTextManager()Get the rollover text manager. |
boolean |
isWaitCursorForced()Indicates if the view is currently displaying wait cursor. |
void |
removeControllerListener(ControllerListener l)Remove non-data related event listener on bean. |
void |
removeViewFocusListener(ViewFocusListener l)Remove ViewFocusListener from presentation engine. |
void |
removeViewKeyListener(ViewKeyListener l)Remove ViewKeyListener from presentation engine. |
void |
removeViewMouseListener(ViewMouseListener l)Remove ViewMouseListener from presentation engine. |
void |
removeViewMouseMotionListener(ViewMouseMotionListener l)Remove ViewMouseMotionListener from presentation engine. |
void |
setCursorType(java.awt.Cursor c, int type)sets the cursor for the given type |
void |
setPopupManager(PopupManager pm)Set the popup manager. |
void |
setRolloverTextManager(RolloverTextManager rm)Set the rollover text manager. |
void |
setWaitCursorForced(boolean yesNo)Specifies if the view is forced to display wait cursor. |
| Field Detail |
public static final int DEFAULT_CURSOR
public static final int MOVE_CURSOR
public static final int WAIT_CURSOR
public static final int N_RESIZE_CURSOR
public static final int S_RESIZE_CURSOR
public static final int E_RESIZE_CURSOR
public static final int W_RESIZE_CURSOR
public static final int NE_RESIZE_CURSOR
public static final int SW_RESIZE_CURSOR
public static final int NW_RESIZE_CURSOR
public static final int SE_RESIZE_CURSOR
public static final int SELECT_CURSOR
public static final int TEXT_CURSOR
public static final int DRILL_CURSOR
public static final int NO_DROP_CURSOR
public static final int VERTICAL_SPLIT_CURSOR
public static final int HORIZONTAL_SPLIT_CURSOR
| Method Detail |
public void addControllerListener(ControllerListener l)
l - listener instancepublic void removeControllerListener(ControllerListener l)
l - listener instancepublic void addViewMouseListener(ViewMouseListener l)
ViewMouseListener to presentation engine.l - reference to a ViewMouseListenerpublic void removeViewMouseListener(ViewMouseListener l)
ViewMouseListener from presentation engine.l - reference to a ViewMouseListenerpublic void addViewMouseMotionListener(ViewMouseMotionListener l)
ViewMouseMotionListener to presentation engine.l - reference to a ViewMouseMotionListenerpublic void removeViewMouseMotionListener(ViewMouseMotionListener l)
ViewMouseMotionListener from presentation engine.l - reference to a ViewMouseMotionListenerpublic void addViewKeyListener(ViewKeyListener l)
ViewKeyListener to presentation engine.l - reference to a ViewKeyListenerpublic void removeViewKeyListener(ViewKeyListener l)
l - reference to a ViewKeyListenerpublic void addViewFocusListener(ViewFocusListener l)
l - reference to a ViewFocusListenerpublic void removeViewFocusListener(ViewFocusListener l)
l - reference to a ViewFocusListenerpublic void setPopupManager(PopupManager pm)
sm - popup manager instancepublic PopupManager getPopupManager()
public void setRolloverTextManager(RolloverTextManager rm)
rm - rollover text manager instancepublic RolloverTextManager getRolloverTextManager()
public void cleanUp()
public void setCursorType(java.awt.Cursor c,
int type)
c - Object of type Cursortype - an integer specifying the type of the cursorpublic java.awt.Cursor getCursorType(int type)
type - an integer specifying the type of the cursorpublic boolean isWaitCursorForced()
true if view is displaying wait cursor false if view is not displaying wait cursorpublic void setWaitCursorForced(boolean yesNo)
yesNo - true display wait cursor false do not display wait cursor
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||