|
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.CMBFolderSelectedEvent
Generated by CMBSearchResultsViewer and CMBFolderViewer when a folder is selected in the tree pane.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
CMBFolderSelectedEvent(java.lang.Object source,
CMBItem folder)
constructs the event. |
Method Summary | |
CMBItem |
getFolder()
returns the CMBItem representing the selected 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 CMBFolderSelectedEvent(java.lang.Object source, CMBItem folder)
source
- the source of the event.folder
- the CMBItem of 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 |