public class PFCombinativeComponentImpl extends java.lang.Object implements PFCombinativeComponent, PFXMLSerializable
| コンストラクタと説明 | 
|---|
PFCombinativeComponentImpl()
コンストラクタ 
 | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
void | 
addComment(PFApplicationComment comment)
引数で与えられたアプリケーションコメントをプラットフォームに追加する。 
 | 
void | 
addComment(PFApplicationComment comment,
          int index)
引数で与えられたアプリケーションコメントをプラットフォームに追加する。 
 | 
void | 
addComponent(PFComponent component)
引数で与えられたコンポーネントをプラットフォームに追加する。 
 | 
void | 
addComponent(PFComponent component,
            int index)
引数で与えられたコンポーネントをプラットフォームに追加する。 
 | 
void | 
addPFActionListener(PFActionListener lis)
引数で与えられたイベントリスナを登録し、
 アクションイベント発生時に処理を行う対象とする。 
 | 
void | 
addPFApplicationStartListener(PFApplicationStartListener lis)
引数で与えられたイベントリスナを登録し、
 アプリケーション開始イベント発生時に処理を行う対象とする。 
 | 
void | 
addPFApplicationTerminateListener(PFApplicationTerminateListener lis)
引数で与えられたイベントリスナを登録し、
 アプリケーション終了イベント発生時に処理を行う対象とする。 
 | 
void | 
addPFComponentCooperationResultListener(PFComponentCooperationResultListener lis)
引数で与えられたイベントリスナを登録し、
 コンポーネント連携結果通知イベント発生時に処理を行う対象とする。 
 | 
void | 
addPFDataCreateListener(PFDataCreateListener lis)
引数で与えられたイベントリスナを登録し、
 データ生成イベント発生時に処理を行う対象とする。 
 | 
void | 
addPFDataDropListener(PFDataDropListener lis)
引数で与えられたイベントリスナを登録し、
 データドロップイベント発生時に処理を行う対象とする。 
 | 
void | 
addPFDataSelectListener(PFDataSelectListener lis)
引数で与えられたイベントリスナを登録し、
 データ選択イベント発生時に処理を行う対象とする。 
 | 
void | 
addPFDataSetListener(PFDataSetListener lis)
引数で与えられたイベントリスナを登録し、
 データ設定イベント発生時に処理を行う対象とする。 
 | 
void | 
addPFDataUpdateListener(PFDataUpdateListener lis)
引数で与えられたイベントリスナを登録し、
 データ更新イベント発生時に処理を行う対象とする。 
 | 
void | 
addPFFocusListener(PFFocusListener lis)
引数で与えられたイベントリスナを登録し、
 フォーカスイベント発生時に処理を行う対象とする。 
 | 
void | 
addPFKeyListener(PFKeyListener lis)
引数で与えられたイベントリスナを登録し、
 キーイベント発生時に処理を行う対象とする。 
 | 
void | 
addPFMouseButtonListener(PFMouseButtonListener lis)
引数で与えられたイベントリスナを登録し、
 マウスボタンイベント発生時に処理を行う対象とする。 
 | 
void | 
addPFMouseMotionListener(PFMouseMotionListener lis)
引数で与えられたイベントリスナを登録し、
 マウスモーションイベント発生時に処理を行う対象とする。 
 | 
void | 
addPFMouseWheelListener(PFMouseWheelListener lis)
引数で与えられたイベントリスナを登録し、
 マウスホイールイベント発生時に処理を行う対象とする。 
 | 
void | 
addPFProcessRequestListener(PFProcessRequestListener lis)
引数で与えられたイベントリスナを登録し、
 処理要求イベント発生時に処理を行う対象とする。 
 | 
void | 
addPFProcessTerminateListener(PFProcessTerminateListener lis)
引数で与えられたイベントリスナを登録し、
 処理完了イベント発生時に処理を行う対象とする。 
 | 
void | 
addPFPullComponentTransferResultListener(PFPullComponentTransferResultListener lis)
引数で与えられたイベントリスナを登録し、
 PULL型コンポーネント転送結果通知イベント発生時に処理を行う対象とする。 
 | 
void | 
addPFPullComponentTransferSentListener(PFPullComponentTransferSentListener lis)
引数で与えられたイベントリスナを登録し、
 PULL型コンポーネント転送送信イベント発生時に処理を行う対象とする。 
 | 
void | 
addPFPushComponentTransferReceivedListener(PFPushComponentTransferReceivedListener lis)
引数で与えられたイベントリスナを登録し、
 PUSH型コンポーネント転送受信イベント発生時に処理を行う対象とする。 
 | 
void | 
addPFPushComponentTransferResultListener(PFPushComponentTransferResultListener lis)
引数で与えられたイベントリスナを登録し、
 PUSH型コンポーネント転送結果通知イベント発生時に処理を行う対象とする。 
 | 
void | 
addPFScroll2DListener(PFScroll2DListener lis)
引数で与えられたイベントリスナを登録し、
 縦横スクロールイベント発生時に処理を行う対象とする。 
 | 
void | 
addPFScrollListener(PFScrollListener lis)
引数で与えられたイベントリスナを登録し、
 スクロールイベント発生時に処理を行う対象とする。 
 | 
void | 
addPFViewLocateListener(PFViewLocateListener lis)
引数で与えられたイベントリスナを登録し、
 ロケートイベント発生時に処理を行う対象とする。 
 | 
void | 
addPFViewPickListener(PFViewPickListener lis)
引数で与えられたイベントリスナを登録し、
 ピックイベント発生時に処理を行う対象とする。 
 | 
void | 
addPFViewUpdateListener(PFViewUpdateListener lis)
引数で与えられたイベントリスナを登録し、
 ビュー変更イベント発生時に処理を行う対象とする。 
 | 
void | 
addPublicMethod(jp.go.aist.dmrc.platform.util.PFMethodInvokeDelegation method)
外部に公開するメソッドを追加する。 
 | 
