org.seasar.uruma.component.base
クラス AbstractUIHasMenuCompositeComponent
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.base.AbstractUIHasMenuCompositeComponent
- すべての実装されたインタフェース:
- EnablesDependable, UIComponent, UIComponentContainer, UICompositeComponent, UIControlComponent, UIElement, UIElementContainer, UIElementVisitorAcceptor, UIHasMenuCompositeComponent
- 直系の既知のサブクラス:
- ViewPartComponent
public abstract class AbstractUIHasMenuCompositeComponent
- extends CompositeComponent
- implements UIHasMenuCompositeComponent
AbstractUIHasMenuCompositeComponent
を表す基底クラスです。
RCPに定義するメニューを利用するクラスの基底クラスとして使用します。
- 作成者:
- y.sugigami
クラス org.seasar.uruma.component.jface.ControlComponent から継承されたフィールド |
background, backgroundImage, enabled, enablesDependingId, enablesFor, fontHeight, fontName, fontStyle, foreground, height, menu, toolTipText, visible, width, x, y |
クラス org.seasar.uruma.component.jface.CompositeComponent から継承されたメソッド |
accept, addChild, doPreRender, doRender, getChildLayoutDataInfo, getChildren, getCommonAttributes, getLayoutInfo, preRenderChild, renderChild, setChildLayoutDataInfo, setCommonAttributes, setLayoutInfo |
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド |
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle, toString |
AbstractUIHasMenuCompositeComponent
public AbstractUIHasMenuCompositeComponent()
getMenus
public List<MenuComponent> getMenus()
- インタフェース
UIHasMenuCompositeComponent
の記述:
UIHasMenuCompositeComponent
が保持する UIHasMenuCompositeComponent
のリストを返します。
- 定義:
- インタフェース
UIHasMenuCompositeComponent
内の getMenus
- 戻り値:
MenuComponent
のリスト
getElements
protected <E> List<E> getElements(Class<E> clazz)
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.