org.seasar.uruma.component.jface
クラス WindowComponent
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.WindowComponent
- すべての実装されたインタフェース:
- EnablesDependable, UIComponent, UIComponentContainer, UICompositeComponent, UIControlComponent, UIElement, UIElementContainer, UIElementVisitorAcceptor
public class WindowComponent
- extends CompositeComponent
Window
のコンポーネント情報を保持するためのクラスです。
- 作成者:
- y-komori
クラス org.seasar.uruma.component.jface.ControlComponent から継承されたフィールド |
background, backgroundImage, enabled, enablesDependingId, enablesFor, fontHeight, fontName, fontStyle, foreground, menu, toolTipText, visible |
クラス 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 |
title
public String title
minimumWidth
public String minimumWidth
minimumHeight
public String minimumHeight
width
public String width
height
public String height
x
public String x
y
public String y
image
public String image
defaultButtonId
public String defaultButtonId
defaultFocusId
public String defaultFocusId
statusLine
public String statusLine
WindowComponent
public WindowComponent()
WindowComponent
を構築します。
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.