void | 
backupReference()
外部参照情報を一時的にクリアし、バックアップする。 
 | 
int | 
checkTheApplicationWasLocked()
パスワードでロックされているかを確かめる. 
 | 
void | 
clear()
アプリケーション情報をクリアする。 
 | 
void | 
clear(java.util.Stack baseStack)
アプリケーション情報をクリアする。 
 | 
void | 
clearAll()
アプリケーション情報をすべてクリアする。 
 | 
void | 
clearEventListener()
接続されているイベントリスナをクリアする。 
 | 
void | 
clearEventListenerTemporally()
接続されているイベントリスナを一時的にクリアし、バックアップする。 
 | 
void | 
clearIndent(PFComponent component)
コンポーネントのインデント設定を解除する。 
 | 
boolean | 
contains(PFComponent comp)
指定されたコンポーネントを配下に含むかどうかをチェックする。 
 | 
void | 
decrementIndent(PFComponent component)
コンポーネントのインデントレベルを1つ減らす。 
 | 
int | 
getAllComponentCount()
コメントを含むコンポーネント数を取得する。 
 | 
java.util.Iterator | 
getAllComponentList()
コメントを含むコンポーネントリストを取得する。 
 | 
PFComponent | 
getComponentAt(int index)
指定された位置のコンポーネントを取得する。 
 | 
int | 
getComponentID()
コンポーネントIDを取得する。 
 | 
java.lang.String | 
getComponentKey()
コンポーネントキーを取得する。 
 | 
PFMultiLocaleString | 
getComponentKeys()
全ロケール分のコンポーネントキーを返す。 
 | 
java.lang.String | 
getComponentName()
コンポーネント名称を取得する。 
 | 
PFMultiLocaleString | 
getComponentNames()
全ロケール分のコンポーネント名称を返す。 
 | 
java.lang.String | 
getComponentPublicName()
コンポーネント公開名を取得する. 
 | 
java.lang.String | 
getComponentString()
コンポーネントの文字列表現を取得する。 
 | 
int | 
getContainComponentCount()
コンポーネント数を取得する。 
 | 
java.util.Iterator | 
getContainComponentList()
コンポーネント配列を取得する。 
 | 
int | 
getIndent(PFComponent component)
コンポーネントのインデントレベルを取得する。 
 | 
java.util.Map | 
getIndentMap()
コンポーネントのインデントレベルを表すマップを取得する。 
 | 
java.util.Vector | 
getNotifiedEventSourceClassList()
上位層へ伝播されるイベントソースクラスのリストを取得する。 
 | 
PFConstructBase | 
getParentComponent(PFComponent comp)
指定されたコンポーネントの親構築ベースを取得する。 
 | 
java.util.Stack | 
getParentComponentStack(PFComponent comp)
指定されたコンポーネントの親構築ベースのスタックを取得する。 
 | 
java.util.Iterator | 
getPFActionListenerList()
アクションイベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFApplicationStartListenerList()
アプリケーション開始イベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFApplicationTerminateListenerList()
アプリケーション終了イベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFComponentCooperationResultListenerList()
コンポーネント連携結果通知イベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFDataCreateListenerList()
データ生成イベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFDataDropListenerList()
データドロップイベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFDataSelectListenerList()
データ選択イベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFDataSetListenerList()
データ設定イベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFDataUpdateListenerList()
データ更新イベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFFocusListenerList()
フォーカスイベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFKeyListenerList()
キーイベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFMouseButtonListenerList()
マウスボタンイベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFMouseMotionListenerList()
マウスモーションイベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFMouseWheelListenerList()
マウスホイールイベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFProcessRequestListenerList()
処理要求イベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFProcessTerminateListenerList()
処理完了イベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFPullComponentTransferResultListenerList()
PULL型コンポーネント転送結果通知イベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFPullComponentTransferSentListenerList()
PULL型コンポーネント転送送信イベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFPushComponentTransferReceivedListenerList()
PUSH型コンポーネント転送受信イベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFPushComponentTransferResultListenerList()
PUSH型コンポーネント転送結果通知イベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFScroll2DListenerList()
縦横スクロールイベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFScrollListenerList()
スクロールイベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFViewLocateListenerList()
ロケートイベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFViewPickListenerList()
ピックイベントリスナ配列を取得する。 
 | 
java.util.Iterator | 
getPFViewUpdateListenerList()
ビュー変更イベントリスナ配列を取得する。 
 | 
int | 
getPublicMethodCount()
外部に公開するメソッド数を取得する。 
 | 
java.util.Iterator | 
getPublicMethods()
外部に公開するメソッドを取得する。 
 | 
java.lang.String | 
getReference()
外部参照ファイル名を取得する。 
 | 
void | 
incrementIndent(PFComponent component)
コンポーネントのインデントレベルを1つ増やす。 
 | 
void | 
informEventCompleted(jp.go.aist.dmrc.platform.util.PFComponentConnector connector)
階層内でのイベント完了を通知する。 
 | 
void | 
informEventFired(jp.go.aist.dmrc.platform.util.PFComponentConnector connector)
階層内でのイベント発生を通知する。 
 | 
void | 
informPublicMethodCompleted(jp.go.aist.dmrc.platform.util.PFMethodInvokeDelegation method)
公開メソッド実行完了を通知する。 
 | 
void | 
informPublicMethodInvoked(jp.go.aist.dmrc.platform.util.PFMethodInvokeDelegation method)
公開メソッド起動を通知する。 
 | 
boolean | 
isAllowPullTransfer()
他PFからのPull型コンポーネント転送要求に対する可否属性を取得する. 
 | 
boolean | 
isAllowPushTransfer()
他PFへのPush型コンポーネント転送要求に対する可否属性を取得する. 
 | 
boolean | 
isAllowRemoteInvocation()
他PFからのコンポーネント連携要求に対する可否属性を取得する. 
 | 
boolean | 
isChild(PFComponent comp)
指定されたコンポーネントを直下に含むかどうかをチェックする。 
 | 
