jp.carabiner.widget
クラス PopupMenu

java.lang.Object
  上位を拡張 jp.carabiner.widget.WidgetItem
      上位を拡張 jp.carabiner.widget.WidgetContainer<MenuItem>
          上位を拡張 jp.carabiner.widget.MenuItem
              上位を拡張 jp.carabiner.widget.Menu
                  上位を拡張 jp.carabiner.widget.PopupMenu
すべての実装されたインタフェース:
java.lang.Cloneable

public class PopupMenu
extends Menu


フィールドの概要
 
クラス jp.carabiner.widget.MenuItem から継承されたフィールド
CHECKBOX_BUTTON_MENUITEM, MENU, MENUITEM, RADIO_BUTTON_MENUITEM, SEPARATOR
 
コンストラクタの概要
PopupMenu(java.lang.String id)
           
 
メソッドの概要
 boolean isRoot()
           
 
クラス jp.carabiner.widget.Menu から継承されたメソッド
addCheckBoxButtonMenuItem, addMenuItem, addRadioButtonMenuItem, addSeparator, createCheckBoxButtonMenuItem, createMenuItem, createRadioButtonMenuItem, isLeaf
 
クラス jp.carabiner.widget.MenuItem から継承されたメソッド
getComponentBuilder, getType, isSeparator, newChildTypeArray, setComponentBuilder
 
クラス jp.carabiner.widget.WidgetContainer から継承されたメソッド
add, add, clone, fireApplicationConfigEvent, fireItemAppendEvent, fireItemChangeEvent, fireItemRemoveEvent, get, getChildByActionID, getChildren, getChildrenByActionID, getChildrenCount, hasChildren, indexOf, removeAll, removeItem, removeItem, set, setApplicationConfig
 
クラス jp.carabiner.widget.WidgetItem から継承されたメソッド
getApplicationConfig, getId, getTargetId, setId, setTargetId
 
クラス java.lang.Object から継承されたメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PopupMenu

public PopupMenu(java.lang.String id)
メソッドの詳細

isRoot

public boolean isRoot()
オーバーライド:
クラス WidgetItem 内の isRoot