程序包 weka.gui

类 GenericObjectEditor.JTreePopupMenu

所有已实现的接口:
ImageObserver, MenuContainer, Serializable, Accessible, MenuElement
封闭类:
GenericObjectEditor

public class GenericObjectEditor.JTreePopupMenu extends JPopupMenu
Creates a popup menu containing a tree that is aware of the screen dimensions.
另请参阅:
  • 构造器详细资料

    • JTreePopupMenu

      public JTreePopupMenu(JTree tree)
      Constructs a new popup menu.
      参数:
      tree - the tree to put in the menu
  • 方法详细资料

    • show

      public void show(Component invoker, int x, int y)
      Displays the menu, making sure it will fit on the screen.
      覆盖:
      show 在类中 JPopupMenu
      参数:
      invoker - the component thast invoked the menu
      x - the x location of the popup
      y - the y location of the popup