boolean | 
isCopying()
コンポーネントコピー中かどうかを取得する。 
 | 
boolean | 
isReferenceEnabled()
外部参照を有効にするかどうかを取得する。 
 | 
boolean | 
isReferenceSet()
外部参照が設定されているかどうかを取得する。 
 | 
void | 
localeUpdated()
ロケール更新への対応を行う。 
 | 
boolean | 
moveComment(PFApplicationComment comment,
           int i)
コメントを移動する。 
 | 
boolean | 
moveComponent(PFComponent component,
             int i)
コンポーネントを移動する。 
 | 
boolean | 
moveComponentToTop(int count)
最後尾のコンポーネントを先頭に移動する。 
 | 
java.lang.Object | 
notifyEvent(PFEvent event)
引数で与えられたイベントを発生させる。 
 | 
java.lang.Object | 
notifyEvent(PFEvent event,
           int eventNo)
引数で与えられたイベントを指定されたイベント番号で発生させる。 
 | 
void | 
readXML(PFXMLLoader in)
コンポーネントのXML入力. 
 | 
void | 
removeComment(PFApplicationComment comment)
引数で与えられたアプリケーションコメントをプラットフォームから削除する。 
 | 
void | 
removeComponent(PFComponent component)
引数で与えられたコンポーネントをプラットフォームから削除する。 
 | 
void | 
removeComponent(java.util.Stack baseStack,
               PFComponent component)
引数で与えられたコンポーネントをプラットフォームから削除する。 
 | 
void | 
removePFActionListener(PFActionListener lis)
引数で与えられたイベントリスナを削除し、
 アクションイベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFApplicationStartListener(PFApplicationStartListener lis)
引数で与えられたイベントリスナを削除し、
 アプリケーション開始イベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFApplicationTerminateListener(PFApplicationTerminateListener lis)
引数で与えられたイベントリスナを削除し、
 アプリケーション終了イベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFComponentCooperationResultListener(PFComponentCooperationResultListener lis)
引数で与えられたイベントリスナを削除し、
 コンポーネント連携結果通知イベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFDataCreateListener(PFDataCreateListener lis)
引数で与えられたイベントリスナを削除し、
 データ生成イベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFDataDropListener(PFDataDropListener lis)
引数で与えられたイベントリスナを削除し、
 データドロップイベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFDataSelectListener(PFDataSelectListener lis)
引数で与えられたイベントリスナを削除し、
 データ選択イベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFDataSetListener(PFDataSetListener lis)
引数で与えられたイベントリスナを削除し、
 データ設定イベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFDataUpdateListener(PFDataUpdateListener lis)
引数で与えられたイベントリスナを削除し、
 データ更新イベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFFocusListener(PFFocusListener lis)
引数で与えられたイベントリスナを削除し、
 フォーカスイベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFKeyListener(PFKeyListener lis)
引数で与えられたイベントリスナを削除し、
 キーイベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFMouseButtonListener(PFMouseButtonListener lis)
引数で与えられたイベントリスナを削除し、
 マウスボタンイベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFMouseMotionListener(PFMouseMotionListener lis)
引数で与えられたイベントリスナを削除し、
 マウスモーションイベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFMouseWheelListener(PFMouseWheelListener lis)
引数で与えられたイベントリスナを削除し、
 マウスホイールイベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFProcessRequestListener(PFProcessRequestListener lis)
引数で与えられたイベントリスナを削除し、
 処理要求イベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFProcessTerminateListener(PFProcessTerminateListener lis)
引数で与えられたイベントリスナを削除し、
 処理完了イベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFPullComponentTransferResultListener(PFPullComponentTransferResultListener lis)
引数で与えられたイベントリスナを削除し、
 PULL型コンポーネント転送結果通知イベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFPullComponentTransferSentListener(PFPullComponentTransferSentListener lis)
引数で与えられたイベントリスナを削除し、
 PULL型コンポーネント転送送信イベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFPushComponentTransferReceivedListener(PFPushComponentTransferReceivedListener lis)
引数で与えられたイベントリスナを削除し、
 PUSH型コンポーネント転送受信イベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFPushComponentTransferResultListener(PFPushComponentTransferResultListener lis)
引数で与えられたイベントリスナを削除し、
 PUSH型コンポーネント転送結果通知イベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFScroll2DListener(PFScroll2DListener lis)
引数で与えられたイベントリスナを削除し、
 縦横スクロールイベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFScrollListener(PFScrollListener lis)
引数で与えられたイベントリスナを削除し、
 スクロールイベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFViewLocateListener(PFViewLocateListener lis)
引数で与えられたイベントリスナを削除し、
 ロケートイベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFViewPickListener(PFViewPickListener lis)
引数で与えられたイベントリスナを削除し、
 ピックイベント発生時に処理を行う対象から外す。 
 | 
void | 
removePFViewUpdateListener(PFViewUpdateListener lis)
引数で与えられたイベントリスナを削除し、
 ビュー変更イベント発生時に処理を行う対象から外す。 
 | 
void | 
removePublicMethod(jp.go.aist.dmrc.platform.util.PFMethodInvokeDelegation method)
外部に公開するメソッドを削除する。 
 | 
void | 
removePublicMethod(java.util.Stack baseStack,
                  jp.go.aist.dmrc.platform.util.PFMethodInvokeDelegation method)
外部に公開するメソッドを削除する。 
 | 
void | 
renumberComponentID()
コンポーネントIDを振り直す。 
 | 
void | 
resetEventListener()
バックアップされているイベントリスナをもとにもどす。 
 | 
void | 
restoreReference()
バックアップされた外部参照情報を復元する。 
 | 
void | 
save(java.io.File saveFile)
アプリケーションをファイルに保存する。 
 | 
PFComponent | 
searchComponent(int id)
IDからコンポーネントを検索する。 
 | 
