jp.carabiner.widget
クラス ToolBarHorizontalItem

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

public class ToolBarHorizontalItem
extends ToolBarItem


フィールドの概要
static java.lang.String HORIZONTAL
           
 
クラス jp.carabiner.widget.ToolBarItem から継承されたフィールド
BUTTON, CHECKBOX_BUTTON, SEPARATOR, TOGGLE_BUTTON
 
コンストラクタの概要
ToolBarHorizontalItem()
           
 
メソッドの概要
 void addSeparator()
           
 boolean isBorderPainted()
           
 boolean isLeaf()
           
 void setBorderPainted(boolean borderPainted)
           
 
クラス jp.carabiner.widget.ToolBarItem から継承されたメソッド
getType, isSeparator, newChildTypeArray
 
クラス 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
 

フィールドの詳細

HORIZONTAL

public static final java.lang.String HORIZONTAL
関連項目:
定数フィールド値
コンストラクタの詳細

ToolBarHorizontalItem

public ToolBarHorizontalItem()
メソッドの詳細

isLeaf

public boolean isLeaf()
オーバーライド:
クラス ToolBarItem 内の isLeaf

addSeparator

public void addSeparator()

setBorderPainted

public void setBorderPainted(boolean borderPainted)

isBorderPainted

public boolean isBorderPainted()