org.seasar.uruma.component.rcp
クラス ViewPartComponent

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.PartConfigurationElement
                      上位を拡張 org.seasar.uruma.component.rcp.ViewPartComponent
すべての実装されたインタフェース:
EnablesDependable, UIComponent, UIComponentContainer, UICompositeComponent, UIControlComponent, UIElement, UIElementContainer, ConfigurationElement

public class ViewPartComponent
extends PartConfigurationElement

ViewPart のコンポーネント情報を保持するためのクラスです。

作成者:
y-komori

フィールドの概要
 String allowMultiple
          複数のオープンを許可するかどうかのフラグです。
 String category
          カテゴリ名称です。
 String clazz
          ViewPart クラスの名称です。
 String image
          イメージを指定するパスです。
 String title
          ビュータイトルです。
 
クラス org.seasar.uruma.component.base.PartConfigurationElement から継承されたフィールド
configurationWriter
 
コンストラクタの概要
ViewPartComponent()
           
 
メソッドの概要
 
クラス org.seasar.uruma.component.base.PartConfigurationElement から継承されたメソッド
getElements, getRcpId, setConfigurationWriter, setRcpId, writeConfiguration
 
クラス 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
 
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.uruma.component.UIComponent から継承されたメソッド
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 

フィールドの詳細

title

public String title
ビュータイトルです。


clazz

public String clazz
ViewPart クラスの名称です。


category

public String category
カテゴリ名称です。


image

public String image
イメージを指定するパスです。


allowMultiple

public String allowMultiple
複数のオープンを許可するかどうかのフラグです。

コンストラクタの詳細

ViewPartComponent

public ViewPartComponent()


Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.