|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.ibm.mm.beans.gui.CMBViewFolderEvent
Generated by CMBSearchResultsViewer when View was selected on a folder or double-click is performed on a folder in the details pane. This event is only emitted if CMBSearchResultsViewer.getExploreOnViewFolder() returns false.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
CMBViewFolderEvent(java.lang.Object source,
CMBItem folder)
constructs the event. |
Method Summary | |
CMBItem |
getFolder()
returns the CMBItem representing the folder. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CMBViewFolderEvent(java.lang.Object source, CMBItem folder)
source
- the source of the event.folder
- the CMBItem representing the folder.Method Detail |
public CMBItem getFolder()
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |