public class BorderAreaLayout extends AbstractSwingAreaLayout
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static java.lang.String |
LOCATION_CENTER
ページ定義で指定すべき領域名
|
static java.lang.String |
LOCATION_EAST
ページ定義で指定すべき領域名
|
static java.lang.String |
LOCATION_NORTH
ページ定義で指定すべき領域名
|
static java.lang.String |
LOCATION_SOUTH
ページ定義で指定すべき領域名
|
static java.lang.String |
LOCATION_WEST
ページ定義で指定すべき領域名
|
ATTR_Background, ATTR_Implement, ATTR_Opaque, ATTR_Ref, OPTION_Gui, PROP_Font_Arrange_Mode, PROP_Font_Name, PROP_Font_Size, PROP_Font_StyleOPERATION_AddArea, OPERATION_ChangeArea, OPERATION_RemoveArea| コンストラクタと説明 |
|---|
BorderAreaLayout(AreaLayoutDefinition ald)
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected java.awt.Component |
doLayoutLocal(ClientEvent e)
Areaに表示する内容のレイアウトを実行する
|
addLocationBasePanel, allocLocationComponent, arrangeFont, createAreaImplement, createMappingAreaComponent, destroy, destroyLocal, doLayout, doLayoutForAdd, doLayoutForAddLocal, doLayoutForChange, doLayoutForChangeLocal, doLayoutForRemove, doLayoutForRemoveLocal, findGUIComponent, findGUIComponent, getAreaImplement, getArrangeFont, getFontArrangeMode, getLocationBasePanel, getLocationComponentSize, init, isLayouted, prepareLocations, releaseLocationComponent, setAreaImplement, setImplementallocLocation, createArea, createMappingArea, getArea, getAreaOnLocation, getClientContext, getDefinition, getLocationContext, getLocationOfArea, getSubLocation, isSupportedOperation, releaseLocation, releaseLocation, setAreaclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefinition, setAreagetAreaOnLocation, getLocationOfAreapublic static final java.lang.String LOCATION_NORTH
public static final java.lang.String LOCATION_CENTER
public static final java.lang.String LOCATION_SOUTH
public static final java.lang.String LOCATION_EAST
public static final java.lang.String LOCATION_WEST
public BorderAreaLayout(AreaLayoutDefinition ald)
ald - エリアレイアウト定義protected java.awt.Component doLayoutLocal(ClientEvent e)
doLayoutLocal クラス内 AbstractSwingAreaLayoute - イベント情報