void | 
setAllowPullTransfer(boolean flag)
他PFからのPull型コンポーネント転送要求に対する可否属性を設定する. 
 | 
void | 
setAllowPushTransfer(boolean flag)
他PFへのPush型コンポーネント転送要求に対する可否属性を設定する. 
 | 
void | 
setAllowRemoteInvocation(boolean flag)
他PFからのコンポーネント連携要求に対する可否属性を設定する. 
 | 
void | 
setComponentID(int id)
コンポーネントIDを設定する。 
 | 
void | 
setComponentKey(java.lang.String key)
コンポーネントキーを設定する。 
 | 
void | 
setComponentKeys(PFMultiLocaleString keys)
全ロケール分のコンポーネントキーを設定する。 
 | 
void | 
setComponentName(java.lang.String componentName)
コンポーネント名称を設定する。 
 | 
void | 
setComponentNames(PFMultiLocaleString names)
全ロケール分のコンポーネント名称を設定する。 
 | 
void | 
setComponentPublicName(java.lang.String publicName)
コンポーネント公開名を設定する. 
 | 
void | 
setCopying(boolean copying)
コンポーネントコピー中かどうかを設定する。 
 | 
void | 
setIndentMap(java.util.Map map)
コンポーネントのインデントレベルを表すマップを設定する。 
 | 
void | 
setPFActionEventSource(PFActionEventSourceImpl source)
アクションイベントソースを設定する。 
 | 
void | 
setPFApplicationStartEventSource(PFApplicationStartEventSourceImpl source)
アプリケーション開始イベントソースを設定する。 
 | 
void | 
setPFApplicationTerminateEventSource(PFApplicationTerminateEventSourceImpl source)
アプリケーション終了イベントソースを設定する。 
 | 
void | 
setPFComponentCooperationResultEventSource(PFComponentCooperationResultEventSourceImpl source)
コンポーネント連携結果通知イベントソースを設定する。 
 | 
void | 
setPFDataCreateEventSource(PFDataCreateEventSourceImpl source)
データ生成イベントソースを設定する。 
 | 
void | 
setPFDataDropEventSource(PFDataDropEventSourceImpl source)
データドロップイベントソースを設定する。 
 | 
void | 
setPFDataSelectEventSource(PFDataSelectEventSourceImpl source)
データ選択イベントソースを設定する。 
 | 
void | 
setPFDataSetEventSource(PFDataSetEventSourceImpl source)
データ設定イベントソースを設定する。 
 | 
void | 
setPFDataUpdateEventSource(PFDataUpdateEventSourceImpl source)
データ更新イベントソースを設定する。 
 | 
void | 
setPFFocusEventSource(PFFocusEventSourceImpl source)
フォーカスイベントソースを設定する。 
 | 
void | 
setPFKeyEventSource(PFKeyEventSourceImpl source)
キーイベントソースを設定する。 
 | 
void | 
setPFMouseButtonEventSource(PFMouseButtonEventSourceImpl source)
マウスボタンイベントソースを設定する。 
 | 
void | 
setPFMouseMotionEventSource(PFMouseMotionEventSourceImpl source)
マウスモーションイベントソースを設定する。 
 | 
void | 
setPFMouseWheelEventSource(PFMouseWheelEventSourceImpl source)
マウスホイールイベントソースを設定する。 
 | 
void | 
setPFProcessRequestEventSource(PFProcessRequestEventSourceImpl source)
処理要求イベントソースを設定する。 
 | 
void | 
setPFProcessTerminateEventSource(PFProcessTerminateEventSourceImpl source)
処理完了イベントソースを設定する。 
 | 
void | 
setPFPullComponentTransferResultEventSource(PFPullComponentTransferResultEventSourceImpl source)
PULL型コンポーネント転送結果通知イベントソースを設定する。 
 | 
void | 
setPFPullComponentTransferSentEventSource(PFPullComponentTransferSentEventSourceImpl source)
PULL型コンポーネント転送送信イベントソースを設定する。 
 | 
void | 
setPFPushComponentTransferReceivedEventSource(PFPushComponentTransferReceivedEventSourceImpl source)
PUSH型コンポーネント転送受信イベントソースを設定する。 
 | 
void | 
setPFPushComponentTransferResultEventSource(PFPushComponentTransferResultEventSourceImpl source)
PUSH型コンポーネント転送結果通知イベントソースを設定する。 
 | 
void | 
setPFScroll2DEventSource(PFScroll2DEventSourceImpl source)
縦横スクロールイベントソースを設定する。 
 | 
void | 
setPFScrollEventSource(PFScrollEventSourceImpl source)
スクロールイベントソースを設定する。 
 | 
void | 
setPFViewLocateEventSource(PFViewLocateEventSourceImpl source)
ロケートイベントソースを設定する。 
 | 
void | 
setPFViewPickEventSource(PFViewPickEventSourceImpl source)
ピックイベントソースを設定する。 
 | 
void | 
setPFViewUpdateEventSource(PFViewUpdateEventSourceImpl source)
ビュー変更イベントソースを設定する。 
 | 
void | 
setReference(java.lang.String reference)
外部参照ファイル名を設定する。 
 | 
void | 
setReferenceEnabled(boolean enabled)
外部参照を有効にするかどうかを設定する。 
 | 
void | 
sortComponent()
コンポーネントをID順に並べなおす。 
 | 
boolean | 
verifyPassword(java.lang.String readPass,
              java.lang.String inputPass)
パスワードを照合する. 
 | 
void | 
writeXML(PFXMLGenerator out)
コンポーネントのXML出力. 
 | 
