個別の制御タグが用意されていないコンポーネントに対して色、フォント、enable/disable, visible/invisibleといった見た目に関する制御のみ行う場合に使用できる。
ATTR_Background, ATTR_Foreground, ATTR_OnChange
COMPONENT_DEFINITION
コンストラクタと説明 |
---|
DefaultVComponentImpl(java.lang.String instanceID,
java.util.Map params)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
destroyLocal()
destoryメソッドの最後にコールされる。
|
protected java.lang.Class[] |
getTargetGUIComponentTypes()
仮想コンポーネントが制御対象とするGUIコンポーネントのクラスを配列で返す。
|
protected void |
inputLocal(ClientEvent e)
doInputメソッドの最後にコールされる。
|
protected void |
startLocal(ClientEvent e)
startメソッドの最後にコールされる。
|
protected void |
updateLocal(ClientEvent e)
updateメソッドの最後にコールされる。
|
arrangeFont, destroy, fireOnChange, getAreaEventListener, getBackground, getComponentFont, getDisabledBackground, getEnabledBackground, getForeground, getGUIComponent, getPopupMenuFont, getRealComponent, getRequiredBackground, getSwingArea, input, installAccessControlPermission, isChanged, isFocusOwner, isInputValidationSucceeded, isRefreshable, isTextComponent, onChange, prepareGUIComponent, removePopupMenu, requestFocus, resetWaitingCursor, savePreference, setBackground, setEditable, setEnabledLocal, setForeground, setGUIComponent, setRefreshable, setToolTip, setupFont, setupPopupMenu, setVisibleLocal, setWaitingCursor, start, update
addAvailableState, addComponentEventListener, addProcessEvent, fireDisplayUpdated, fireEventTriggered, fireInputFixed, getArea, getClientContext, getComponentEventListeners, getDefinition, getInstanceID, getPreference, getReference, getTranslator, init, installArea, isAvailableState, isEnabled, isEnabledCondition, isSavePreference, isStarted, isVisible, isVisibleCondition, removeComponentEventListener, setEnabled, setPreference, setStarted, setVisible, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isFocusOwner, isInputValidationSucceeded, isTextComponent, resetWaitingCursor, setWaitingCursor
addComponentEventListener, destroy, fireDisplayUpdated, fireEventTriggered, fireInputFixed, getArea, getClientContext, getComponentEventListeners, getDefinition, getInstanceID, getPreference, getRealComponent, getTranslator, input, installAccessControlPermission, installArea, removeComponentEventListener, setPreference, start, update
getReference
public DefaultVComponentImpl(java.lang.String instanceID, java.util.Map params)
instanceID
- コンポーネントインスタンスに割り当てられたユニークなIDparams
- 初期化パラメータ格納Mapprotected void destroyLocal()
protected java.lang.Class[] getTargetGUIComponentTypes()
getTargetGUIComponentTypes
クラス内 AbstractSwingVirtualComponent
protected void inputLocal(ClientEvent e) throws RecoverableException
inputLocal
クラス内 AbstractSwingVirtualComponent
e
- イベント情報RecoverableException
- 回復可能な業務例外protected void startLocal(ClientEvent e) throws RecoverableException
startLocal
クラス内 AbstractSwingVirtualComponent
e
- イベント情報RecoverableException
- 回復可能な業務例外protected void updateLocal(ClientEvent e) throws RecoverableException
updateLocal
クラス内 AbstractSwingVirtualComponent
e
- イベント情報RecoverableException
- 回復可能な業務例外