jp.carabiner.inkpod.pi.widget
クラス CustomMenuItem

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

public class CustomMenuItem
extends jp.carabiner.widget.MenuItem


フィールドの概要
 
クラス jp.carabiner.widget.MenuItem から継承されたフィールド
CHECKBOX_BUTTON_MENUITEM, MENU, MENUITEM, RADIO_BUTTON_MENUITEM, SEPARATOR
 
コンストラクタの概要
CustomMenuItem(java.lang.String type, java.lang.String id, jp.carabiner.widget.WidgetComponentBuilder componentBuilder)
           
 
メソッドの概要
 
クラス jp.carabiner.widget.MenuItem から継承されたメソッド
getComponentBuilder, getType, isLeaf, 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, isRoot, setId, setTargetId
 
クラス java.lang.Object から継承されたメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CustomMenuItem

public CustomMenuItem(java.lang.String type,
                      java.lang.String id,
                      jp.carabiner.widget.WidgetComponentBuilder componentBuilder)