public java.lang.String getComponentName()
getComponentName インタフェース内 PFComponentpublic void setComponentName(java.lang.String componentName)
setComponentName インタフェース内 PFCombinativeComponentcomponentName - コンポーネント名public PFMultiLocaleString getComponentNames()
getComponentNames インタフェース内 PFCombinativeComponentpublic void setComponentNames(PFMultiLocaleString names)
setComponentNames インタフェース内 PFCombinativeComponentnames - 全ロケール分のコンポーネント名称public java.lang.String getComponentKey()
getComponentKey インタフェース内 PFComponentpublic void setComponentKey(java.lang.String key)
setComponentKey インタフェース内 PFComponentkey - コンポーネントキー文字列public PFMultiLocaleString getComponentKeys()
getComponentKeys インタフェース内 PFCombinativeComponentpublic void setComponentKeys(PFMultiLocaleString keys)
setComponentKeys インタフェース内 PFCombinativeComponentkeys - 全ロケール分のコンポーネントキーpublic int getComponentID()
getComponentID インタフェース内 PFComponentpublic void setComponentID(int id)
PFComponentBusから設定される。
 各コンポーネント内では操作しないこと。setComponentID インタフェース内 PFComponentid - 設定するコンポーネントIDpublic java.lang.String getComponentString()
getComponentString インタフェース内 PFComponentpublic java.lang.String getComponentPublicName()
getComponentPublicName インタフェース内 PFComponentpublic void setComponentPublicName(java.lang.String publicName)
                            throws PFComponentException
