public final class DefaultVComponentImpl extends AbstractSwingVirtualComponent implements VComponent
ATTR_Background, ATTR_Foreground, ATTR_OnChangeCOMPONENT_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, updateaddAvailableState, 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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisFocusOwner, isInputValidationSucceeded, isTextComponent, resetWaitingCursor, setWaitingCursoraddComponentEventListener, destroy, fireDisplayUpdated, fireEventTriggered, fireInputFixed, getArea, getClientContext, getComponentEventListeners, getDefinition, getInstanceID, getPreference, getRealComponent, getTranslator, input, installAccessControlPermission, installArea, removeComponentEventListener, setPreference, start, updategetReferencepublic DefaultVComponentImpl(java.lang.String instanceID, java.util.Map params)
instanceID - コンポーネントインスタンスに割り当てられたユニークなIDparams - 初期化パラメータ格納Mapprotected void destroyLocal()
protected java.lang.Class[] getTargetGUIComponentTypes()
getTargetGUIComponentTypes クラス内 AbstractSwingVirtualComponentprotected void inputLocal(ClientEvent e) throws RecoverableException
inputLocal クラス内 AbstractSwingVirtualComponente - イベント情報RecoverableException - 回復可能な業務例外protected void startLocal(ClientEvent e) throws RecoverableException
startLocal クラス内 AbstractSwingVirtualComponente - イベント情報RecoverableException - 回復可能な業務例外protected void updateLocal(ClientEvent e) throws RecoverableException
updateLocal クラス内 AbstractSwingVirtualComponente - イベント情報RecoverableException - 回復可能な業務例外