org.devaki.nextobjects.ui.menus
Class MenuFactory

java.lang.Object
  extended byorg.devaki.nextobjects.ui.menus.MenuFactory

public final class MenuFactory
extends java.lang.Object

This class calls the differents popup's menu


Method Summary
static EditorPopupMenu getEditorPopupMenu()
          Get a reference to the menu
static ModelPopupMenu getModelPopupMenu()
          Get the 'ModelPopupMenu' object
static TreePopupMenu getTreePopupMenu()
          Get a reference to the menu
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getModelPopupMenu

public static ModelPopupMenu getModelPopupMenu()
Get the 'ModelPopupMenu' object

Returns:
a ModelPopupMenu

getEditorPopupMenu

public static EditorPopupMenu getEditorPopupMenu()
Get a reference to the menu

Returns:
the editor popup menu

getTreePopupMenu

public static TreePopupMenu getTreePopupMenu()
Get a reference to the menu

Returns:
the tree popup menu


Copyright © 2002-2004 devaki.org. All Rights Reserved.