setComponentPublicName インタフェース内 PFComponentpublicName - 設定するコンポーネント公開名PFComponentException - 規約に反する名前が設定されようとした場合public boolean isAllowRemoteInvocation()
isAllowRemoteInvocation インタフェース内 PFComponentpublic void setAllowRemoteInvocation(boolean flag)
setAllowRemoteInvocation インタフェース内 PFComponentflag - コンポーネント連携要求に対する可否public boolean isAllowPullTransfer()
isAllowPullTransfer インタフェース内 PFComponentpublic void setAllowPullTransfer(boolean flag)
setAllowPullTransfer インタフェース内 PFComponentflag - Pull型コンポーネント転送要求に対する可否public boolean isAllowPushTransfer()
isAllowPushTransfer インタフェース内 PFComponentpublic void setAllowPushTransfer(boolean flag)
setAllowPushTransfer インタフェース内 PFComponentflag - Push型コンポーネント転送要求に対する可否public java.util.Iterator getPFApplicationStartListenerList()
getPFApplicationStartListenerList インタフェース内 PFApplicationStartEventSourcepublic void addPFApplicationStartListener(PFApplicationStartListener lis)
addPFApplicationStartListener インタフェース内 PFApplicationStartEventSourcelis - 追加対象イベントリスナpublic void removePFApplicationStartListener(PFApplicationStartListener lis)
removePFApplicationStartListener インタフェース内 PFApplicationStartEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFApplicationTerminateListenerList()
getPFApplicationTerminateListenerList インタフェース内 PFApplicationTerminateEventSourcepublic void addPFApplicationTerminateListener(PFApplicationTerminateListener lis)
addPFApplicationTerminateListener インタフェース内 PFApplicationTerminateEventSourcelis - 追加対象イベントリスナpublic void removePFApplicationTerminateListener(PFApplicationTerminateListener lis)
removePFApplicationTerminateListener インタフェース内 PFApplicationTerminateEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFProcessRequestListenerList()
getPFProcessRequestListenerList インタフェース内 PFProcessRequestEventSourcepublic void addPFProcessRequestListener(PFProcessRequestListener lis)
addPFProcessRequestListener インタフェース内 PFProcessRequestEventSourcelis - 追加対象イベントリスナpublic void removePFProcessRequestListener(PFProcessRequestListener lis)
removePFProcessRequestListener インタフェース内 PFProcessRequestEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFProcessTerminateListenerList()
getPFProcessTerminateListenerList インタフェース内 PFProcessTerminateEventSourcepublic void addPFProcessTerminateListener(PFProcessTerminateListener lis)
addPFProcessTerminateListener インタフェース内 PFProcessTerminateEventSourcelis - 追加対象イベントリスナpublic void removePFProcessTerminateListener(PFProcessTerminateListener lis)
removePFProcessTerminateListener インタフェース内 PFProcessTerminateEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFActionListenerList()
getPFActionListenerList インタフェース内 PFActionEventSourcepublic void addPFActionListener(PFActionListener lis)
addPFActionListener インタフェース内 PFActionEventSourcelis - 追加対象イベントリスナpublic void removePFActionListener(PFActionListener lis)
removePFActionListener インタフェース内 PFActionEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFMouseButtonListenerList()
getPFMouseButtonListenerList インタフェース内 PFMouseButtonEventSourcepublic void addPFMouseButtonListener(PFMouseButtonListener lis)
addPFMouseButtonListener インタフェース内 PFMouseButtonEventSourcelis - 追加対象イベントリスナpublic void removePFMouseButtonListener(PFMouseButtonListener lis)
removePFMouseButtonListener インタフェース内 PFMouseButtonEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFMouseMotionListenerList()
getPFMouseMotionListenerList インタフェース内 PFMouseMotionEventSourcepublic void addPFMouseMotionListener(PFMouseMotionListener lis)
addPFMouseMotionListener インタフェース内 PFMouseMotionEventSourcelis - 追加対象イベントリスナpublic void removePFMouseMotionListener(PFMouseMotionListener lis)
removePFMouseMotionListener インタフェース内 PFMouseMotionEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFMouseWheelListenerList()
getPFMouseWheelListenerList インタフェース内 PFMouseWheelEventSourcepublic void addPFMouseWheelListener(PFMouseWheelListener lis)
addPFMouseWheelListener インタフェース内 PFMouseWheelEventSourcelis - 追加対象イベントリスナpublic void removePFMouseWheelListener(PFMouseWheelListener lis)
removePFMouseWheelListener インタフェース内 PFMouseWheelEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFKeyListenerList()
getPFKeyListenerList インタフェース内 PFKeyEventSourcepublic void addPFKeyListener(PFKeyListener lis)
addPFKeyListener インタフェース内 PFKeyEventSourcelis - 追加対象イベントリスナpublic void removePFKeyListener(PFKeyListener lis)
removePFKeyListener インタフェース内 PFKeyEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFScrollListenerList()
getPFScrollListenerList インタフェース内 PFScrollEventSourcepublic void addPFScrollListener(PFScrollListener lis)
addPFScrollListener インタフェース内 PFScrollEventSourcelis - 追加対象イベントリスナpublic void removePFScrollListener(PFScrollListener lis)
removePFScrollListener インタフェース内 PFScrollEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFScroll2DListenerList()
getPFScroll2DListenerList インタフェース内 PFScroll2DEventSourcepublic void addPFScroll2DListener(PFScroll2DListener lis)
addPFScroll2DListener インタフェース内 PFScroll2DEventSourcelis - 追加対象イベントリスナpublic void removePFScroll2DListener(PFScroll2DListener lis)
removePFScroll2DListener インタフェース内 PFScroll2DEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFViewPickListenerList()
getPFViewPickListenerList インタフェース内 PFViewPickEventSourcepublic void addPFViewPickListener(PFViewPickListener lis)
addPFViewPickListener インタフェース内 PFViewPickEventSourcelis - 追加対象イベントリスナpublic void removePFViewPickListener(PFViewPickListener lis)
removePFViewPickListener インタフェース内 PFViewPickEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFViewLocateListenerList()
getPFViewLocateListenerList インタフェース内 PFViewLocateEventSourcepublic void addPFViewLocateListener(PFViewLocateListener lis)
addPFViewLocateListener インタフェース内 PFViewLocateEventSourcelis - 追加対象イベントリスナpublic void removePFViewLocateListener(PFViewLocateListener lis)
removePFViewLocateListener インタフェース内 PFViewLocateEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFViewUpdateListenerList()
getPFViewUpdateListenerList インタフェース内 PFViewUpdateEventSourcepublic void addPFViewUpdateListener(PFViewUpdateListener lis)
addPFViewUpdateListener インタフェース内 PFViewUpdateEventSourcelis - 追加対象イベントリスナpublic void removePFViewUpdateListener(PFViewUpdateListener lis)
removePFViewUpdateListener インタフェース内 PFViewUpdateEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFDataDropListenerList()
getPFDataDropListenerList インタフェース内 PFDataDropEventSourcepublic void addPFDataDropListener(PFDataDropListener lis)
addPFDataDropListener インタフェース内 PFDataDropEventSourcelis - 追加対象イベントリスナpublic void removePFDataDropListener(PFDataDropListener lis)
removePFDataDropListener インタフェース内 PFDataDropEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFDataCreateListenerList()
getPFDataCreateListenerList インタフェース内 PFDataCreateEventSourcepublic void addPFDataCreateListener(PFDataCreateListener lis)
addPFDataCreateListener インタフェース内 PFDataCreateEventSourcelis - 追加対象イベントリスナpublic void removePFDataCreateListener(PFDataCreateListener lis)
removePFDataCreateListener インタフェース内 PFDataCreateEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFDataSetListenerList()
getPFDataSetListenerList インタフェース内 PFDataSetEventSourcepublic void addPFDataSetListener(PFDataSetListener lis)
addPFDataSetListener インタフェース内 PFDataSetEventSourcelis - 追加対象イベントリスナpublic void removePFDataSetListener(PFDataSetListener lis)
removePFDataSetListener インタフェース内 PFDataSetEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFDataUpdateListenerList()
getPFDataUpdateListenerList インタフェース内 PFDataUpdateEventSourcepublic void addPFDataUpdateListener(PFDataUpdateListener lis)
addPFDataUpdateListener インタフェース内 PFDataUpdateEventSourcelis - 追加対象イベントリスナpublic void removePFDataUpdateListener(PFDataUpdateListener lis)
removePFDataUpdateListener インタフェース内 PFDataUpdateEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFDataSelectListenerList()
getPFDataSelectListenerList インタフェース内 PFDataSelectEventSourcepublic void addPFDataSelectListener(PFDataSelectListener lis)
addPFDataSelectListener インタフェース内 PFDataSelectEventSourcelis - 追加対象イベントリスナpublic void removePFDataSelectListener(PFDataSelectListener lis)
removePFDataSelectListener インタフェース内 PFDataSelectEventSourcelis - 削除対象イベントリスナpublic java.util.Iterator getPFComponentCooperationResultListenerList()
getPFComponentCooperationResultListenerList インタフェース内 PFComponentCooperationResultEventSourcepublic void addPFComponentCooperationResultListener(PFComponentCooperationResultListener lis)
public void removePFComponentCooperationResultListener(PFComponentCooperationResultListener lis)
public java.util.Iterator getPFPullComponentTransferResultListenerList()
getPFPullComponentTransferResultListenerList インタフェース内 PFPullComponentTransferResultEventSourcepublic void addPFPullComponentTransferResultListener(PFPullComponentTransferResultListener lis)
public void removePFPullComponentTransferResultListener(PFPullComponentTransferResultListener lis)
public java.util.Iterator getPFPushComponentTransferResultListenerList()
getPFPushComponentTransferResultListenerList インタフェース内 PFPushComponentTransferResultEventSourcepublic void addPFPushComponentTransferResultListener(PFPushComponentTransferResultListener lis)
public void removePFPushComponentTransferResultListener(PFPushComponentTransferResultListener lis)
public java.util.Iterator getPFPullComponentTransferSentListenerList()
getPFPullComponentTransferSentListenerList インタフェース内 PFPullComponentTransferSentEventSourcepublic void addPFPullComponentTransferSentListener(PFPullComponentTransferSentListener lis)
public void removePFPullComponentTransferSentListener(PFPullComponentTransferSentListener lis)
public java.util.Iterator getPFPushComponentTransferReceivedListenerList()
getPFPushComponentTransferReceivedListenerList インタフェース内 PFPushComponentTransferReceivedEventSourcepublic void addPFPushComponentTransferReceivedListener(PFPushComponentTransferReceivedListener lis)
addPFPushComponentTransferReceivedListener インタフェース内 PFPushComponentTransferReceivedEventSourcelis - 追加対象イベントリスナPFPushComponentTransferReceivedEventSource.removePFPushComponentTransferReceivedListener(jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPushComponentTransferReceivedListener)public void removePFPushComponentTransferReceivedListener(PFPushComponentTransferReceivedListener lis)
removePFPushComponentTransferReceivedListener インタフェース内 PFPushComponentTransferReceivedEventSourcelis - 削除対象イベントリスナPFPushComponentTransferReceivedEventSource.addPFPushComponentTransferReceivedListener(jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPushComponentTransferReceivedListener)public java.util.Iterator getPFFocusListenerList()
getPFFocusListenerList インタフェース内 PFFocusEventSourcepublic void addPFFocusListener(PFFocusListener lis)
addPFFocusListener インタフェース内 PFFocusEventSourcelis - 追加対象イベントリスナpublic void removePFFocusListener(PFFocusListener lis)
removePFFocusListener インタフェース内 PFFocusEventSourcelis - 削除対象イベントリスナpublic void localeUpdated()
localeUpdated インタフェース内 PFComponentpublic void addComponent(PFComponent component)
addComponent インタフェース内 PFConstructBasecomponent - 追加対象コンポーネントpublic void addComponent(PFComponent component, int index)
addComponent インタフェース内 PFConstructBasecomponent - 追加対象コンポーネントindex - 追加位置public void removeComponent(PFComponent component) throws PFRuntimeException
removeComponent インタフェース内 PFConstructBasecomponent - 削除対象コンポーネントPFRuntimeException - コンポーネント削除不可public void removeComponent(java.util.Stack baseStack,
                   PFComponent component)
                     throws PFRuntimeException
