org.seasar.uruma.component.jface
クラス CoolBarComponent
java.lang.Object
org.seasar.uruma.component.base.AbstractUIElement
org.seasar.uruma.component.base.AbstractUIComponent
org.seasar.uruma.component.jface.ControlComponent
org.seasar.uruma.component.jface.CompositeComponent
org.seasar.uruma.component.jface.CoolBarComponent
- すべての実装されたインタフェース:
- EnablesDependable, UIComponent, UIComponentContainer, UICompositeComponent, UIControlComponent, UIElement, UIElementContainer
public class CoolBarComponent
- extends CompositeComponent
CoolBar
に対応するコンポーネントです。
- 作成者:
- bskuroneko
クラス org.seasar.uruma.component.jface.CompositeComponent から継承されたメソッド |
addChild, doPreRender, doRender, getChildLayoutDataInfo, getChildren, getCommonAttributes, getLayoutInfo, preRenderChild, renderChild, setChildLayoutDataInfo, setCommonAttributes, setLayoutInfo |
クラス org.seasar.uruma.component.jface.ControlComponent から継承されたメソッド |
getBackground, getBackgroundImage, getEnabled, getEnablesDependingId, getEnablesFor, getFontHeight, getFontName, getFontStyle, getForeground, getHeight, getLayoutDataInfo, getMenu, getToolTipText, getVisible, getWidth, getX, getY, setBackground, setBackgroundImage, setEnabled, setEnablesDependingId, setEnablesFor, setFontHeight, setFontName, setFontStyle, setForeground, setHeight, setLayoutDataInfo, setMenu, setToolTipText, setVisible, setWidth, setX, setY |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoolBarComponent
public CoolBarComponent()
getLocked
public String getLocked()
- ロック状態を取得します。
- 戻り値:
- ロック状態
setLocked
public void setLocked(String locked)
- ロック状態を設定します。
- パラメータ:
locked
- ロック状態
getWrapIndices
public String getWrapIndices()
- ラップ表示項目を取得します。
- 戻り値:
- ラップ表示項目
setWrapIndices
public void setWrapIndices(String wrapIndices)
- ラップ表示項目を設定します。
- パラメータ:
wrapIndices
- ラップ表示項目
Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.