|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.dss.dataView.ControllerListenerAdapter
Adapter class for the ControllerListener interface.
| Constructor Summary | |
ControllerListenerAdapter() | |
| Method Summary | |
void |
componentSelected(ControllerEvent e)The component has been selected. |
void |
componentSelecting(ControllerEvent e)The component is about to be selected. |
void |
componentSized(ControllerEvent e)The component has been resized. |
void |
componentSizing(ControllerEvent e)The component is about to be resized. |
void |
popupTriggered(ControllerEvent e)The popup has been triggered for this view. |
void |
popupTriggering(ControllerEvent e)The popup is about to be triggered for this view. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ControllerListenerAdapter()
| Method Detail |
public void componentSizing(ControllerEvent e)
componentSizing in interface ControllerListenere - the event describing the resizepublic void componentSized(ControllerEvent e)
componentSized in interface ControllerListenere - the event describing the resizepublic void componentSelecting(ControllerEvent e)
componentSelecting in interface ControllerListenere - the event describing the selectionpublic void componentSelected(ControllerEvent e)
componentSelected in interface ControllerListenere - the event describing the selectionpublic void popupTriggering(ControllerEvent e)
popupTriggering in interface ControllerListenere - the event describing the popuppublic void popupTriggered(ControllerEvent e)
popupTriggered in interface ControllerListenere - the event describing the popup
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||