removeComponent インタフェース内 PFConstructBasebaseStack - アプリケーション階層component - 削除対象コンポーネントPFRuntimeException - コンポーネント削除不可public boolean moveComponent(PFComponent component, int i)
moveComponent インタフェース内 PFConstructBasecomponent - 移動対象コンポーネントi - 移動先public boolean moveComponentToTop(int count)
moveComponentToTop インタフェース内 PFConstructBasecount - 移動数public void addComment(PFApplicationComment comment)
addComment インタフェース内 PFConstructBasecomment - 追加対象コメントpublic void addComment(PFApplicationComment comment, int index)
addComment インタフェース内 PFConstructBasecomment - 追加対象コメントindex - 追加位置public void removeComment(PFApplicationComment comment)
removeComment インタフェース内 PFConstructBasecomment - 削除対象コメントpublic boolean moveComment(PFApplicationComment comment, int i)
moveComment インタフェース内 PFConstructBasecomment - 移動対象コメントi - 移動先public void sortComponent()
sortComponent インタフェース内 PFConstructBasepublic void renumberComponentID()
renumberComponentID インタフェース内 PFConstructBasepublic java.util.Iterator getContainComponentList()
getContainComponentList インタフェース内 PFConstructBasepublic int getContainComponentCount()
getContainComponentCount インタフェース内 PFConstructBasepublic PFComponent getComponentAt(int index)
getComponentAt インタフェース内 PFConstructBaseindex - 取得位置public java.util.Iterator getAllComponentList()
getAllComponentList インタフェース内 PFConstructBasepublic int getAllComponentCount()
getAllComponentCount インタフェース内 PFConstructBasepublic void save(java.io.File saveFile)
          throws java.io.FileNotFoundException,
                 java.io.IOException
save インタフェース内 PFConstructBasesaveFile - 保存先ファイルjava.io.FileNotFoundException - ファイルが見つからないjava.io.IOException - ファイル出力に失敗public void clear()
clear インタフェース内 PFConstructBasepublic void clear(java.util.Stack baseStack)
clear インタフェース内 PFConstructBasebaseStack - 構築コンポーネント階層public void clearAll()
public java.lang.Object notifyEvent(PFEvent event, int eventNo) throws PFMethodException, PFRuntimeException
notifyEvent インタフェース内 PFCombinativeComponentevent - 伝播イベントeventNo - 伝播イベント番号PFMethodException - メソッド実行の失敗PFRuntimeException - 予期しない実行時エラーpublic java.lang.Object notifyEvent(PFEvent event) throws PFMethodException, PFRuntimeException
notifyEvent インタフェース内 PFCombinativeComponentevent - 伝播イベントPFMethodException - メソッド実行の失敗PFRuntimeException - 予期しない実行時エラーpublic int getPublicMethodCount()
getPublicMethodCount インタフェース内 PFCombinativeComponentpublic java.util.Iterator getPublicMethods()
getPublicMethods インタフェース内 PFCombinativeComponentpublic void addPublicMethod(jp.go.aist.dmrc.platform.util.PFMethodInvokeDelegation method)
addPublicMethod インタフェース内 PFCombinativeComponentmethod - メソッドpublic void removePublicMethod(jp.go.aist.dmrc.platform.util.PFMethodInvokeDelegation method)
removePublicMethod インタフェース内 PFCombinativeComponentmethod - メソッドpublic void removePublicMethod(java.util.Stack baseStack,
                      jp.go.aist.dmrc.platform.util.PFMethodInvokeDelegation method)
removePublicMethod インタフェース内 PFCombinativeComponentbaseStack - コンポーネント階層method - メソッドpublic PFComponent searchComponent(int id)
searchComponent インタフェース内 PFConstructBaseid - 検索するコンポーネントのIDpublic void readXML(PFXMLLoader in)
readXML インタフェース内 PFXMLSerializablein - XML入力ユーティリティpublic void writeXML(PFXMLGenerator out) throws java.io.IOException
writeXML インタフェース内 PFXMLSerializableout - XML出力ユーティリティjava.io.IOExceptionpublic void clearEventListener()
clearEventListener インタフェース内 PFCombinativeComponentpublic void clearEventListenerTemporally()
public void resetEventListener()
public boolean verifyPassword(java.lang.String readPass,
                     java.lang.String inputPass)
