|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openquark.gems.client.browser.BrowserTreeActions
public class BrowserTreeActions
A helper class to provide some default actions for a browser tree.
| Method Summary | |
|---|---|
void |
addDefaultMenuItems(JPopupMenu targetMenu,
BrowserTreeNode selectedNode)
Add supported built-in popup menu items for actions in this object. |
void |
addDisplayMenuItems(JPopupMenu targetMenu)
Add the built-in popup menu items for changing the gem browser display settings. |
void |
addMetadataEditMenuItems(JPopupMenu targetMenu,
BrowserTreeNode selectedNode)
Add menu items for metadata viewing and editing. |
void |
addSortCategorizeMenuItems(JPopupMenu targetMenu,
BrowserTreeNode selectedNode)
Add the built-in popup menu items for sorting and categorization. |
JPanel |
getBrowserTreeButtonPanel()
|
JPopupMenu |
getDefaultBrowserTreePopup(TreePath selectionPath)
Return a new default popup for the browser tree The popup will contain applicable actions in this object, appropriately activated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public JPanel getBrowserTreeButtonPanel()
public JPopupMenu getDefaultBrowserTreePopup(TreePath selectionPath)
selectionPath - the selection path on which the popup was invoked.
public void addDefaultMenuItems(JPopupMenu targetMenu,
BrowserTreeNode selectedNode)
targetMenu - the popup menu to which to add the items.selectedNode - the node for which the items should be added (if any)public void addDisplayMenuItems(JPopupMenu targetMenu)
targetMenu - the popup menu to which to add the items.
public void addSortCategorizeMenuItems(JPopupMenu targetMenu,
BrowserTreeNode selectedNode)
targetMenu - the popup menu to which to add the items.selectedNode - the node for which the items should be added (if any)
public void addMetadataEditMenuItems(JPopupMenu targetMenu,
BrowserTreeNode selectedNode)
targetMenu - the popup menu to which to add the items.selectedNode - the node for which the items should be added (if any)
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||