verifyPassword インタフェース内 PFConstructBasereadPass - 読み込んだパスワードinputPass - 入力されたパスワードpublic int checkTheApplicationWasLocked()
checkTheApplicationWasLocked インタフェース内 PFConstructBasepublic void backupReference()
backupReference インタフェース内 PFCombinativeComponentpublic void restoreReference()
restoreReference インタフェース内 PFCombinativeComponentpublic java.lang.String getReference()
getReference インタフェース内 PFCombinativeComponentpublic void setReference(java.lang.String reference)
setReference インタフェース内 PFCombinativeComponentreference - 外部参照ファイル名public boolean isReferenceEnabled()
isReferenceEnabled インタフェース内 PFCombinativeComponentpublic void setReferenceEnabled(boolean enabled)
setReferenceEnabled インタフェース内 PFCombinativeComponentenabled - 外部参照の有効有無public boolean isReferenceSet()
isReferenceSet インタフェース内 PFCombinativeComponentpublic boolean isCopying()
isCopying インタフェース内 PFCombinativeComponentpublic void setCopying(boolean copying)
setCopying インタフェース内 PFCombinativeComponentcopying - コンポーネントコピー中の場合truepublic java.util.Vector getNotifiedEventSourceClassList()
public boolean isChild(PFComponent comp)
isChild インタフェース内 PFConstructBasecomp - コンポーネントpublic boolean contains(PFComponent comp)
comp - コンポーネントpublic PFConstructBase getParentComponent(PFComponent comp)
comp - コンポーネントpublic java.util.Stack getParentComponentStack(PFComponent comp)
comp - コンポーネントpublic void setPFApplicationStartEventSource(PFApplicationStartEventSourceImpl source)
source - イベントソース実装public void setPFApplicationTerminateEventSource(PFApplicationTerminateEventSourceImpl source)
source - イベントソース実装public void setPFProcessRequestEventSource(PFProcessRequestEventSourceImpl source)
source - イベントソース実装public void setPFProcessTerminateEventSource(PFProcessTerminateEventSourceImpl source)
source - イベントソース実装public void setPFActionEventSource(PFActionEventSourceImpl source)
source - イベントソース実装public void setPFMouseButtonEventSource(PFMouseButtonEventSourceImpl source)
source - イベントソース実装public void setPFMouseMotionEventSource(PFMouseMotionEventSourceImpl source)
source - イベントソース実装public void setPFMouseWheelEventSource(PFMouseWheelEventSourceImpl source)
source - イベントソース実装public void setPFKeyEventSource(PFKeyEventSourceImpl source)
source - イベントソース実装public void setPFScrollEventSource(PFScrollEventSourceImpl source)
source - イベントソース実装public void setPFScroll2DEventSource(PFScroll2DEventSourceImpl source)
source - イベントソース実装public void setPFViewPickEventSource(PFViewPickEventSourceImpl source)
source - イベントソース実装public void setPFViewLocateEventSource(PFViewLocateEventSourceImpl source)
source - イベントソース実装public void setPFViewUpdateEventSource(PFViewUpdateEventSourceImpl source)
source - イベントソース実装public void setPFDataDropEventSource(PFDataDropEventSourceImpl source)
source - イベントソース実装public void setPFDataCreateEventSource(PFDataCreateEventSourceImpl source)
source - イベントソース実装public void setPFDataSetEventSource(PFDataSetEventSourceImpl source)
source - イベントソース実装public void setPFDataUpdateEventSource(PFDataUpdateEventSourceImpl source)
source - イベントソース実装public void setPFDataSelectEventSource(PFDataSelectEventSourceImpl source)
source - イベントソース実装public void setPFComponentCooperationResultEventSource(PFComponentCooperationResultEventSourceImpl source)
source - イベントソース実装public void setPFPullComponentTransferResultEventSource(PFPullComponentTransferResultEventSourceImpl source)
source - イベントソース実装public void setPFPushComponentTransferResultEventSource(PFPushComponentTransferResultEventSourceImpl source)
source - イベントソース実装public void setPFPullComponentTransferSentEventSource(PFPullComponentTransferSentEventSourceImpl source)
source - イベントソース実装public void setPFPushComponentTransferReceivedEventSource(PFPushComponentTransferReceivedEventSourceImpl source)
source - イベントソース実装public void setPFFocusEventSource(PFFocusEventSourceImpl source)
source - イベントソース実装public void informEventFired(jp.go.aist.dmrc.platform.util.PFComponentConnector connector)
informEventFired インタフェース内 PFConstructBaseconnector - 発生イベントのコンポーネントコネクタpublic void informEventCompleted(jp.go.aist.dmrc.platform.util.PFComponentConnector connector)
informEventCompleted インタフェース内 PFConstructBaseconnector - 発生イベントのコンポーネントコネクタpublic void informPublicMethodInvoked(jp.go.aist.dmrc.platform.util.PFMethodInvokeDelegation method)
informPublicMethodInvoked インタフェース内 PFCombinativeComponentconnector - 発生イベントのコンポーネントコネクタpublic void informPublicMethodCompleted(jp.go.aist.dmrc.platform.util.PFMethodInvokeDelegation method)
informPublicMethodCompleted インタフェース内 PFCombinativeComponentconnector - 発生イベントのコンポーネントコネクタpublic java.util.Map getIndentMap()
getIndentMap インタフェース内 PFConstructBasepublic void setIndentMap(java.util.Map map)
setIndentMap インタフェース内 PFConstructBaseインデントマップ - public int getIndent(PFComponent component)
getIndent インタフェース内 PFConstructBasecomponent - コンポーネントpublic void incrementIndent(PFComponent component)
incrementIndent インタフェース内 PFConstructBasecomponent - コンポーネントpublic void decrementIndent(PFComponent component)
decrementIndent インタフェース内 PFConstructBasecomponent - コンポーネントpublic void clearIndent(PFComponent component)
clearIndent インタフェース内 PFConstructBasecomponent - コンポーネント