直列化された形式


パッケージ jp.go.aist.dmrc.datacooperation.common

Class jp.go.aist.dmrc.datacooperation.common.PFBrokerInfo extends java.lang.Object implements Serializable

直列化されたフィールド

brokerName

java.lang.String brokerName

brokerAddress

java.lang.String brokerAddress

Class jp.go.aist.dmrc.datacooperation.common.PFComponentFQName extends java.lang.Object implements Serializable

serialVersionUID: 8625633093893778725L

直列化されたフィールド

name

java.lang.String name
コンポーネント名


id

int id
コンポーネントID


key

java.lang.String key
コンポーネントキー


publicName

java.lang.String publicName
コンポーネント公開名

Class jp.go.aist.dmrc.datacooperation.common.PFComponentInfo extends java.lang.Object implements Serializable

直列化されたフィールド

componentFQName

PFComponentFQName componentFQName

platformFQName

PFPlatformFQName platformFQName

methodName

java.lang.String methodName

argType

java.lang.String[] argType

returnType

java.lang.String returnType

Class jp.go.aist.dmrc.datacooperation.common.PFConstantValues extends java.lang.Object implements Serializable

Class jp.go.aist.dmrc.datacooperation.common.PFPlatformFQName extends java.lang.Object implements Serializable

直列化されたフィールド

platformName

java.lang.String platformName

brokerName

java.lang.String brokerName

パッケージ jp.go.aist.dmrc.platform.base

Class jp.go.aist.dmrc.platform.base.PFApplicationComment extends java.lang.Object implements Serializable

serialVersionUID: 1990717837261770421L

直列化されたフィールド

comment

java.lang.String comment
コメント文字列


topLine

boolean topLine
上線有無


bottomLine

boolean bottomLine
下線有無

Class jp.go.aist.dmrc.platform.base.PFApplicationException extends PFException implements Serializable

Class jp.go.aist.dmrc.platform.base.PFCombinativeComponentImpl extends java.lang.Object implements Serializable

serialVersionUID: 5601540698698723977L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
メソッド起動オブジェクトのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
シリアライズ処理。

例外:
java.io.IOException - I/Oエラーが発生した場合

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
デシリアライズオブジェクトを置き換える。

例外:
java.io.ObjectStreamException - 置き換え不可の場合
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentName

java.lang.String componentName
コンポーネント名称
コンポーネント名称にはコンポーネントを示す任意の文字列を指定する。 2006/10以降使用しない(過去データの互換性のためにのみ存在)


componentNames

PFMultiLocaleString componentNames
マルチロケール対応コンポーネント名称
コンポーネント名称にはコンポーネントを示す任意の文字列を指定する。


componentKey

java.lang.String componentKey
コンポーネントキー
コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する。 2006/10以降使用しない(過去データの互換性のためにのみ存在)


componentKeys

PFMultiLocaleString componentKeys
コンポーネントキー
コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


componentList

java.util.Vector<E> componentList
コンポーネントのリスト


publicMethodList

java.util.Vector<E> publicMethodList
公開メソッドのリスト


reference

java.lang.String reference
外部参照の実体のファイル名


referenceEnabled

boolean referenceEnabled
外部参照の有効有無


copying

boolean copying
コピー中かどうかを示すフラグ


applicationStartEventSource

PFApplicationStartEventSourceImpl applicationStartEventSource
アプリケーション開始イベントソースの実装


applicationTerminateEventSource

PFApplicationTerminateEventSourceImpl applicationTerminateEventSource
アプリケーション終了イベントソースの実装


processRequestEventSource

PFProcessRequestEventSourceImpl processRequestEventSource
処理要求イベントソースの実装


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource
処理完了イベントソースの実装


actionEventSource

PFActionEventSourceImpl actionEventSource
アクションイベントソースの実装


mouseButtonEventSource

PFMouseButtonEventSourceImpl mouseButtonEventSource
マウスボタンイベントソースの実装


mouseMotionEventSource

PFMouseMotionEventSourceImpl mouseMotionEventSource
マウスモーションイベントソースの実装


mouseWheelEventSource

PFMouseWheelEventSourceImpl mouseWheelEventSource
マウスホイールイベントソースの実装


keyEventSource

PFKeyEventSourceImpl keyEventSource
キーイベントソースの実装


scrollEventSource

PFScrollEventSourceImpl scrollEventSource
スクロールイベントソースの実装


scroll2DEventSource

PFScroll2DEventSourceImpl scroll2DEventSource
縦横スクロールイベントソースの実装


viewPickEventSource

PFViewPickEventSourceImpl viewPickEventSource
ピックイベントソースの実装


viewLocateEventSource

PFViewLocateEventSourceImpl viewLocateEventSource
ロケートイベントソースの実装


viewUpdateEventSource

PFViewUpdateEventSourceImpl viewUpdateEventSource
ビュー変更イベントソースの実装


dataDropEventSource

PFDataDropEventSourceImpl dataDropEventSource
データドロップイベントソースの実装


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


componentCooperationResultEventSource

PFComponentCooperationResultEventSourceImpl componentCooperationResultEventSource
コンポーネント連携結果通知イベントソースの実装


pullComponentTransferResultEventSource

PFPullComponentTransferResultEventSourceImpl pullComponentTransferResultEventSource
PULL型コンポーネント転送結果通知イベントソースの実装


pushComponentTransferResultEventSource

PFPushComponentTransferResultEventSourceImpl pushComponentTransferResultEventSource
PUSH型コンポーネント転送結果通知イベントソースの実装


pullComponentTransferSentEventSource

PFPullComponentTransferSentEventSourceImpl pullComponentTransferSentEventSource
PULL型コンポーネント転送送信イベントソースの実装


pushComponentTransferReceivedEventSource

PFPushComponentTransferReceivedEventSourceImpl pushComponentTransferReceivedEventSource
PUSH型コンポーネント転送受信イベントソースの実装


focusEventSource

PFFocusEventSourceImpl focusEventSource
フォーカスイベントソースの実装

Class jp.go.aist.dmrc.platform.base.PFComponentBus extends java.lang.Object implements Serializable

serialVersionUID: -1705534632611896889L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
メソッド起動オブジェクトのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
メソッド起動オブジェクトのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

executeMode

boolean executeMode
開発モード


componentList

java.util.Vector<E> componentList
コンポーネントのリスト


applicationName

java.lang.String applicationName
アプリケーション名称
Ver1.5.3以降使用しない(過去データの互換性のためにのみ存在)


applicationNames

PFMultiLocaleString applicationNames
マルチロケール対応アプリケーション名称
Ver1.5.3にて追加


componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


applicationStartEventSource

PFApplicationStartEventSourceImpl applicationStartEventSource
アプリケーション開始イベントソースの実装


applicationTerminateEventSource

PFApplicationTerminateEventSourceImpl applicationTerminateEventSource
アプリケーション終了イベントソースの実装


historyList

PFObjectList historyList
履歴情報リスト

Class jp.go.aist.dmrc.platform.base.PFComponentException extends PFException implements Serializable

直列化されたフィールド

comp

PFComponent comp
例外の発生元コンポーネント

Class jp.go.aist.dmrc.platform.base.PFException extends java.lang.Exception implements Serializable

直列化されたフィールド

detail

java.lang.Throwable detail
詳細例外

Class jp.go.aist.dmrc.platform.base.PFGUICombinativeComponent extends PFPanel implements Serializable

serialVersionUID: -2766250792383275653L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
メソッド起動オブジェクトのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
シリアライズ処理。

例外:
java.io.IOException - I/Oエラーが発生した場合

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
デシリアライズオブジェクトを置き換える。

例外:
java.io.ObjectStreamException - 置き換え不可の場合
直列化されたフィールド

componentInstance

PFCombinativeComponentImpl componentInstance
複合コンポーネントの実体


reference

java.lang.String reference
外部参照の実体のファイル名


referenceEnabled

boolean referenceEnabled
外部参照の有効有無


copying

boolean copying
コピー中かどうかを示すフラグ

Class jp.go.aist.dmrc.platform.base.PFHistoryInformation extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化されたフィールド

historyType

int historyType

processingTime

java.util.Date processingTime

targetComponentPublicName

java.lang.String targetComponentPublicName

newComponentPublicName

java.lang.String newComponentPublicName

newPlatformName

java.lang.String newPlatformName

Class jp.go.aist.dmrc.platform.base.PFRuntimeException extends PFSystemException implements Serializable

Class jp.go.aist.dmrc.platform.base.PFSystemException extends PFException implements Serializable

Class jp.go.aist.dmrc.platform.base.PFWebApplicationComponent extends PFPanel implements Serializable

serialVersionUID: -1280084395105447487L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
メソッド起動オブジェクトのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
シリアライズ処理。

例外:
java.io.IOException - I/Oエラーが発生した場合

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
デシリアライズオブジェクトを置き換える。

例外:
java.io.ObjectStreamException - 置き換え不可の場合
直列化されたフィールド

webApplicationName

java.lang.String webApplicationName
Webアプリケーション名称


webApplicationNames

PFMultiLocaleString webApplicationNames
マルチロケール対応Webアプリケーション名称


componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKeys

PFMultiLocaleString componentKeys
コンポーネントキー
コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


componentList

java.util.Vector<E> componentList
コンポーネントのリスト


publicMethodList

java.util.Vector<E> publicMethodList
公開メソッドのリスト


reference

java.lang.String reference
外部参照の実体のファイル名


referenceEnabled

boolean referenceEnabled
外部参照の有効有無


copying

boolean copying
コピー中かどうかを示すフラグ


applicationStartEventSource

PFApplicationStartEventSourceImpl applicationStartEventSource
アプリケーション開始イベントソースの実装


applicationTerminateEventSource

PFApplicationTerminateEventSourceImpl applicationTerminateEventSource
アプリケーション終了イベントソースの実装


historyList

PFObjectList historyList
履歴情報リスト


パッケージ jp.go.aist.dmrc.platform.base.builder

Class jp.go.aist.dmrc.platform.base.builder.PFAbstractBuilderFrame extends javax.swing.JFrame implements Serializable

直列化されたフィールド

base

PFConstructBase base

editStack

java.util.Stack<E> editStack

parentBuilder

jp.go.aist.dmrc.platform.base.builder.PFTopBuilder parentBuilder

connectScroller

jp.go.aist.dmrc.platform.base.builder.PFConnectScrollPane connectScroller

nameLabel

javax.swing.JLabel nameLabel

nameField

javax.swing.JTextField nameField

editUpperButton

javax.swing.JButton editUpperButton

editTopButton

javax.swing.JButton editTopButton

editJumpButton

javax.swing.JButton editJumpButton

editNewWindowButton

javax.swing.JButton editNewWindowButton

legendLabel

javax.swing.JLabel legendLabel

applicationLabel

javax.swing.JLabel applicationLabel

guiCompLabel

javax.swing.JLabel guiCompLabel

nonGuiCompLabel

javax.swing.JLabel nonGuiCompLabel

webApplicationComponentLabel

javax.swing.JLabel webApplicationComponentLabel

windowCompLabel

javax.swing.JLabel windowCompLabel

windowOptCompLabel

javax.swing.JLabel windowOptCompLabel

containerCompLabel

javax.swing.JLabel containerCompLabel

guiCombiCompLabel

javax.swing.JLabel guiCombiCompLabel

nonGuiCombiCompLabel

javax.swing.JLabel nonGuiCombiCompLabel

remoteCompLabel

javax.swing.JLabel remoteCompLabel

Class jp.go.aist.dmrc.platform.base.builder.PFAbstractTopBuilderFrame extends jp.go.aist.dmrc.platform.base.builder.PFAbstractBuilderFrame implements Serializable

直列化されたフィールド

builderList

java.util.Vector<E> builderList

copyComponentList

java.util.Vector<E> copyComponentList

copyConstructBase

PFConstructBase copyConstructBase

loadFileName

java.lang.String loadFileName

systemPanel

javax.swing.JPanel systemPanel

execPanel

javax.swing.JPanel execPanel

executeButton

javax.swing.JButton executeButton

editableExecuteButton

javax.swing.JButton editableExecuteButton

checkDisplayButton

javax.swing.JButton checkDisplayButton

editDisplayButton

javax.swing.JButton editDisplayButton

editPaperLayoutButton

javax.swing.JButton editPaperLayoutButton

apPanel

javax.swing.JPanel apPanel

saveButton

javax.swing.JButton saveButton

overwriteButton

javax.swing.JButton overwriteButton

loadButton

javax.swing.JButton loadButton

insertButton

javax.swing.JButton insertButton

clearButton

javax.swing.JButton clearButton

exitButton

javax.swing.JButton exitButton

menuBar

javax.swing.JMenuBar menuBar

fileMenu

javax.swing.JMenu fileMenu

newMenu

javax.swing.JMenu newMenu

newApplicationItem

javax.swing.JMenuItem newApplicationItem

newComponentItem

javax.swing.JMenuItem newComponentItem

newGUIComponentItem

javax.swing.JMenuItem newGUIComponentItem

newWebApplicationComponentItem

javax.swing.JMenuItem newWebApplicationComponentItem

openItem

javax.swing.JMenuItem openItem

insertItem

javax.swing.JMenuItem insertItem

saveItem

javax.swing.JMenuItem saveItem

saveImageItem

javax.swing.JMenuItem saveImageItem

printAppItem

javax.swing.JMenuItem printAppItem

overwriteItem

javax.swing.JMenuItem overwriteItem

clearItem

javax.swing.JMenuItem clearItem

exitItem

javax.swing.JMenuItem exitItem

applicationMenu

javax.swing.JMenu applicationMenu

executeItem

javax.swing.JMenuItem executeItem

editableExecuteItem

javax.swing.JMenuItem editableExecuteItem

checkDisplayItem

javax.swing.JMenuItem checkDisplayItem

editDisplayItem

javax.swing.JMenuItem editDisplayItem

editPaperLayoutItem

javax.swing.JMenuItem editPaperLayoutItem

debugItem

javax.swing.JMenuItem debugItem

optionMenu

javax.swing.JMenu optionMenu

editCompInfoMenu

javax.swing.JMenu editCompInfoMenu

lookFeelMenu

javax.swing.JMenu lookFeelMenu

javaItem

javax.swing.JRadioButtonMenuItem javaItem

windowsItem

javax.swing.JRadioButtonMenuItem windowsItem

motifItem

javax.swing.JRadioButtonMenuItem motifItem

localeMenu

javax.swing.JMenu localeMenu

jaItem

javax.swing.JRadioButtonMenuItem jaItem

enItem

javax.swing.JRadioButtonMenuItem enItem

logLevelMenu

javax.swing.JMenu logLevelMenu

noLogItem

javax.swing.JRadioButtonMenuItem noLogItem

errorLogItem

javax.swing.JRadioButtonMenuItem errorLogItem

importantLogItem

javax.swing.JRadioButtonMenuItem importantLogItem

allLogItem

javax.swing.JRadioButtonMenuItem allLogItem

methodsStatusMenu

javax.swing.JMenu methodsStatusMenu

expandedAllMethodsItem

javax.swing.JRadioButtonMenuItem expandedAllMethodsItem

collapsedAllMethodsItem

javax.swing.JRadioButtonMenuItem collapsedAllMethodsItem

tooltipItem

javax.swing.JCheckBoxMenuItem tooltipItem

binaryDataSaveItem

javax.swing.JCheckBoxMenuItem binaryDataSaveItem

countItem

javax.swing.JMenuItem countItem

memoryItem

javax.swing.JMenuItem memoryItem

gcItem

javax.swing.JMenuItem gcItem

helpMenu

javax.swing.JMenu helpMenu

licenseItem

javax.swing.JMenuItem licenseItem

apLicenseItem

javax.swing.JMenuItem apLicenseItem

versionItem

javax.swing.JMenuItem versionItem

copiedComment

PFApplicationComment copiedComment

Class jp.go.aist.dmrc.platform.base.builder.PFApplicationCommentChooser extends javax.swing.JDialog implements Serializable

直列化されたフィールド

searchKey

java.lang.String searchKey

commentList

java.util.Vector<E> commentList

list

javax.swing.JList list

sortDirect

int sortDirect

selectedComment

PFApplicationComment selectedComment

base

PFConstructBase base

Class jp.go.aist.dmrc.platform.base.builder.PFBuilderApplication extends jp.go.aist.dmrc.platform.base.builder.PFAbstractTopBuilderFrame implements Serializable

Class jp.go.aist.dmrc.platform.base.builder.PFBuilderDerivativeWindow extends jp.go.aist.dmrc.platform.base.builder.PFAbstractBuilderFrame implements Serializable

Class jp.go.aist.dmrc.platform.base.builder.PFCombinativeComponentMethodEditor extends javax.swing.JDialog implements Serializable

直列化されたフィールド

builder

jp.go.aist.dmrc.platform.base.builder.PFBuilder builder

combiComp

PFCombinativeComponent combiComp

root

javax.swing.tree.DefaultMutableTreeNode root

tree

javax.swing.JTree tree

selectedComponent

PFComponent selectedComponent

list

javax.swing.JList list

methodList

java.util.Vector<E> methodList

disableTreeScroll

boolean disableTreeScroll

Class jp.go.aist.dmrc.platform.base.builder.PFComponentAdder extends javax.swing.JDialog implements Serializable

直列化されたフィールド

groupList

java.util.Vector<E> groupList

base

PFConstructBase base

count

int count

subtables

javax.swing.JTable[] subtables

tables

javax.swing.JTable[] tables

label

javax.swing.JLabel label

builder

jp.go.aist.dmrc.platform.base.builder.PFBuilder builder

Class jp.go.aist.dmrc.platform.base.builder.PFComponentChooser extends javax.swing.JDialog implements Serializable

直列化されたフィールド

searchKey

java.lang.String searchKey

componentList

java.util.Vector<E> componentList

list

javax.swing.JList list

sortKey

int sortKey

sortDirect

int sortDirect

selectedComponent

PFComponent selectedComponent

baseStack

java.util.Stack<E> baseStack

base

PFConstructBase base

filter

java.lang.Class<T> filter

initial

PFComponent initial

Class jp.go.aist.dmrc.platform.base.builder.PFComponentChooserFromDisplay extends javax.swing.JDialog implements Serializable

直列化されたフィールド

scroller

java.awt.ScrollPane scroller

selectedComponent

PFComponent selectedComponent

baseStack

java.util.Stack<E> baseStack

base

PFConstructBase base

windowSelectBox

javax.swing.JComboBox windowSelectBox

Class jp.go.aist.dmrc.platform.base.builder.PFComponentChooserFromDisplay.ImageDisplayPanel extends java.awt.Component implements Serializable

直列化されたフィールド

rootContainer

PFContainerComponent rootContainer

panelHeight

int panelHeight

panelWidth

int panelWidth

offImage

java.awt.image.BufferedImage offImage

Class jp.go.aist.dmrc.platform.base.builder.PFComponentInformationEditor extends javax.swing.JDialog implements Serializable

直列化されたフィールド

parent

java.awt.Frame parent

componentInformation

PFComponentInformation componentInformation

componentCommentField

javax.swing.JTextField componentCommentField

methodTable

javax.swing.JTable methodTable

eventTable

javax.swing.JTable eventTable

Class jp.go.aist.dmrc.platform.base.builder.PFComponentMethodChooser extends javax.swing.JDialog implements Serializable

直列化されたフィールド

searchKey

java.lang.String searchKey

allMethods

java.util.Vector<E> allMethods

publicMethods

java.util.Vector<E> publicMethods

allMethodList

javax.swing.JList allMethodList

publicMethodList

javax.swing.JList publicMethodList

component

PFComponent component

allMethodCheckBox

javax.swing.JCheckBox allMethodCheckBox

Class jp.go.aist.dmrc.platform.base.builder.PFComponentPropertyFrame extends javax.swing.JDialog implements Serializable

直列化されたフィールド

propertyList

java.util.Vector<E> propertyList

base

PFConstructBase base

Class jp.go.aist.dmrc.platform.base.builder.PFComponentTransferEditor extends javax.swing.JDialog implements Serializable

serialVersionUID: 0L

直列化されたフィールド

targetComponents

PFObjectList targetComponents

transferType

javax.swing.JComboBox transferType

platformNameList

javax.swing.JComboBox platformNameList

requestReceivedComponentNameField

javax.swing.JTextField requestReceivedComponentNameField

baseStack

java.util.Stack<E> baseStack

base

PFConstructBase base

processor

jp.go.aist.dmrc.platform.datacooperation.PFComponentPushTransferProcessor processor

Class jp.go.aist.dmrc.platform.base.builder.PFConnectScrollPane extends javax.swing.JPanel implements Serializable

直列化されたフィールド

connectPanel

jp.go.aist.dmrc.platform.base.builder.PFConnectScrollPane.PFConnectPanel connectPanel

scroller

javax.swing.JScrollPane scroller

scrollBar

javax.swing.JScrollBar scrollBar

scrollBarListener

java.awt.event.AdjustmentListener scrollBarListener

builder

jp.go.aist.dmrc.platform.base.builder.PFAbstractBuilderFrame builder

mode

int mode

Class jp.go.aist.dmrc.platform.base.builder.PFConstructBaseChooser extends javax.swing.JDialog implements Serializable

直列化されたフィールド

selectedConstructBase

PFConstructBase selectedConstructBase

selectedConstructBaseStack

java.util.Stack<E> selectedConstructBaseStack

newWindowFlag

boolean newWindowFlag

root

javax.swing.tree.DefaultMutableTreeNode root

parentFrame

java.awt.Frame parentFrame

Class jp.go.aist.dmrc.platform.base.builder.PFDisplayAddComponentChooser extends javax.swing.JDialog implements Serializable

直列化されたフィールド

baseStack

java.util.Stack<E> baseStack

base

PFConstructBase base

unplacedComponentList

java.util.Vector<E> unplacedComponentList

selectedComponentList

java.util.Vector<E> selectedComponentList

parentFrame

java.awt.Frame parentFrame

Class jp.go.aist.dmrc.platform.base.builder.PFDisplayEditor extends javax.swing.JDialog implements Serializable

直列化されたフィールド

builder

jp.go.aist.dmrc.platform.base.builder.PFBuilder builder

root

javax.swing.tree.DefaultMutableTreeNode root

editScrollPane

jp.go.aist.dmrc.platform.base.builder.PFDisplayEditScrollPane editScrollPane

rootUpdateFlag

boolean rootUpdateFlag

tree

javax.swing.JTree tree

dialogTitleLabel

javax.swing.JLabel dialogTitleLabel

layoutLabel

javax.swing.JLabel layoutLabel

layoutChooser

javax.swing.JComboBox layoutChooser

autoResizeButton

javax.swing.JCheckBox autoResizeButton

dragLockFlag

boolean dragLockFlag

dragSelectPath

javax.swing.tree.TreePath dragSelectPath

dragSelectNode

javax.swing.tree.DefaultMutableTreeNode dragSelectNode

gridIntervalSlider

javax.swing.JSlider gridIntervalSlider

Class jp.go.aist.dmrc.platform.base.builder.PFDisplayEditScrollPane extends javax.swing.JScrollPane implements Serializable

直列化されたフィールド

displayEditor

jp.go.aist.dmrc.platform.base.builder.PFDisplayEditor displayEditor

editPanel

jp.go.aist.dmrc.platform.base.builder.PFDisplayEditScrollPane.PFDisplayEditPanel editPanel

Class jp.go.aist.dmrc.platform.base.builder.PFEventDataChooser extends javax.swing.JDialog implements Serializable

直列化されたフィールド

searchKey

java.lang.String searchKey

selectedData

jp.go.aist.dmrc.platform.util.PFMethodInvokeDelegation selectedData

paramDataVector

java.util.Vector<E> paramDataVector

dataCommentVector

java.util.Vector<E> dataCommentVector

eventDataArray

PFEventInformation[] eventDataArray

base

PFConstructBase base

parentFrame

java.awt.Frame parentFrame

invoker

jp.go.aist.dmrc.platform.util.PFMethodInvoker invoker

param

jp.go.aist.dmrc.platform.util.PFMethodParameter param

dataSelectList

javax.swing.JList dataSelectList

dataCommentTable

javax.swing.JTable dataCommentTable

allMethodCheckBox

javax.swing.JCheckBox allMethodCheckBox

temporaryData

java.lang.String temporaryData

eventSourceInfo

jp.go.aist.dmrc.platform.base.builder.PFEventSourceInformation eventSourceInfo

Class jp.go.aist.dmrc.platform.base.builder.PFEventInformationEditor extends javax.swing.JDialog implements Serializable

直列化されたフィールド

eventInformation

PFEventInformation eventInformation

dataTable

javax.swing.JTable dataTable

Class jp.go.aist.dmrc.platform.base.builder.PFEventTypeChooser extends javax.swing.JDialog implements Serializable

直列化されたフィールド

eventInfoList

java.util.Vector<E> eventInfoList

table

javax.swing.JTable table

addButton

javax.swing.JButton addButton

anytimeCheckBox

javax.swing.JCheckBox anytimeCheckBox

Class jp.go.aist.dmrc.platform.base.builder.PFGUICombinativeComponentPreviewer extends javax.swing.JDialog implements Serializable

直列化されたフィールド

guiComp

PFGUICombinativeComponent guiComp

preview

PFPanel preview

Class jp.go.aist.dmrc.platform.base.builder.PFMethodInfoFrame extends javax.swing.JDialog implements Serializable

直列化されたフィールド

searchKey

java.lang.String searchKey

baseStack

java.util.Stack<E> baseStack

base

PFConstructBase base

connector

jp.go.aist.dmrc.platform.util.PFComponentConnector connector

methodInvoker

jp.go.aist.dmrc.platform.util.PFMethodInvoker methodInvoker

argumentCommentList

java.lang.String[] argumentCommentList

table

javax.swing.JTable table

methodSelectBox

javax.swing.JComboBox methodSelectBox

methodField

javax.swing.JTextField methodField

allMethodCheckBox

javax.swing.JCheckBox allMethodCheckBox

methodSelectListener

java.awt.event.ActionListener methodSelectListener

Class jp.go.aist.dmrc.platform.base.builder.PFMethodInformationEditor extends javax.swing.JDialog implements Serializable

直列化されたフィールド

methodInformation

PFMethodInformation methodInformation

parameterTable

javax.swing.JTable parameterTable

Class jp.go.aist.dmrc.platform.base.builder.PFMethodInvokerChooser extends javax.swing.JDialog implements Serializable

直列化されたフィールド

searchKey

java.lang.String searchKey

baseStack

java.util.Stack<E> baseStack

base

PFConstructBase base

connector

jp.go.aist.dmrc.platform.util.PFComponentConnector connector

selectedInvoker

jp.go.aist.dmrc.platform.util.PFMethodInvoker selectedInvoker

invokerVector

java.util.Vector<E> invokerVector

invokerSelectList

javax.swing.JList invokerSelectList

parentFrame

java.awt.Frame parentFrame

invoker

jp.go.aist.dmrc.platform.util.PFMethodInvoker invoker

param

jp.go.aist.dmrc.platform.util.PFMethodParameter param

temporaryInvoker

jp.go.aist.dmrc.platform.util.PFMethodInvoker temporaryInvoker

Class jp.go.aist.dmrc.platform.base.builder.PFMethodParameterGetterChooser extends javax.swing.JDialog implements Serializable

直列化されたフィールド

searchKey

java.lang.String searchKey

selectedMethod

java.lang.Object selectedMethod

paramMethodVector

java.util.Vector<E> paramMethodVector

base

PFConstructBase base

parentFrame

java.awt.Frame parentFrame

invoker

jp.go.aist.dmrc.platform.util.PFMethodInvoker invoker

param

jp.go.aist.dmrc.platform.util.PFMethodParameter param

methodSelectList

javax.swing.JList methodSelectList

allMethodCheckBox

javax.swing.JCheckBox allMethodCheckBox

tmporaryMethod

java.lang.String tmporaryMethod

Class jp.go.aist.dmrc.platform.base.builder.PFPrintComponentChooser extends javax.swing.JDialog implements Serializable

直列化されたフィールド

searchKey

java.lang.String searchKey

tree

javax.swing.JTree tree

sortKey

int sortKey

sortDirect

int sortDirect

selectedComponent

PFComponent selectedComponent

selectedComp

PFComponent selectedComp

baseStack

java.util.Stack<E> baseStack

base

PFConstructBase base

filter

java.lang.Class<T> filter

initial

PFComponent initial

printflag

boolean printflag

root

javax.swing.tree.DefaultMutableTreeNode root

idMap

java.util.Map<K,V> idMap

stackMap

java.util.Map<K,V> stackMap

treePathMap

java.util.Map<K,V> treePathMap

Class jp.go.aist.dmrc.platform.base.builder.PFPrintComponentChooserFromDisplay extends javax.swing.JDialog implements Serializable

直列化されたフィールド

scroller

java.awt.ScrollPane scroller

selectedComponent

PFComponent selectedComponent

baseStack

java.util.Stack<E> baseStack

base

PFConstructBase base

windowSelectBox

javax.swing.JComboBox windowSelectBox

idMap

java.util.Map<K,V> idMap

stackMap

java.util.Map<K,V> stackMap

Class jp.go.aist.dmrc.platform.base.builder.PFPrintComponentChooserFromDisplay.ImageDisplayPanel extends java.awt.Component implements Serializable

直列化されたフィールド

rootContainer

PFContainerComponent rootContainer

panelHeight

int panelHeight

panelWidth

int panelWidth

offImage

java.awt.image.BufferedImage offImage

Class jp.go.aist.dmrc.platform.base.builder.PFRemoteComponentChooser extends javax.swing.JDialog implements Serializable

直列化されたフィールド

componentArray

PFComponentInfo[] componentArray

componentTree

javax.swing.JTree componentTree

selectedComponent

PFComponentInfo selectedComponent

Class jp.go.aist.dmrc.platform.base.builder.PFRemoteComponentEditor extends javax.swing.JDialog implements Serializable

直列化されたフィールド

brokerNameField

javax.swing.JTextField brokerNameField

platformNameField

javax.swing.JTextField platformNameField

componentNameField

javax.swing.JTextField componentNameField

componentIDField

javax.swing.JTextField componentIDField

componentKeyField

javax.swing.JTextField componentKeyField

methodNameField

javax.swing.JTextField methodNameField

methodArgumentList

java.util.Vector<E> methodArgumentList

methodReturnField

javax.swing.JTextField methodReturnField

inputComponent

PFComponentInfo inputComponent

initialComponent

PFComponentCooperationComponent initialComponent

Class jp.go.aist.dmrc.platform.base.builder.PFRemoteComponentEditorLight extends javax.swing.JDialog implements Serializable

直列化されたフィールド

platformNameField

javax.swing.JTextField platformNameField

componentPublicNameField

javax.swing.JTextField componentPublicNameField

componentIDField

javax.swing.JTextField componentIDField

methodNameField

javax.swing.JTextField methodNameField

methodArgumentList

java.util.Vector<E> methodArgumentList

methodReturnField

javax.swing.JTextField methodReturnField

inputComponent

PFComponentInfo inputComponent

initialComponent

PFComponentCooperationComponent initialComponent

isRemoteComp

boolean isRemoteComp

Class jp.go.aist.dmrc.platform.base.builder.PFRemoteMethodInformationEditor extends javax.swing.JDialog implements Serializable

serialVersionUID: 0L

直列化されたフィールド

platformNameField

javax.swing.JTextField platformNameField

componentPublicNameField

javax.swing.JTextField componentPublicNameField

componentIDField

javax.swing.JTextField componentIDField

methodList

javax.swing.JList methodList

methodListModel

javax.swing.DefaultListModel methodListModel

inputComponent

PFRemoteComponent inputComponent

initialComponent

PFRemoteComponent initialComponent

Class jp.go.aist.dmrc.platform.base.builder.PFWebApplicationComponentPreviewer extends javax.swing.JDialog implements Serializable

serialVersionUID: -4055856811406212088L

直列化されたフィールド

webComp

PFWebApplicationComponent webComp

preview

PFPanel preview

パッケージ jp.go.aist.dmrc.platform.base.print

Class jp.go.aist.dmrc.platform.base.print.PFMediaSize extends javax.print.attribute.standard.MediaSize implements Serializable

直列化されたフィールド

landscape

boolean landscape

Class jp.go.aist.dmrc.platform.base.print.PFMethodSettablePaperElementImpl extends java.lang.Object implements Serializable

serialVersionUID: 266014379976966081L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
例外:
java.io.IOException
直列化されたフィールド

sourceComponent

PFComponent sourceComponent

sourceComponentId

int[] sourceComponentId

getterMethod

jp.go.aist.dmrc.platform.util.PFMethodInvokeDelegation getterMethod

Class jp.go.aist.dmrc.platform.base.print.PFPaperBarCodeElement extends jp.go.aist.dmrc.platform.base.print.PFPaperDataElement implements Serializable

serialVersionUID: 0L

直列化されたフィールド

text

java.lang.String text

staticValueFlag

boolean staticValueFlag

originalSize

boolean originalSize

borderColor

java.awt.Color borderColor

borderWidth

float borderWidth

codeType

PFBarCodeType codeType

displayStringFlag

boolean displayStringFlag

addCheckDigitFlag

boolean addCheckDigitFlag

iterativePrint

boolean iterativePrint

tableDataColumnIndex

int tableDataColumnIndex

Class jp.go.aist.dmrc.platform.base.print.PFPaperComponentImageElement extends jp.go.aist.dmrc.platform.base.print.PFPaperImageElement implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
例外:
java.io.IOException
直列化されたフィールド

sourceComponent

PFGUIComponent sourceComponent

sourceComponentId

int[] sourceComponentId

Class jp.go.aist.dmrc.platform.base.print.PFPaperDataElement extends jp.go.aist.dmrc.platform.base.print.PFPaperElement implements Serializable

serialVersionUID: 0L

直列化されたフィールド

methodSettableElement

jp.go.aist.dmrc.platform.base.print.PFMethodSettablePaperElement methodSettableElement

Class jp.go.aist.dmrc.platform.base.print.PFPaperElement extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化されたフィールド

drawX

float drawX

drawY

float drawY

drawWidth

float drawWidth

drawHeight

float drawHeight

pageNo

int pageNo

Class jp.go.aist.dmrc.platform.base.print.PFPaperElementTextDrawAttribute extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化されたフィールド

font

java.awt.Font font

stringColor

java.awt.Color stringColor

drawUnderLine

boolean drawUnderLine

textPosition

int textPosition

verticalMargin

float verticalMargin

horizontalMargin

float horizontalMargin

lineMargin

float lineMargin

backgroundColor

java.awt.Color backgroundColor

Class jp.go.aist.dmrc.platform.base.print.PFPaperElementTextFormatAttribute extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化されたフィールド

booleanTrueString

java.lang.String booleanTrueString

booleanFalseString

java.lang.String booleanFalseString

dateFormatPatturn

java.lang.String dateFormatPatturn

numberFormatPatturn

java.lang.String numberFormatPatturn

Class jp.go.aist.dmrc.platform.base.print.PFPaperImageDataElement extends jp.go.aist.dmrc.platform.base.print.PFPaperImageElement implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
例外:
java.io.IOException
直列化されたフィールド

methodSettableElement

jp.go.aist.dmrc.platform.base.print.PFMethodSettablePaperElement methodSettableElement

iterativePrint

boolean iterativePrint

tableDataColumnIndex

int tableDataColumnIndex

Class jp.go.aist.dmrc.platform.base.print.PFPaperImageElement extends jp.go.aist.dmrc.platform.base.print.PFPaperElement implements Serializable

serialVersionUID: 0L

直列化されたフィールド

originalSize

boolean originalSize

borderColor

java.awt.Color borderColor

borderWidth

float borderWidth

Class jp.go.aist.dmrc.platform.base.print.PFPaperLabelElement extends jp.go.aist.dmrc.platform.base.print.PFPaperDataElement implements Serializable

serialVersionUID: 0L

直列化されたフィールド

text

java.lang.String text

staticValueFlag

boolean staticValueFlag

pageNoFlag

boolean pageNoFlag

iterativePrint

boolean iterativePrint

tableDataColumnIndex

int tableDataColumnIndex

borderColor

java.awt.Color borderColor

borderWidth

float borderWidth

labelDrawAttribute

jp.go.aist.dmrc.platform.base.print.PFPaperElementTextDrawAttribute labelDrawAttribute

Class jp.go.aist.dmrc.platform.base.print.PFPaperListElement extends jp.go.aist.dmrc.platform.base.print.PFPaperDataElement implements Serializable

Class jp.go.aist.dmrc.platform.base.print.PFPaperQRCodeElement extends jp.go.aist.dmrc.platform.base.print.PFPaperDataElement implements Serializable

serialVersionUID: 0L

直列化されたフィールド

text

java.lang.String text

staticValueFlag

boolean staticValueFlag

originalSize

boolean originalSize

borderColor

java.awt.Color borderColor

borderWidth

float borderWidth

pixel

int pixel

version

int version

level

char level

iterativePrint

boolean iterativePrint

tableDataColumnIndex

int tableDataColumnIndex

Class jp.go.aist.dmrc.platform.base.print.PFPaperTableElement extends jp.go.aist.dmrc.platform.base.print.PFPaperDataElement implements Serializable

serialVersionUID: 0L

直列化されたフィールド

drawHeader

boolean drawHeader

columnWidthArray

float[] columnWidthArray

setRowHeightArray

float[] setRowHeightArray

textDrawHeightArray

float[] textDrawHeightArray

drawRowHeightArray

float[] drawRowHeightArray

tempXMLRowHeightArray

float[] tempXMLRowHeightArray

tableColumnNameArray

java.lang.String[] tableColumnNameArray

tableColumnTypeArray

java.lang.Class<T>[] tableColumnTypeArray

borderColor

java.awt.Color borderColor

tableBorderWidth

float tableBorderWidth

headerBorderWidth

float headerBorderWidth

rowBorderWidth

float rowBorderWidth

columnBorderWidth

float columnBorderWidth

autoAdjustTableHeight

boolean autoAdjustTableHeight

tableDrawAttribute

jp.go.aist.dmrc.platform.base.print.PFPaperElementTextDrawAttribute tableDrawAttribute

tableHeaderDrawAttribute

jp.go.aist.dmrc.platform.base.print.PFPaperElementTextDrawAttribute tableHeaderDrawAttribute

tableColumnDrawAttributeArray

jp.go.aist.dmrc.platform.base.print.PFPaperElementTextDrawAttribute[] tableColumnDrawAttributeArray

tableColumnFormatAttributeArray

jp.go.aist.dmrc.platform.base.print.PFPaperElementTextFormatAttribute[] tableColumnFormatAttributeArray

tempXMLColumnWidthArray

float[] tempXMLColumnWidthArray

tempXMLColumnDrawAttArray

jp.go.aist.dmrc.platform.base.print.PFPaperElementTextDrawAttribute[] tempXMLColumnDrawAttArray

tempXMLColumnFormatAttArray

jp.go.aist.dmrc.platform.base.print.PFPaperElementTextFormatAttribute[] tempXMLColumnFormatAttArray

iterativePrint

boolean iterativePrint

drawRowCount

int drawRowCount

columnDrawType

int[] columnDrawType

columnDrawOriginalSize

boolean[] columnDrawOriginalSize

barCodeColumnCodeType

PFBarCodeType[] barCodeColumnCodeType

barCodeColumnDisplayStringFlag

boolean[] barCodeColumnDisplayStringFlag

barCodeColumnAddCheckDigitFlag

boolean[] barCodeColumnAddCheckDigitFlag

qrCodeColumnPixel

int[] qrCodeColumnPixel

qrCodeColumnVersion

int[] qrCodeColumnVersion

qrCodeColumnLevel

char[] qrCodeColumnLevel

useTableHeaderFont

boolean useTableHeaderFont

useTableCellFont

boolean useTableCellFont

useTableCellForegroundColor

boolean useTableCellForegroundColor

useTableCellBackgroundColor

boolean useTableCellBackgroundColor

パッケージ jp.go.aist.dmrc.platform.beans.chart2d

Class jp.go.aist.dmrc.platform.beans.chart2d.PFChart extends javax.swing.JPanel implements Serializable

serialVersionUID: 20031130000000L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


editableFlag

boolean editableFlag
編集可否フラグ


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


header

jp.go.aist.dmrc.platform.beans.chart2d.PFChartTitle header
ヘッダ。


footer

jp.go.aist.dmrc.platform.beans.chart2d.PFChartTitle footer
フッタ。


legend

jp.go.aist.dmrc.platform.beans.chart2d.PFChartLegend legend
凡例。


itemColumnName

java.lang.String itemColumnName
オブジェクトテーブル第0列名


chartArea

java.awt.Rectangle chartArea
グラフ描画領域。
全体の領域からヘッダ・フッタ・凡例を除いた領域。


topMargin

int topMargin
余白-上


bottomMargin

int bottomMargin
余白-下


leftMargin

int leftMargin
余白-左


rightMargin

int rightMargin
余白-右

Class jp.go.aist.dmrc.platform.beans.chart2d.PFGanttChart extends PFChart implements Serializable

serialVersionUID: 20031130000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException
直列化されたフィールド

scrollEventSource

PFScrollEventSourceImpl scrollEventSource
スクロールイベントソースの実装


model

jp.go.aist.dmrc.platform.beans.chart2d.PFGanttChartModel model
ガントチャートのグラフデータ


color

jp.go.aist.dmrc.platform.beans.chart2d.PFChartColor color
グラフの色データ


render

jp.go.aist.dmrc.platform.beans.chart2d.PFGanttChartRenderer render
ガントチャートレンダラー


workBar

javax.swing.JScrollBar workBar
作業項目軸のスクロールバー


backMinorButton

javax.swing.JButton backMinorButton
時間軸の小項目単位での過去移動ボタン


foreMinorButton

javax.swing.JButton foreMinorButton
時間軸の小項目単位での未来移動ボタン


dataDropEventSource

PFDataDropEventSourceImpl dataDropEventSource
データドロップイベントソースの実装


dropTarget

PFDropTargetImpl dropTarget
ドロップターゲット


chartDataAutoAdjustment

boolean chartDataAutoAdjustment
ガントチャートデータ自動調整

Class jp.go.aist.dmrc.platform.beans.chart2d.PFGanttChartConstraints extends java.lang.Object implements Serializable

serialVersionUID: 20031130000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException
直列化されたフィールド

weekdayList

boolean[] weekdayList
デフォルトの稼動曜日


time

PFGanttChartWorkingTime time
デフォルトの稼働時間帯


nonWorkDateList

java.util.ArrayList<E> nonWorkDateList
休日のリスト


workDateList

java.util.ArrayList<E> workDateList
特定稼働日のリスト

Class jp.go.aist.dmrc.platform.beans.chart2d.PFGanttChartTimeUnit extends java.lang.Object implements Serializable

serialVersionUID: 20031130000000L

直列化されたフィールド

unit

int unit
時間の単位


key

java.lang.String key
時間の単位の名称(プロパティキー)


minimumValueList

java.lang.Integer[] minimumValueList
最小単位のとりうる値の一覧

Class jp.go.aist.dmrc.platform.beans.chart2d.PFGanttChartWorkingTime extends java.lang.Object implements Serializable

serialVersionUID: 20031130000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException
直列化されたフィールド

startHour

int startHour
開始時刻


endHour

int endHour
開始分


startMinute

int startMinute
終了時刻


endMinute

int endMinute
終了分


パッケージ jp.go.aist.dmrc.platform.beans.datacooperation

Class jp.go.aist.dmrc.platform.beans.datacooperation.PFComponentCooperationComponent extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ.

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ.

シリアルデータ:
Default Serialize
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID. コンポーネントIDはプラットフォームPFComponentBusから設定される.


componentKey

PFMultiLocaleString componentKey
コンポーネントキー. コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する.


multiLocaleText

PFMultiLocaleString multiLocaleText
マルチロケールテキスト


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


componentInfo

PFComponentInfo componentInfo
コンポーネント情報を保持する.


isAsync

boolean isAsync
同期・非同期の切替を制御するフラグ.


isLight

boolean isLight
簡素版かどうかを表すフラグ.


eventSrc

PFComponentCooperationResultEventSourceImpl eventSrc

Class jp.go.aist.dmrc.platform.beans.datacooperation.PFComponentPullTransferComponent extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ.

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ.

シリアルデータ:
Default Serialize
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

pullResultEventSource

PFPullComponentTransferResultEventSourceImpl pullResultEventSource
イベントソースの実装.


componentID

int componentID
コンポーネントID. コンポーネントIDはプラットフォームから設定される.


componentKey

java.lang.String componentKey
コンポーネントキー. コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する.


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


targetComponentName

java.lang.String targetComponentName
転送対象のコンポーネント名.


targetComponentKey

java.lang.String targetComponentKey
転送対象のコンポーネントキー.


targetComponentID

int targetComponentID
転送対象のコンポーネントID.

Class jp.go.aist.dmrc.platform.beans.datacooperation.PFComponentPullTransferRequestReceivedComponent extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ.

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ.

シリアルデータ:
Default Serialize
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

pullSentEventSource

PFPullComponentTransferSentEventSourceImpl pullSentEventSource
イベントソースの実装.


componentID

int componentID
コンポーネントID. コンポーネントIDはプラットフォームから設定される.


componentKey

java.lang.String componentKey
コンポーネントキー. コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する.


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


isPullTransferTarget

boolean isPullTransferTarget
Pull型コンポーネント転送のターゲットになることへの可否


allComponentTransferNotified

boolean allComponentTransferNotified
自分以外をターゲットをする転送に応じてPull型送信/Push型受信イベントを発生させるか


targetComponentName

java.lang.String targetComponentName
転送対象のコンポーネント名.


targetComponentKey

java.lang.String targetComponentKey
転送対象のコンポーネントキー.


targetComponentID

int targetComponentID
転送対象のコンポーネントID.

Class jp.go.aist.dmrc.platform.beans.datacooperation.PFComponentPushTransferComponent extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ.

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ.

シリアルデータ:
Default Serialize
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

pushResultEventSource

PFPushComponentTransferResultEventSourceImpl pushResultEventSource
イベントソースの実装.


componentID

int componentID
コンポーネントID. コンポーネントIDはプラットフォームから設定される.


componentKey

java.lang.String componentKey
コンポーネントキー. コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する.


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


targetComponentName

java.lang.String targetComponentName
転送対象のコンポーネント名.


targetComponentKey

java.lang.String targetComponentKey
転送対象のコンポーネントキー.


targetComponentID

int targetComponentID
転送対象のコンポーネントID.

Class jp.go.aist.dmrc.platform.beans.datacooperation.PFComponentPushTransferRequestReceivedComponent extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ.

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ.

シリアルデータ:
Default Serialize
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

pushReceivedEventSource

PFPushComponentTransferReceivedEventSourceImpl pushReceivedEventSource
イベントソースの実装.


componentID

int componentID
コンポーネントID. コンポーネントIDはプラットフォームから設定される.


componentKey

java.lang.String componentKey
コンポーネントキー. コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する.


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


isPushTransferTarget

boolean isPushTransferTarget
Push型コンポーネント転送のターゲットになることへの可否


allComponentTransferNotified

boolean allComponentTransferNotified
自分以外をターゲットをする転送に応じてPull型送信/Push型受信イベントを発生させるか


targetComponentName

java.lang.String targetComponentName
転送対象のコンポーネント名.


targetComponentKey

java.lang.String targetComponentKey
転送対象のコンポーネントキー.


targetComponentID

int targetComponentID
転送対象のコンポーネントID.

Class jp.go.aist.dmrc.platform.beans.datacooperation.PFComponentTransferComponent extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ.

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ.

シリアルデータ:
Default Serialize
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

pullResultEventSource

PFPullComponentTransferResultEventSourceImpl pullResultEventSource
イベントソースの実装.


pushResultEventSource

PFPushComponentTransferResultEventSourceImpl pushResultEventSource

componentID

int componentID
コンポーネントID. コンポーネントIDはプラットフォームPFComponentBusから設定される.


componentKey

java.lang.String componentKey
コンポーネントキー. コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する.


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


isPullTransferTarget

boolean isPullTransferTarget
Pull型コンポーネント転送のターゲットになることへの可否


isPushTransferTarget

boolean isPushTransferTarget
Push型コンポーネント転送のターゲットになることへの可否


allComponentTransferNotified

boolean allComponentTransferNotified
自分以外をターゲットをする転送に応じてPull型送信/Push型受信イベントを発生させるか


targetComponentName

java.lang.String targetComponentName
転送対象のコンポーネント名.


targetComponentKey

java.lang.String targetComponentKey
転送対象のコンポーネントキー.


targetComponentID

int targetComponentID
転送対象のコンポーネントID.

Class jp.go.aist.dmrc.platform.beans.datacooperation.PFComponentTransferComponentLight extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ.

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ.

シリアルデータ:
Default Serialize
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

pullResultEventSource

PFPullComponentTransferResultEventSourceImpl pullResultEventSource
イベントソースの実装.


pushResultEventSource

PFPushComponentTransferResultEventSourceImpl pushResultEventSource

pullSentEventSource

PFPullComponentTransferSentEventSourceImpl pullSentEventSource

pushReceivedEventSource

PFPushComponentTransferReceivedEventSourceImpl pushReceivedEventSource

componentID

int componentID
コンポーネントID. コンポーネントIDはプラットフォームから設定される.


componentKey

java.lang.String componentKey
コンポーネントキー. コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する.


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


isPullTransferTarget

boolean isPullTransferTarget
Pull型コンポーネント転送のターゲットになることへの可否


isPushTransferTarget

boolean isPushTransferTarget
Push型コンポーネント転送のターゲットになることへの可否


allComponentTransferNotified

boolean allComponentTransferNotified
自分以外をターゲットをする転送に応じてPull型送信/Push型受信イベントを発生させるか


targetComponentName

java.lang.String targetComponentName
転送対象のコンポーネント名.


targetComponentKey

java.lang.String targetComponentKey
転送対象のコンポーネントキー.


targetComponentID

int targetComponentID
転送対象のコンポーネントID.

Class jp.go.aist.dmrc.platform.beans.datacooperation.PFComponentTransferUtility extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否

Class jp.go.aist.dmrc.platform.beans.datacooperation.PFObjectCoordinator extends java.lang.Object implements Serializable

serialVersionUID: 1072216784885657097L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource
処理完了イベントソースの実装


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


objTree

PFObjectTree objTree
データを保持するオブジェクトツリー


rootNode

PFObjectTreeNode rootNode
オブジェクトツリーのルートノード


serverName

java.lang.String serverName
サーバープラットフォーム名


allowedList

PFObjectList allowedList
オブジェクトの追加・削除・更新を許可するプラットフォーム名のリスト


allowanceEnabled

boolean allowanceEnabled
オブジェクトの追加・削除・更新許可制御の有効・無効フラグ


deniedList

PFObjectList deniedList
オブジェクトの追加・削除・更新を禁止するプラットフォーム名のリスト


denialEnabled

boolean denialEnabled
オブジェクトの追加・削除・更新禁止制御の有効・無効フラグ

Class jp.go.aist.dmrc.platform.beans.datacooperation.PFRegistryAccessComponent extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ.

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ.

シリアルデータ:
Default Serialize
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID. コンポーネントIDはプラットフォームPFComponentBusから設定される.


componentKey

java.lang.String componentKey
コンポーネントキー. コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する.


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装

Class jp.go.aist.dmrc.platform.beans.datacooperation.PFRemoteComponent extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化されたフィールド

componentID

int componentID
コンポーネントID. コンポーネントIDはプラットフォームPFComponentBusから設定される.


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


eventSrc

PFComponentCooperationResultEventSourceImpl eventSrc
イベントソース.


platformName

java.lang.String platformName
連携先プラットフォーム名.


remoteComponentPublicName

java.lang.String remoteComponentPublicName
連携先コンポーネント公開名.


remoteComponentID

int remoteComponentID
連携先コンポーネントID.


componentInfoList

PFObjectList componentInfoList
コンポーネント情報のリスト.


isAsync

boolean isAsync
同期/非同期フラグ.


パッケージ jp.go.aist.dmrc.platform.beans.datamanagement

Class jp.go.aist.dmrc.platform.beans.datamanagement.PFAccessControlComponent extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ.

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ.

シリアルデータ:
Default Serialize
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID. コンポーネントIDはプラットフォームPFComponentBusから設定される.


componentKey

java.lang.String componentKey
コンポーネントキー. コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する.


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


パッケージ jp.go.aist.dmrc.platform.beans.diagram

Class jp.go.aist.dmrc.platform.beans.diagram.PFFishboneDiagram extends javax.swing.JPanel implements Serializable

serialVersionUID: 7622572975543280462L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


editableFlag

boolean editableFlag
編集可否フラグ


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


mouseButtonEventSource

PFMouseButtonEventSourceImpl mouseButtonEventSource
マウスボタンイベントソースの実装


keyEventSource

PFKeyEventSourceImpl keyEventSource
キーイベントソースの実装


processRequestEventSource

PFProcessRequestEventSourceImpl processRequestEventSource
処理要求イベントソースの実装


backBone

PFObjectTreeNode backBone
内部データのルート


boneDefaultAttribute

jp.go.aist.dmrc.platform.beans.diagram.PFFishboneDiagramDefaultAttribute boneDefaultAttribute
骨のレベルごとの描画属性のデフォルト値


textBoxInsets

java.awt.Insets textBoxInsets
テキストの周りの余白


boundingBoxInsets

java.awt.Insets boundingBoxInsets
BoundingBoxの周りの余白


selectionBoxInsets

java.awt.Insets selectionBoxInsets
選択時の反転表示とテキストの囲み枠の間


drawBoundingBox

boolean drawBoundingBox
BoundingBoxを描画するかを指定するフラグ


selectionForeground

java.awt.Color selectionForeground
選択時の前景色


selectionBackground

java.awt.Color selectionBackground
選択時の背景色


boneAngle

double boneAngle
背骨と大骨がなす角度(鋭角:0°≦θ<90°)


bottomBoneLength

double bottomBoneLength
最下層の骨の長さ


diagramVisible

boolean diagramVisible
特性要因図の可視状態


textLabelOffset

double textLabelOffset
テキストとラベルのBoundingBoxの距離


maxBoneLevel

int maxBoneLevel
骨の最大描画レベル


selectionMode

int selectionMode
設定モード

Class jp.go.aist.dmrc.platform.beans.diagram.PFFishboneDiagramUserObject extends java.lang.Object implements Serializable

serialVersionUID: -7176214145134289123L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

nodeId

int nodeId
ノードID


text

java.lang.String text
ノード名


label

java.lang.String label
ラベル


textFont

java.awt.Font textFont
フォント


textColor

java.awt.Color textColor
描画色


textBackground

java.awt.Color textBackground
背景色


textBoxColor

java.awt.Color textBoxColor
枠の色


textBoxWidth

float textBoxWidth
枠の太さ


labelFont

java.awt.Font labelFont
ラベルのフォント


labelColor

java.awt.Color labelColor
ラベルの描画色


labelBackground

java.awt.Color labelBackground
ラベルの背景色


labelBoxColor

java.awt.Color labelBoxColor
ラベルの枠の色


labelBoxWidth

float labelBoxWidth
ラベルの枠の太さ


boneColor

java.awt.Color boneColor
骨の描画色


boneWidth

float boneWidth
骨の太さ

Class jp.go.aist.dmrc.platform.beans.diagram.PFNetworkCanvas extends javax.swing.JPanel implements Serializable

serialVersionUID: -5812102460429887954L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
キャンバスのデシリアライズ

シリアルデータ:
DefaultSerialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
キャンバスのシリアライズ

シリアルデータ:
DefaultSerialize
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

fontMain

java.awt.Font fontMain
フォント


fontSub

java.awt.Font fontSub

fontSubLayer

java.awt.Font fontSubLayer

colorForeMain

java.awt.Color colorForeMain
前景色


colorForeSub

java.awt.Color colorForeSub

colorForeSubLayer

java.awt.Color colorForeSubLayer

colorBackMain

java.awt.Color colorBackMain
背景色


colorBackSub

java.awt.Color colorBackSub

colorBackSubLayer

java.awt.Color colorBackSubLayer

shapeTerminal

int shapeTerminal
形状


shapeMain

int shapeMain

shapeSub

int shapeSub

shapeSubLayer

int shapeSubLayer

boundOffset

java.awt.Dimension boundOffset
ノードラベルを囲む矩形と実際に描画される矩形とのサイズの差


colorStandard

java.awt.Color colorStandard
標準色


colorSelected

java.awt.Color colorSelected
選択色


directed

boolean directed
有向・無向の標準設定


tolerance

int tolerance
エッジを選択したと判断するための許容誤差(ピクセル)


arrowHead

java.awt.Point arrowHead
矢尻形状


shapeEdge

int shapeEdge
エッジ形状


paintOffset

java.awt.Point paintOffset
ノード描画のオフセット


topLayer

PFNetworkCanvas.NetworkLayer topLayer
描画対象ネットワークの最上位層


currentLayer

PFNetworkCanvas.NetworkLayer currentLayer
描画中のネットワーク層


locked

boolean locked
ネットワーク編集ロックフラグ


movable

boolean movable

Class jp.go.aist.dmrc.platform.beans.diagram.PFNetworkCanvas.EdgeItem extends java.lang.Object implements Serializable

serialVersionUID: 9182331701279609505L

直列化されたフィールド

nodeStart

PFNetworkCanvas.NodeItem nodeStart
始点ノードアイテム


nodeEnd

PFNetworkCanvas.NodeItem nodeEnd
終点ノードアイテム


edgeObject

PFObjectNetworkEdge edgeObject
参照先エッジオブジェクト(実体データ)


shapeId

int shapeId
エッジ形状インデックス


route

java.awt.Point route
エッジ経由ポイント

Class jp.go.aist.dmrc.platform.beans.diagram.PFNetworkCanvas.NetworkLayer extends java.lang.Object implements Serializable

serialVersionUID: -5074960046871090482L

直列化されたフィールド

parentLayer

PFNetworkCanvas.NetworkLayer parentLayer
上位のネットワーク層


parentNodeItem

PFNetworkCanvas.NodeItem parentNodeItem
上位ネットワーク層の関連するノードアイテム


nodeItemList

PFObjectList nodeItemList
保持するノードアイテムのリスト


edgeItemList

PFObjectList edgeItemList
保持するエッジアイテムのリスト


networkObject

PFObjectNetwork networkObject
参照先ネットワークオブジェクト


networkRect

java.awt.Rectangle networkRect
ネットワークを包含する矩形

Class jp.go.aist.dmrc.platform.beans.diagram.PFNetworkCanvas.NodeItem extends java.lang.Object implements Serializable

serialVersionUID: -2273819410859607296L

直列化されたフィールド

position

java.awt.Point position
ノード位置


bound

java.awt.Rectangle bound
ノードラベルを囲む矩形


subLayer

PFNetworkCanvas.NetworkLayer subLayer
サブネットワーク層


nodeObject

PFObjectNetworkNode nodeObject
参照先ノードオブジェクト(実体データ)


colorFore

java.awt.Color colorFore
ノード前景色


colorBack

java.awt.Color colorBack
ノード背景色


labelAlignment

int labelAlignment
ノードラベル配置方法


shapeId

int shapeId
ノード形状


font

java.awt.Font font
ノードフォント


nodeType

int nodeType
ノード種別(負のとき入力のみ、正のとき出力のみ、ゼロのとき入出力両方)


icon

javax.swing.ImageIcon icon
アイコン

Class jp.go.aist.dmrc.platform.beans.diagram.PFNetworkDiagram extends javax.swing.JScrollPane implements Serializable

serialVersionUID: 4414865819670702517L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


canvas

PFNetworkCanvas canvas
ネットワーク描画・編集キャンバス


pane

javax.swing.JScrollPane pane

actionEventSource

PFActionEventSourceImpl actionEventSource
アクションイベントソースの実装


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


focusEventSource

PFFocusEventSourceImpl focusEventSource
フォーカスイベントソースの実装


dragSource

PFDragSourceImpl dragSource
ドラッグソースの実装


mouseButtonEventSource

PFMouseButtonEventSourceImpl mouseButtonEventSource
マウスボタンイベントソースの実装


パッケージ jp.go.aist.dmrc.platform.beans.engineering

Class jp.go.aist.dmrc.platform.beans.engineering.PFFailureAnalyzer extends java.lang.Object implements Serializable

serialVersionUID: 2389356217668793484L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


パッケージ jp.go.aist.dmrc.platform.beans.framework3d

Class jp.go.aist.dmrc.platform.beans.framework3d.PFAttributeEditor extends java.lang.Object implements Serializable

serialVersionUID: 20070202143100L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
コンポーネントのシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.framework3d.PFShapeAnalyzer extends java.lang.Object implements Serializable

serialVersionUID: 5639206261208539689L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
例外:
java.io.IOException

Class jp.go.aist.dmrc.platform.beans.framework3d.PFShapeCreator extends java.lang.Object implements Serializable

serialVersionUID: 20060112000000L

直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource

Class jp.go.aist.dmrc.platform.beans.framework3d.PFShapeDocumentInspector extends java.lang.Object implements Serializable

serialVersionUID: 5262436466867533759L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
コンポーネントのシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.framework3d.PFShapeDocumentManager extends java.lang.Object implements Serializable

serialVersionUID: 20060112000000L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
コンポーネントのシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.framework3d.PFShapeDocumentProperties extends java.lang.Object implements Serializable

serialVersionUID: 7382300521126766871L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
コンポーネントのシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.framework3d.PFShapeEditor extends java.lang.Object implements Serializable

serialVersionUID: -6071006685906368865L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
例外:
java.io.IOException

Class jp.go.aist.dmrc.platform.beans.framework3d.PFUVCurveRepairer extends java.lang.Object implements Serializable

serialVersionUID: -1044040222012138016L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
例外:
java.io.IOException

パッケージ jp.go.aist.dmrc.platform.beans.framework3d.io

Class jp.go.aist.dmrc.platform.beans.framework3d.io.PFDXFFileReader extends PFShapeDocumentReader implements Serializable

serialVersionUID: 20060112000000L

Class jp.go.aist.dmrc.platform.beans.framework3d.io.PFIGESFileReader extends PFShapeDocumentReader implements Serializable

serialVersionUID: 20060112000000L

Class jp.go.aist.dmrc.platform.beans.framework3d.io.PFIGESFileWriter extends PFShapeDocumentWriter implements Serializable

serialVersionUID: 20060112000000L

Class jp.go.aist.dmrc.platform.beans.framework3d.io.PFShapeDocumentReader extends PFReader implements Serializable

serialVersionUID: 20060112000000L

直列化されたフィールド

readingInAnotherThread

boolean readingInAnotherThread

Class jp.go.aist.dmrc.platform.beans.framework3d.io.PFShapeDocumentWriter extends PFWriter implements Serializable

serialVersionUID: 20060112000000L

直列化されたフィールド

actionEventSource

PFActionEventSourceImpl actionEventSource

writingInAnotherThread

boolean writingInAnotherThread

Class jp.go.aist.dmrc.platform.beans.framework3d.io.PFSTEPFileReader extends PFShapeDocumentReader implements Serializable

serialVersionUID: 20060112000000L

Class jp.go.aist.dmrc.platform.beans.framework3d.io.PFSTEPFileWriter extends PFShapeDocumentWriter implements Serializable

serialVersionUID: 20060112000000L

Class jp.go.aist.dmrc.platform.beans.framework3d.io.PFSTLFileWriter extends PFShapeDocumentWriter implements Serializable

serialVersionUID: 20060112000000L


パッケージ jp.go.aist.dmrc.platform.beans.graphics.drawing

Class jp.go.aist.dmrc.platform.beans.graphics.drawing.PFDrawingEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: -6842101982200338284L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.graphics.drawing.PFFigureRhombus extends jp.go.aist.dmrc.platform.beans.graphics.drawing.PFFigureData implements Serializable

serialVersionUID: 2007122813258731782L

Class jp.go.aist.dmrc.platform.beans.graphics.drawing.PFFigureRoundRectangle extends jp.go.aist.dmrc.platform.beans.graphics.drawing.PFFigureData implements Serializable

serialVersionUID: 2007122813258731782L


パッケージ jp.go.aist.dmrc.platform.beans.graphics.flowchart

Class jp.go.aist.dmrc.platform.beans.graphics.flowchart.PFApplicationFlowChart extends javax.swing.JPanel implements Serializable

serialVersionUID: -6842101982200338284L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.graphics.flowchart.PFFigureRhombus extends jp.go.aist.dmrc.platform.beans.graphics.flowchart.PFFigureData implements Serializable

serialVersionUID: 2007122813258731782L

Class jp.go.aist.dmrc.platform.beans.graphics.flowchart.PFFigureRoundRectangle extends jp.go.aist.dmrc.platform.beans.graphics.flowchart.PFFigureData implements Serializable

serialVersionUID: 2007122813258731782L


パッケージ jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics

Class jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PF3DViewer extends java.awt.Panel implements Serializable

serialVersionUID: 6439304187978715114L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Serialize読み込み

例外:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Serialize書き出し

例外:
java.io.IOException

Class jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PFAttributeMaker extends java.lang.Object implements Serializable

serialVersionUID: 485801486311689416L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

シリアルデータ:
DefaultSerialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

シリアルデータ:
DefaultSerialize
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装

Class jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PFFileSelection extends javax.swing.JPanel implements Serializable

serialVersionUID: 2680603442085328548L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
IOException,ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException

Class jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PFLightMaker extends java.lang.Object implements Serializable

serialVersionUID: -8431101323130211574L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

シリアルデータ:
DefaultSerialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

シリアルデータ:
DefaultSerialize
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装

Class jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PFTestViewer extends PF3DViewer implements Serializable

serialVersionUID: 1420584951488910579L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Serialize読み込み

例外:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Serialize書き出し

例外:
java.io.IOException

パッケージ jp.go.aist.dmrc.platform.beans.gui

Class jp.go.aist.dmrc.platform.beans.gui.PFComboBox extends javax.swing.JComboBox implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


actionEventSource

PFActionEventSourceImpl actionEventSource
アクションイベントソースの実装


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
マルチロケールツールチップテキスト


model

jp.go.aist.dmrc.platform.beans.gui.PFComboBoxModel model
リストモデル


selectionForeground

java.awt.Color selectionForeground
選択時の前景色


selectionBackground

java.awt.Color selectionBackground
選択時の背景色

Class jp.go.aist.dmrc.platform.beans.gui.PFConfirmDialog extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


actionEventSource

PFActionEventSourceImpl actionEventSource
アクションイベントソースの実装


title

PFMultiLocaleString title
タイトル


message

PFMultiLocaleString message
メッセージ


messageType

int messageType
メッセージタイプ


messageFont

java.awt.Font messageFont

messageForeground

java.awt.Color messageForeground

messageBackground

java.awt.Color messageBackground

buttonFont

java.awt.Font buttonFont

buttonForeground

java.awt.Color buttonForeground

buttonBackground

java.awt.Color buttonBackground

Class jp.go.aist.dmrc.platform.beans.gui.PFCursor extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否

Class jp.go.aist.dmrc.platform.beans.gui.PFImageViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装


mouseButtonEventSource

PFMouseButtonEventSourceImpl mouseButtonEventSource
マウスボタンイベントソースの実装


mouseMotionEventSource

PFMouseMotionEventSourceImpl mouseMotionEventSource
マウスモーションイベントソースの実装


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
ツールチップテキスト


scrollPane

javax.swing.JScrollPane scrollPane
スクロールパネル


label

jp.go.aist.dmrc.platform.beans.gui.PFImageViewerLabel label
表示用パネル


imageIcon

javax.swing.ImageIcon imageIcon
オリジナルのアイコン


verticalScale

int verticalScale
垂直方向の拡大率


horizontalScale

int horizontalScale
水平方向の拡大率


dragEnabled

boolean dragEnabled
ドラッグの可否

Class jp.go.aist.dmrc.platform.beans.gui.PFLabel extends javax.swing.JLabel implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


multiLocaleText

PFMultiLocaleString multiLocaleText
マルチロケールテキスト


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
マルチロケールツールチップテキスト


mouseButtonEventSource

PFMouseButtonEventSourceImpl mouseButtonEventSource
マウスボタンイベントソースの実装


mouseMotionEventSource

PFMouseMotionEventSourceImpl mouseMotionEventSource
マウスモーションイベントソースの実装

Class jp.go.aist.dmrc.platform.beans.gui.PFList extends javax.swing.JPanel implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

dropTarget

PFDropTargetImpl dropTarget
ドロップターゲット


dataDropEventSource

PFDataDropEventSourceImpl dataDropEventSource
データドロップイベントソースの実装


componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
マルチロケールツールチップテキスト


scrollPane

javax.swing.JScrollPane scrollPane
スクロールパネル


view

javax.swing.JList view
リスト


model

PFListModel model
リストモデル


dragSource

PFDragSourceImpl dragSource

dataSelectEventNonFiringWhenSelectionCleared

boolean dataSelectEventNonFiringWhenSelectionCleared

Class jp.go.aist.dmrc.platform.beans.gui.PFListModel extends javax.swing.AbstractListModel implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

arrayList

java.util.ArrayList<E> arrayList

Class jp.go.aist.dmrc.platform.beans.gui.PFMessageDialog extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


title

PFMultiLocaleString title
タイトル


message

PFMultiLocaleString message
メッセージ


actionEventSource

PFActionEventSourceImpl actionEventSource
アクションイベントソースの実装


messageType

int messageType
メッセージタイプ


messageFont

java.awt.Font messageFont

messageForeground

java.awt.Color messageForeground

messageBackground

java.awt.Color messageBackground

buttonFont

java.awt.Font buttonFont

buttonForeground

java.awt.Color buttonForeground

buttonBackground

java.awt.Color buttonBackground

Class jp.go.aist.dmrc.platform.beans.gui.PFProgressBar extends javax.swing.JProgressBar implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
イベントソースの実装


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
ツールチップテキスト

Class jp.go.aist.dmrc.platform.beans.gui.PFProgressMonitor extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


actionEventSource

PFActionEventSourceImpl actionEventSource
アクションイベントソースの実装


maximum

int maximum
第一進捗バーの最大値


minimum

int minimum
第一進捗バーの最小値


progress

int progress
第一進捗バーの現在値


multiLocaleTitle

PFMultiLocaleString multiLocaleTitle
ダイアログのタイトル


multiLocaleMessage

PFMultiLocaleString multiLocaleMessage
メッセージ


multiLocaleNote

PFMultiLocaleString multiLocaleNote
第一進捗バーの注記


percentage

boolean percentage
パーセンテージ表示有無


modal

boolean modal
モーダル・モードレス

Class jp.go.aist.dmrc.platform.beans.gui.PFProgressMonitor2 extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


actionEventSource

PFActionEventSourceImpl actionEventSource
アクションイベントソースの実装


maximum1

int maximum1
第一進捗バーの最大値


maximum2

int maximum2
第二進捗バーの最大値


minimum1

int minimum1
第一進捗バーの最小値


minimum2

int minimum2
第二進捗バーの最小値


progress1

int progress1
第一進捗バーの現在値


progress2

int progress2
第二進捗バーの現在値


multiLocaleTitle

PFMultiLocaleString multiLocaleTitle
ダイアログのタイトル


multiLocaleMessage

PFMultiLocaleString multiLocaleMessage
メッセージ


multiLocaleNote1

PFMultiLocaleString multiLocaleNote1
第一進捗バーの注記


multiLocaleNote2

PFMultiLocaleString multiLocaleNote2
第二進捗バーの注記


percentage

boolean percentage
パーセンテージ表示有無


modal

boolean modal
モーダル・モードレス

Class jp.go.aist.dmrc.platform.beans.gui.PFSlider extends javax.swing.JSlider implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
イベントソースの実装


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
ツールチップテキスト


パッケージ jp.go.aist.dmrc.platform.beans.gui.button

Class jp.go.aist.dmrc.platform.beans.gui.button.PFButton extends javax.swing.JButton implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


actionEventSource

PFActionEventSourceImpl actionEventSource
イベントソースの実装


mouseButtonEventSource

PFMouseButtonEventSourceImpl mouseButtonEventSource
マウスボタンイベントソースの実装


mouseMotionEventSource

PFMouseMotionEventSourceImpl mouseMotionEventSource
マウスモーションイベントソースの実装


multiLocaleText

PFMultiLocaleString multiLocaleText
マルチロケールテキスト


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
マルチロケールツールチップテキスト

Class jp.go.aist.dmrc.platform.beans.gui.button.PFCheckBox extends javax.swing.JCheckBox implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装


multiLocaleText

PFMultiLocaleString multiLocaleText
マルチロケール対応テキスト


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
マルチロケール対応ツールチップテキスト

Class jp.go.aist.dmrc.platform.beans.gui.button.PFCheckBoxGroup extends javax.swing.JPanel implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


gridLayout

java.awt.GridLayout gridLayout
グリッドレイアウト


multiLocaleTitle

PFMultiLocaleString multiLocaleTitle
タイトル


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
ツールチップテキスト


checkBoxList

java.util.ArrayList<E> checkBoxList
チェックボックス


textList

java.util.ArrayList<E> textList
マルチロケールテキスト


toolTipTextList

java.util.ArrayList<E> toolTipTextList
ツールチップテキスト


verticalFlag

boolean verticalFlag
縦方向配置フラグ


baseLayout

java.awt.GridLayout baseLayout
基礎レイアウト


maxbox

int maxbox
グリッドに収める最大要素数


labelIcons

PFObjectList labelIcons
ラベルアイコン

Class jp.go.aist.dmrc.platform.beans.gui.button.PFRadioButtonGroup extends javax.swing.JPanel implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


buttonGroup

javax.swing.ButtonGroup buttonGroup
ボタングループ


gridLayout

java.awt.GridLayout gridLayout
グリッドレイアウト


multiLocaleTitle

PFMultiLocaleString multiLocaleTitle
タイトル


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
ツールチップテキスト


radioButtonList

java.util.ArrayList<E> radioButtonList
チェックボックス


textList

java.util.ArrayList<E> textList
マルチロケールテキスト


toolTipTextList

java.util.ArrayList<E> toolTipTextList
ツールチップテキスト


verticalFlag

boolean verticalFlag
縦方向配置フラグ


baseLayout

java.awt.GridLayout baseLayout
基礎レイアウト


maxbox

int maxbox
グリッドに収める最大要素数


labelIcons

PFObjectList labelIcons
ラベルアイコン

Class jp.go.aist.dmrc.platform.beans.gui.button.PFToggleButton extends javax.swing.JToggleButton implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装


multiLocaleText

PFMultiLocaleString multiLocaleText
マルチロケールテキスト


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
マルチロケールツールチップテキスト


パッケージ jp.go.aist.dmrc.platform.beans.gui.chart

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFAreaChart extends PFCategoryChart implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFAxis extends PFTitleRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

constraints

PFChartModelConstraints constraints
グラフデータ制約。


chartArea

java.awt.Rectangle chartArea
グラフ描画領域。


labelVisible

boolean labelVisible
データラベルの表示有無。


gridLineVisible

boolean gridLineVisible
グリッド線の表示有無。


orientation

int orientation
軸の方向。

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFBarChart extends PFCategoryChart implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFBubbleChart extends PFXYChart implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFCandleChart extends PFCategoryChart implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFCategoryChart extends PFChart implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException
直列化されたフィールド

scrollEventSource

PFScrollEventSourceImpl scrollEventSource
スクロールイベント


model

PFChartModel model
グラフデータモデル。
サブクラスのコンストラクタでインスタンス生成してください。


constraints

PFChartModelConstraints constraints
グラフデータ制約。
サブクラスのコンストラクタでインスタンス生成してください。


color

PFChartColor color
グラフ色データ。
サブクラスのコンストラクタでインスタンス生成してください。


coordsystem

PFCategoryCoordSystem coordsystem
系列軸描画。
サブクラスのコンストラクタでインスタンス生成してください。


numberAxis

PFNumberAxis numberAxis
数値軸データ。
サブクラスのコンストラクタでインスタンス生成してください。


itemAxis

PFItemAxis itemAxis
項目軸データ。
サブクラスのコンストラクタでインスタンス生成してください。


render

PFCategoryChartRenderer render
グラフ描画。
サブクラスのコンストラクタでインスタンス生成してください。


itemBar

javax.swing.JScrollBar itemBar
項目軸スクロールバー


numberBar

javax.swing.JScrollBar numberBar
数値軸スクロールバー


scrollBarVisible

boolean scrollBarVisible
スクロールバーの表示有無


itemArea

java.awt.Rectangle itemArea
項目軸描画領域


numberArea

java.awt.Rectangle numberArea
数値軸描画領域


realChartArea

java.awt.Rectangle realChartArea
グラフ描画実領域

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFCategoryCoordSystem extends PFCoordSystem implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

itemAxis

PFItemAxis itemAxis
項目軸。


numberAxis1

PFNumberAxis numberAxis1
第一数値軸。


numberAxis2

PFNumberAxis numberAxis2
第二数値軸。


orientation

int orientation
数値軸の方向。

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFChart extends javax.swing.JPanel implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


editableFlag

boolean editableFlag
編集可否フラグ


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


header

PFChartTitle header
ヘッダ。
サブクラスのコンストラクタでインスタンス生成してください。


footer

PFChartTitle footer
フッタ。
サブクラスのコンストラクタでインスタンス生成してください。


legend

PFChartLegend legend
凡例。
サブクラスのコンストラクタでインスタンス生成してください。


chartArea

java.awt.Rectangle chartArea
グラフ描画領域。
全体の領域からヘッダ・フッタ・凡例を除いた領域。


itemColumnName

java.lang.String itemColumnName
オブジェクトテーブル第0列名


topMargin

int topMargin
余白-上


bottomMargin

int bottomMargin
余白-下


leftMargin

int leftMargin
余白-左


rightMargin

int rightMargin
余白-右

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFChartLegend extends PFTitleRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

visible

boolean visible
表示の有無


alignment

int alignment
凡例の配置方向


chartKind

int[] chartKind
グラフの種類


chartModel

PFChartModel[] chartModel
グラフデータモデル


chartColor

PFChartColor[] chartColor
グラフ色データ


markerMap

java.util.HashMap<K,V> markerMap
点の形状


markerSizeMap

java.util.HashMap<K,V> markerSizeMap
点のサイズ


markerVisibleMap

java.util.HashMap<K,V> markerVisibleMap
点の表示有無


lineMap

java.util.HashMap<K,V> lineMap
線の形状


lineWidthMap

java.util.HashMap<K,V> lineWidthMap
線の太さ


lineVisibleMap

java.util.HashMap<K,V> lineVisibleMap
線の表示有無

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFChartTitle extends PFTitleRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

visible

boolean visible
表示の有無


alignment

int alignment
配置方法(水平方向)

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFCoordSystem extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

chartArea

java.awt.Rectangle chartArea
グラフ描画領域。

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFHistogram extends PFChart implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException
直列化されたフィールド

scrollEventSource

PFScrollEventSourceImpl scrollEventSource
スクロールイベント。


model

PFChartModel model
グラフデータモデル。


constraintsX

PFHistogramModelConstraintsX constraintsX
グラフデータ制約。


constraintsY

PFHistogramModelConstraintsY constraintsY
グラフデータ制約。


color

PFChartColor color
グラフ色データ。


coordsystem

PFHistogramCoordSystem coordsystem
系列軸描画。


numberAxis

PFNumberAxis numberAxis
数値軸データ。


spanAxis

PFSpanAxis spanAxis
区間軸データ。


render

PFHistogramRenderer render
グラフ描画。


spanBar

javax.swing.JScrollBar spanBar
区間軸スクロールバー


numberBar

javax.swing.JScrollBar numberBar
数値軸スクロールバー


scrollBarVisible

boolean scrollBarVisible
スクロールバーの表示有無


spanArea

java.awt.Rectangle spanArea
区間軸描画領域


numberArea

java.awt.Rectangle numberArea
数値軸描画領域


realChartArea

java.awt.Rectangle realChartArea
グラフ描画実領域

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFHistogramCoordSystem extends PFCoordSystem implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

spanAxis

PFSpanAxis spanAxis
区間軸データ


numberAxis

PFNumberAxis numberAxis
数値軸データ


orientation

int orientation
数値軸の方向。

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFItemAxis extends PFAxis implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

displayStart

int displayStart
表示開始項目インデックス


displayCount

int displayCount
表示項目数


firstItemOnNumberAxis

boolean firstItemOnNumberAxis
第一項目が数値軸上にあるかどうか


gridLineMethod

int gridLineMethod
グリッド線の表示方法(0: 項目名上 1: 項目区切)


radar

boolean radar
レーダチャート


axisRate

double axisRate
レーダチャート軸のグラフエリアに対する長さの比率

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFLineChart extends PFCategoryChart implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFNumberAxis extends PFAxis implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

axisMax

long axisMax
軸の最大値。


axisMin

long axisMin
軸の最小値。


axisInterval

long axisInterval
軸の目盛間隔値。


axisBase

long axisBase
軸のグリッド基準値。 デフォルトが0


axisBases

java.util.Vector<E> axisBases
複数基準線


AxisShape

java.util.HashMap<K,V> AxisShape
線の形状


AxisWidth

java.util.HashMap<K,V> AxisWidth
線の太さ


AxisColor

java.util.HashMap<K,V> AxisColor
線の色


logarithm

boolean logarithm
対数軸


radar

boolean radar
レーダチャート


axisLength

double axisLength
レーダチャート軸の長さ


axisRate

double axisRate
レーダチャート軸のグラフエリアに対する長さの比率


delta_theta

double delta_theta
レーダチャート軸の項目軸間の角度


pareto

boolean pareto
パレート


percentInterval

long percentInterval
パレート折れ線側用


displayLimit

long displayLimit
表示長の限定値。
0の場合は限定なし


displayPosition

int displayPosition
表示開始位置(最大値・最小値をこえない)。
スクロールバーのノブの値に等しい。 スクロールバーを表示しない場合は常に0を入れること。


displayExponent

int displayExponent
表示桁位置。
基数10の指数で入力してください。


displayMethod

int displayMethod
ラベルの表示方法。
実数表示/仮数表示


baseLineVisible

boolean baseLineVisible
基準線の表示有無。


axis

int axis
第一軸(0)/第二軸(1)の識別。


transform

java.awt.geom.AffineTransform transform
アフィン変換行列。


adjustmentLocked

boolean adjustmentLocked
自動調整有無

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFOverlayCategoryChart extends PFChart implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException
直列化されたフィールド

scrollEventSource

PFScrollEventSourceImpl scrollEventSource
Scroll Event Source


model

PFChartModel[] model
グラフデータ


color

PFChartColor[] color
グラフ色データ


constraints

PFChartModelConstraints[] constraints
データ制約


render

PFCategoryChartRenderer[] render
グラフ描画


chartVisible

boolean[] chartVisible
グラフの可視/不可視


itemAxis

PFItemAxis itemAxis
項目軸


numberAxis

PFNumberAxis[] numberAxis
数値軸


coordsystem

PFCategoryCoordSystem coordsystem
座標軸


itemBar

javax.swing.JScrollBar itemBar
項目軸スクロールバー


numberBar1

javax.swing.JScrollBar numberBar1
数値軸スクロールバー


numberBar2

javax.swing.JScrollBar numberBar2
数値軸スクロールバー


scrollBarVisible

boolean scrollBarVisible
スクロールバーの表示有無


itemArea

java.awt.Rectangle itemArea
項目軸描画領域


numberArea1

java.awt.Rectangle numberArea1
数値軸描画領域


numberArea2

java.awt.Rectangle numberArea2
数値軸描画領域


realChartArea

java.awt.Rectangle realChartArea
グラフ描画領域


itemColumnNameList

PFLabeledObjectList itemColumnNameList
オブジェクトテーブル項目列名リスト


chartKind

int[] chartKind
グラフ種類


lineChartBackUp

java.util.HashMap<K,V> lineChartBackUp
折れ線グラフのバックアップ用マーカ,線種情報


candleChartBackUp

java.util.HashMap<K,V> candleChartBackUp
ろうそく足グラフのバックアップ用上昇・下降時色,ろうそくの幅の割合,芯の太さの割合


seriesColorBackUp

java.util.HashMap<K,V> seriesColorBackUp
グラフのバックアップ用系列色

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFParetoChart extends PFCategoryChart implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFPieChart extends PFChart implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException
直列化されたフィールド

model

PFChartModel model
グラフデータモデル。


color

PFChartColor color
グラフ色データ。


render

PFPieChartRenderer render
グラフ描画。


chartAreaInsets

java.awt.Insets chartAreaInsets
グラフ領域の境界部分の空白。


pieChartArea

java.awt.Rectangle pieChartArea
円グラフの描画領域。

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFPlotChart extends PFXYChart implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFRadarChart extends PFCategoryChart implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

chartArea

java.awt.Rectangle chartArea
グラフ描画領域。
全体の領域からヘッダ・フッタ・凡例を除いた領域。

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFSpanAxis extends PFAxis implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

axisMax

long axisMax

axisMin

long axisMin

displayLimit

long displayLimit

displayPosition

int displayPosition

displayExponent

int displayExponent

transform

java.awt.geom.AffineTransform transform

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFStackAreaChart extends PFCategoryChart implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFStackBarChart extends PFCategoryChart implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFXYChart extends PFChart implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException
直列化されたフィールド

scrollEventSource

PFScroll2DEventSourceImpl scrollEventSource
スクロールイベントソースの実装


model

PFChartModel model
グラフデータモデル。
サブクラスのコンストラクタでインスタンス生成してください。


constraintsX

PFChartModelConstraints constraintsX
グラフデータ制約。
サブクラスのコンストラクタでインスタンス生成してください。


constraintsY

PFChartModelConstraints constraintsY

color

PFChartColor color
グラフ色データ。
サブクラスのコンストラクタでインスタンス生成してください。


coord

PFXYCoordSystem coord
系列軸描画。
サブクラスのコンストラクタでインスタンス生成してください。


xAxis

PFNumberAxis xAxis
数値軸データ。
サブクラスのコンストラクタでインスタンス生成してください。


yAxis

PFNumberAxis yAxis
数値軸データ。
サブクラスのコンストラクタでインスタンス生成してください。


render

PFXYChartRenderer render
グラフ描画。
サブクラスのコンストラクタでインスタンス生成してください。


xBar

javax.swing.JScrollBar xBar
X軸スクロールバー


yBar

javax.swing.JScrollBar yBar
Y軸スクロールバー


scrollBarVisible

boolean scrollBarVisible
スクロールバーの表示有無


xAxisArea

java.awt.Rectangle xAxisArea
数値軸領域


yAxisArea

java.awt.Rectangle yAxisArea

realChartArea

java.awt.Rectangle realChartArea
グラフ実領域

Class jp.go.aist.dmrc.platform.beans.gui.chart.PFXYCoordSystem extends PFCoordSystem implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

xAxis

PFNumberAxis xAxis
X軸データ


yAxis

PFNumberAxis yAxis
Y軸データ


パッケージ jp.go.aist.dmrc.platform.beans.gui.chart.line

Class jp.go.aist.dmrc.platform.beans.gui.chart.line.PFDashedLineFactory extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.line.PFDottedLineFactory extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.line.PFLineManager extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

lineCollection

java.util.ArrayList<E> lineCollection
線オブジェクトファクトリ・コレクション

Class jp.go.aist.dmrc.platform.beans.gui.chart.line.PFSolidLineFactory extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L


パッケージ jp.go.aist.dmrc.platform.beans.gui.chart.marker

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFAsteriskMarker extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

asterisk

java.awt.geom.GeneralPath asterisk
アスタリスクの描画形状データ


area

java.awt.geom.Rectangle2D area
アスタリスクの領域判定形状データ


x

double x
中心点のX座標値


y

double y
中心点のY座標値


size

int size
点のサイズ

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFAsteriskMarkerFactory extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFCircleMarker extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

drawShape

java.awt.geom.Ellipse2D drawShape
円の形状データ


x

double x
中心点のX座標値


y

double y
中心点のY座標値


size

int size
点のサイズ

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFCircleMarkerFactory extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFCrossMarker extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

cross

java.awt.geom.GeneralPath cross
クロス型の描画形状データ


area

java.awt.geom.GeneralPath area
クロス型の領域判定形状データ


x

double x
中心点のX座標値


y

double y
中心点のY座標値


size

int size
点のサイズ

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFCrossMarkerFactory extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFFilledCircleMarker extends PFCircleMarker implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFFilledCircleMarkerFactory extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFFilledLozengeMarker extends PFLozengeMarker implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFFilledLozengeMarkerFactory extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFFilledRectangleMarker extends PFRectangleMarker implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFFilledRectangleMarkerFactory extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFFilledTriangleMarker extends PFTriangleMarker implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFFilledTriangleMarkerFactory extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFLozengeMarker extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

lozenge

java.awt.geom.GeneralPath lozenge
菱形の形状データ


x

double x
中心点のX座標値


y

double y
中心点のY座標値


size

int size
点のサイズ

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFLozengeMarkerFactory extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFPlotMarkerManager extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

factoryCollection

java.util.ArrayList<E> factoryCollection
マーカーファクトリオブジェクトのコレクション

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFRectangleMarker extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

rectangle

java.awt.geom.Rectangle2D rectangle
四角形の形状データ


x

double x
中心点のX座標値


y

double y
中心点のY座標値


size

int size
点のサイズ

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFRectangleMarkerFactory extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFTriangleMarker extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

triangle

java.awt.geom.GeneralPath triangle
三角形の形状データ


x

double x
中心点のX座標値


y

double y
中心点のY座標値


size

int size
点のサイズ

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFTriangleMarkerFactory extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFXShapedMarker extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

xshaped

java.awt.geom.GeneralPath xshaped
X型の描画形状データ


area

java.awt.geom.Rectangle2D area
X型の領域判定形状データ


x

double x
中心点のX座標値


y

double y
中心点のY座標値


size

int size
点のサイズ

Class jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFXShapedMarkerFactory extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L


パッケージ jp.go.aist.dmrc.platform.beans.gui.chart.model

Class jp.go.aist.dmrc.platform.beans.gui.chart.model.PFBubbleChartModelConstraintsX extends PFXYChartModelConstraintsX implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.model.PFBubbleChartModelConstraintsY extends PFXYChartModelConstraintsY implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.model.PFCandleChartModelConstraints extends PFCategoryChartModelConstraints implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.model.PFCategoryChartModelConstraints extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

model

PFChartModel model
グラフデータ

Class jp.go.aist.dmrc.platform.beans.gui.chart.model.PFChartColor extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

colorMap

java.util.HashMap<K,V> colorMap
色データのハッシュテーブル

Class jp.go.aist.dmrc.platform.beans.gui.chart.model.PFChartModel extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

series

java.lang.String[] series
系列名


item

java.lang.String[] item
項目名


data

java.math.BigDecimal[][] data
データ


flag

boolean flag
null処理判定(false時に処理する)

Class jp.go.aist.dmrc.platform.beans.gui.chart.model.PFHistogramModelConstraintsX extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

model

PFChartModel model
グラフデータ

Class jp.go.aist.dmrc.platform.beans.gui.chart.model.PFHistogramModelConstraintsY extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

model

PFChartModel model
グラフデータ

Class jp.go.aist.dmrc.platform.beans.gui.chart.model.PFOverlayChartModelConstraints extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

constraints

PFChartModelConstraints[] constraints
グラフデータ制約

Class jp.go.aist.dmrc.platform.beans.gui.chart.model.PFStackAreaChartModelConstraints extends PFCategoryChartModelConstraints implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.model.PFStackBarChartModelConstraints extends PFCategoryChartModelConstraints implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.model.PFXYChartModelConstraintsX extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

model

PFChartModel model
グラフデータ

Class jp.go.aist.dmrc.platform.beans.gui.chart.model.PFXYChartModelConstraintsY extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

model

PFChartModel model
グラフデータ


パッケージ jp.go.aist.dmrc.platform.beans.gui.chart.popup

Class jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFAreaChartMenu extends PFCategoryChartMenu implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFBarChartMenu extends PFCategoryChartMenu implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFBubbleChartMenu extends PFXYChartMenu implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFCandleChartMenu extends PFCategoryChartMenu implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFCategoryChartMenu extends PFChartMenu implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFChartMenu extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

parent

PFChart parent
親のコンポーネント。

Class jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFHistogramMenu extends PFChartMenu implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFLineChartMenu extends PFCategoryChartMenu implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFOverlayCategoryChartMenu extends PFChartMenu implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFParetoChartMenu extends PFCategoryChartMenu implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFPieChartMenu extends PFChartMenu implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFPlotChartMenu extends PFXYChartMenu implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFRadarChartMenu extends PFCategoryChartMenu implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFStackAreaChartMenu extends PFCategoryChartMenu implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFStackBarChartMenu extends PFCategoryChartMenu implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFXYChartMenu extends PFChartMenu implements Serializable

serialVersionUID: 20030531000000L


パッケージ jp.go.aist.dmrc.platform.beans.gui.chart.render

Class jp.go.aist.dmrc.platform.beans.gui.chart.render.PFAbstractRenderer extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

bounds

java.awt.Rectangle bounds
描画領域の境界。


insets

java.awt.Insets insets
インセット


font

java.awt.Font font
フォント


foreground

java.awt.Color foreground
前景色


background

java.awt.Color background
背景色

Class jp.go.aist.dmrc.platform.beans.gui.chart.render.PFAreaChartRenderer extends PFCategoryChartRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

targetData

long targetData

targetSeries

int targetSeries

targetItem

int targetItem

Class jp.go.aist.dmrc.platform.beans.gui.chart.render.PFBarChartRenderer extends PFCategoryChartRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

targetSeries

int targetSeries

targetItem

int targetItem

barRatio

int barRatio

Class jp.go.aist.dmrc.platform.beans.gui.chart.render.PFBubbleChartRenderer extends PFXYChartRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

targetSeries

int targetSeries

targetItem

int targetItem

filledMap

java.util.HashMap<K,V> filledMap

negativeColorMap

java.util.HashMap<K,V> negativeColorMap

radiusMagnification

int radiusMagnification

dataXYVisible

boolean dataXYVisible

radiusVisible

boolean radiusVisible

Class jp.go.aist.dmrc.platform.beans.gui.chart.render.PFCandleChartRenderer extends PFCategoryChartRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

targetSeries

int targetSeries
選択されている系列のインデックス


targetItem

int targetItem
選択されている項目のインデックス


candleWidthRatio

int candleWidthRatio
ろうそくの太さの割合


wickWidthRatio

int wickWidthRatio
ろうそくの芯の太さの割合


upwardColor

java.util.HashMap<K,V> upwardColor
上昇色


downwardColor

java.util.HashMap<K,V> downwardColor
下降色

Class jp.go.aist.dmrc.platform.beans.gui.chart.render.PFCategoryChartRenderer extends PFChartRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

coord

PFCategoryCoordSystem coord
座標軸


axis

int axis
第一軸・第二軸


changeEnabled

boolean changeEnabled
グラフ上から値操作が可能かどうか


changeUnit

long changeUnit
グラフ要素を動かすときの変更単位値

Class jp.go.aist.dmrc.platform.beans.gui.chart.render.PFChartRenderer extends PFAbstractRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

model

PFChartModel model
グラフのデータモデル。


color

PFChartColor color
グラフの色データ。


labelVisible

boolean labelVisible
グラフ要素の値の表示有無。

Class jp.go.aist.dmrc.platform.beans.gui.chart.render.PFHistogramRenderer extends PFChartRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

coordsystem

PFHistogramCoordSystem coordsystem

targetSeries

int targetSeries

targetItem

int targetItem

freqTableHash

java.util.HashMap<K,V> freqTableHash

freqColorHash

java.util.HashMap<K,V> freqColorHash

Class jp.go.aist.dmrc.platform.beans.gui.chart.render.PFLineChartRenderer extends PFCategoryChartRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

targetSeries

int targetSeries
選択されている系列のインデックス


targetItem

int targetItem
選択されている項目のインデックス


emphasisMarker

java.lang.String emphasisMarker
強調時の点の形状名


emphasisSize

int emphasisSize
強調時の点のサイズ(増分)


emphasisColor

java.awt.Color emphasisColor
強調時の点の色


markerMap

java.util.HashMap<K,V> markerMap
点の形状


markerSizeMap

java.util.HashMap<K,V> markerSizeMap
点のサイズ


markerVisibleMap

java.util.HashMap<K,V> markerVisibleMap
点の表示有無


lineMap

java.util.HashMap<K,V> lineMap
線の形状


lineWidthMap

java.util.HashMap<K,V> lineWidthMap
線の太さ


lineVisibleMap

java.util.HashMap<K,V> lineVisibleMap
線の表示有無


nullLine

boolean nullLine

log

boolean log

Class jp.go.aist.dmrc.platform.beans.gui.chart.render.PFParetoChartRenderer extends PFCategoryChartRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

targetSeries

int targetSeries

targetItem

int targetItem

barRatio

int barRatio

targetSeriesLine

int targetSeriesLine
選択されている系列のインデックス


targetItemLine

int targetItemLine
選択されている項目のインデックス


emphasisMarker

java.lang.String emphasisMarker
強調時の点の形状名


emphasisSize

int emphasisSize
強調時の点のサイズ(増分)


emphasisColor

java.awt.Color emphasisColor
強調時の点の色


markerMap

java.util.HashMap<K,V> markerMap
点の形状


markerSizeMap

java.util.HashMap<K,V> markerSizeMap
点のサイズ


markerVisibleMap

java.util.HashMap<K,V> markerVisibleMap
点の表示有無


lineMap

java.util.HashMap<K,V> lineMap
線の形状


lineWidthMap

java.util.HashMap<K,V> lineWidthMap
線の太さ


lineVisibleMap

java.util.HashMap<K,V> lineVisibleMap
線の表示有無


lineColor

java.awt.Color lineColor
線の色


nullLine

boolean nullLine

paintingSeries

int paintingSeries
描画対象系列

Class jp.go.aist.dmrc.platform.beans.gui.chart.render.PFPieChartRenderer extends PFChartRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

targetSeries

int targetSeries
選択対象の系列


targetItem

int targetItem
選択対象の項目


displayExponent

int displayExponent
表示桁位置


radius

int radius
円の半径(ピクセル)。
円がグラフ描画領域に収まるように設定すること。


valueVisible

boolean valueVisible
値の表示有無。
デフォルトはtrue


displayMethod

int displayMethod
値の表示方法。
デフォルトは実数


percentageVisible

boolean percentageVisible
パーセントの表示有無。
デフォルトはtrue


decimalPlaceOfPercentage

int decimalPlaceOfPercentage
パーセントで表示するときの小数点以下の桁数。
0以上でなければならない。デフォルトは0


seriesVisible

boolean seriesVisible
系列名の表示有無。
デフォルトはtrue


dataLabelPosition

int dataLabelPosition
値・パーセントの表示位置。
デフォルトは自動


totalVisible

boolean totalVisible
合計値の表示有無。
デフォルトはtrue


angleOfBaseLine

int angleOfBaseLine
基線の位置(度)。
0〜360でなければならない。 デフォルトは90(アナログ時計の12時の位置)

Class jp.go.aist.dmrc.platform.beans.gui.chart.render.PFPlotChartRenderer extends PFXYChartRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
デシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
シリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

targetSeries

int targetSeries

targetItem

int targetItem

markerSizeMap

java.util.HashMap<K,V> markerSizeMap

lineMap

java.util.HashMap<K,V> lineMap

lineWidthMap

java.util.HashMap<K,V> lineWidthMap

lineVisibleMap

java.util.HashMap<K,V> lineVisibleMap

emphasisMarkerSize

int emphasisMarkerSize

emphasisColor

java.awt.Color emphasisColor

markerMap

java.util.HashMap<K,V> markerMap

emphasisMarker

java.lang.String emphasisMarker

xlog

boolean xlog

ylog

boolean ylog

markerVisibleMap

java.util.HashMap<K,V> markerVisibleMap
点の表示有無


trendMap

java.util.HashMap<K,V> trendMap

trendMathematicLine

java.util.HashMap<K,V> trendMathematicLine

plottingFunctionLineColor

java.awt.Color plottingFunctionLineColor

Class jp.go.aist.dmrc.platform.beans.gui.chart.render.PFRadarChartRenderer extends PFCategoryChartRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

targetSeries

int targetSeries
選択されている系列のインデックス


targetItem

int targetItem
選択されている項目のインデックス


emphasisMarker

java.lang.String emphasisMarker
強調時の点の形状名


emphasisSize

int emphasisSize
強調時の点のサイズ(増分)


emphasisColor

java.awt.Color emphasisColor
強調時の点の色


markerMap

java.util.HashMap<K,V> markerMap
点の形状


markerSizeMap

java.util.HashMap<K,V> markerSizeMap
点のサイズ


markerVisibleMap

java.util.HashMap<K,V> markerVisibleMap
点の表示有無


lineMap

java.util.HashMap<K,V> lineMap
線の形状


lineWidthMap

java.util.HashMap<K,V> lineWidthMap
線の太さ


lineVisibleMap

java.util.HashMap<K,V> lineVisibleMap
線の表示有無


nullLine

boolean nullLine

delta_theta

double delta_theta

Class jp.go.aist.dmrc.platform.beans.gui.chart.render.PFStackAreaChartRenderer extends PFCategoryChartRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

targetData

long targetData
選択されているデータの値


targetBase

long targetBase

targetSeries

int targetSeries
選択されている系列のインデックス


targetItem

int targetItem
選択されている項目のインデックス

Class jp.go.aist.dmrc.platform.beans.gui.chart.render.PFStackBarChartRenderer extends PFCategoryChartRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

targetSeries

int targetSeries
選択されている系列のインデックス


targetItem

int targetItem
選択されている項目のインデックス


barRatio

int barRatio
一項目分の描画領域に対する、棒の描画領域の割合

Class jp.go.aist.dmrc.platform.beans.gui.chart.render.PFTitleRenderer extends PFAbstractRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

multiLocaleTitle

PFMultiLocaleString multiLocaleTitle
タイトル


titleVisible

boolean titleVisible
タイトルを表示するかどうか

Class jp.go.aist.dmrc.platform.beans.gui.chart.render.PFXYChartRenderer extends PFChartRenderer implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

coord

PFXYCoordSystem coord
座標描画


changeEnabled

boolean changeEnabled
グラフ上から値操作が可能かどうか


xChangeUnit

long xChangeUnit
グラフ要素をX軸方向へ動かすときの変更単位値


yChangeUnit

long yChangeUnit
グラフ要素をY軸方向へ動かすときの変更単位値


パッケージ jp.go.aist.dmrc.platform.beans.gui.chooser

Class jp.go.aist.dmrc.platform.beans.gui.chooser.PFColorChooser extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装

Class jp.go.aist.dmrc.platform.beans.gui.chooser.PFDateTimeChooser extends java.lang.Object implements Serializable

serialVersionUID: 20050912000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

シリアルデータ:
DelayTIme
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource

timeInvisible

boolean timeInvisible

dateInvisible

boolean dateInvisible

holidayFlag

boolean[] holidayFlag

holidayList

PFObjectList holidayList

workdayList

PFObjectList workdayList

holidayDisabled

boolean holidayDisabled

Class jp.go.aist.dmrc.platform.beans.gui.chooser.PFDateTimeChooserPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 20050912000000L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
コンポーネントのシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.gui.chooser.PFFileChooser extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


fileFilterList

java.util.ArrayList<E> fileFilterList
ファイルフィルタリスト


currentFilter

PFFileFilter currentFilter
カレントフィルタ


fileSelectionMode

int fileSelectionMode
選択モード


multiSelectionEnabled

boolean multiSelectionEnabled
複数選択有無


fileHidingEnabled

boolean fileHidingEnabled
隠しファイルの表示有無


previewVisible

boolean previewVisible
プレビューの表示有無

Class jp.go.aist.dmrc.platform.beans.gui.chooser.PFFileFilter extends javax.swing.filechooser.FileFilter implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

extensions

java.lang.String[] extensions
拡張子リスト


description

java.lang.String description
フィルタの説明

Class jp.go.aist.dmrc.platform.beans.gui.chooser.PFFileFilterIgnoreCase extends javax.swing.filechooser.FileFilter implements Serializable

serialVersionUID: -3274422078178617767L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

extensions

java.lang.String[] extensions
拡張子リスト


description

java.lang.String description
フィルタの説明

Class jp.go.aist.dmrc.platform.beans.gui.chooser.PFFontChooser extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装

Class jp.go.aist.dmrc.platform.beans.gui.chooser.PFIconChooser extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


パッケージ jp.go.aist.dmrc.platform.beans.gui.container

Class jp.go.aist.dmrc.platform.beans.gui.container.PFBorderFactory extends java.lang.Object implements Serializable

serialVersionUID: -8950116459200128095L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー
コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否

Class jp.go.aist.dmrc.platform.beans.gui.container.PFCheckBoxMenuItem extends javax.swing.JCheckBoxMenuItem implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装


multiLocaleText

PFMultiLocaleString multiLocaleText
ラベル


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
ツールチップテキスト

Class jp.go.aist.dmrc.platform.beans.gui.container.PFDialog extends javax.swing.JPanel implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


actionEventSource

PFActionEventSourceImpl actionEventSource
アクションイベントソースの実装


mouseButtonEventSource

PFMouseButtonEventSourceImpl mouseButtonEventSource
マウスボタンイベントソースの実装


mouseMotionEventSource

PFMouseMotionEventSourceImpl mouseMotionEventSource
マウスモーションイベントソースの実装


keyEventSource

PFKeyEventSourceImpl keyEventSource
キーイベントソースの実装


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
ツールチップテキスト


layout

int layout
レイアウトモード


menuBar

javax.swing.JMenuBar menuBar
メニューバー


title

PFMultiLocaleString title
タイトル


modal

boolean modal
モーダル/モードレス


resizable

boolean resizable
サイズ変更可否


toolBarNorth

PFObjectList toolBarNorth
ツールバー(上)


toolBarSouth

PFObjectList toolBarSouth
ツールバー(下)


toolBarEast

PFObjectList toolBarEast
ツールバー(右)


toolBarWest

PFObjectList toolBarWest
ツールバー(左)


toolBarOthers

PFObjectList toolBarOthers
ツールバー(フローティング)


containerOrder

boolean containerOrder
フォーカス移動順序がコンテナへの追加順序かどうかの真偽値


traverseByEnter

boolean traverseByEnter
Enterキーによるフォーカス移動が有効かどうかの真偽値


gridInterval

int gridInterval
画面編集画面グリッド間隔


closeButtonDisabled

boolean closeButtonDisabled
クローズボタン無効化フラグ


icon

javax.swing.ImageIcon icon
アイコン

Class jp.go.aist.dmrc.platform.beans.gui.container.PFDropTargetPanel extends PFPanel implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

dataDropEventSource

PFDataDropEventSourceImpl dataDropEventSource

Class jp.go.aist.dmrc.platform.beans.gui.container.PFFrame extends javax.swing.JPanel implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


actionEventSource

PFActionEventSourceImpl actionEventSource
アクションイベントソースの実装


mouseButtonEventSource

PFMouseButtonEventSourceImpl mouseButtonEventSource
マウスボタンイベントソースの実装


mouseMotionEventSource

PFMouseMotionEventSourceImpl mouseMotionEventSource
マウスモーションイベントソースの実装


keyEventSource

PFKeyEventSourceImpl keyEventSource
キーイベントソースの実装


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
ツールチップテキスト


layout

int layout
レイアウトモード


menuBar

javax.swing.JMenuBar menuBar
メニューバー


title

PFMultiLocaleString title
タイトル


resizable

boolean resizable
サイズ変更可否


icon

javax.swing.ImageIcon icon
アイコン


toolBarNorth

PFObjectList toolBarNorth
ツールバー(上)


toolBarSouth

PFObjectList toolBarSouth
ツールバー(下)


toolBarEast

PFObjectList toolBarEast
ツールバー(右)


toolBarWest

PFObjectList toolBarWest
ツールバー(左)


toolBarOthers

PFObjectList toolBarOthers
ツールバー(フローティング)


location

java.awt.Point location
フレームの位置


extendedState

int extendedState
フレームの状態


showConfirmFlg

boolean showConfirmFlg
鈴木 追加機能 20050328 終了時ダイアログ表示有無判定フラグ


containerOrder

boolean containerOrder
フォーカス移動順序がコンテナへの追加順序かどうかの真偽値


traverseByEnter

boolean traverseByEnter
Enterキーによるフォーカス移動が有効かどうかの真偽値


gridInterval

int gridInterval
画面編集画面グリッド間隔


closeButtonDisabled

boolean closeButtonDisabled
クローズボタン無効化フラグ

Class jp.go.aist.dmrc.platform.beans.gui.container.PFGridLayoutAccessor extends java.lang.Object implements Serializable

serialVersionUID: -6215933051250231565L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー
コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否

Class jp.go.aist.dmrc.platform.beans.gui.container.PFMenu extends javax.swing.JMenu implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


multiLocaleText

PFMultiLocaleString multiLocaleText
ラベル


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
ツールチップテキスト

Class jp.go.aist.dmrc.platform.beans.gui.container.PFMenuItem extends javax.swing.JMenuItem implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


actionEventSource

PFActionEventSourceImpl actionEventSource
アクションイベントソースの実装


multiLocaleText

PFMultiLocaleString multiLocaleText
ラベル


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
ツールチップテキスト

Class jp.go.aist.dmrc.platform.beans.gui.container.PFPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


mouseButtonEventSource

PFMouseButtonEventSourceImpl mouseButtonEventSource
マウスボタンイベントソースの実装


mouseMotionEventSource

PFMouseMotionEventSourceImpl mouseMotionEventSource
マウスモーションイベントソースの実装


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
ツールチップテキスト


layout

int layout
レイアウトモード


borderTitle

PFMultiLocaleString borderTitle
ボーダーのタイトル


borderTitleVisible

boolean borderTitleVisible
ボーダーのタイトルの表示フラグ


containerOrder

boolean containerOrder
フォーカス移動順序がコンテナへの追加順序かどうかの真偽値


traverseByEnter

boolean traverseByEnter
Enterキーによるフォーカス移動が有効かどうかの真偽値


gridInterval

int gridInterval
画面編集画面グリッド間隔

Class jp.go.aist.dmrc.platform.beans.gui.container.PFPopupMenu extends javax.swing.JPopupMenu implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


multiLocaleText

PFMultiLocaleString multiLocaleText
ラベル


editableFlag

boolean editableFlag
編集可否フラグ

Class jp.go.aist.dmrc.platform.beans.gui.container.PFScrollPane extends javax.swing.JPanel implements Serializable

serialVersionUID: -3858928335324137807L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag

scroll2DEventSource

PFScroll2DEventSourceImpl scroll2DEventSource

scrollPane

javax.swing.JScrollPane scrollPane

label

jp.go.aist.dmrc.platform.beans.gui.container.PFScrollPane.InnerPanel label

dragEnabled

boolean dragEnabled

layout

int layout

containerOrder

boolean containerOrder
フォーカス移動順序がコンテナへの追加順序かどうかの真偽値


traverseByEnter

boolean traverseByEnter
Enterキーによるフォーカス移動が有効かどうかの真偽値


gridInterval

int gridInterval
画面編集画面グリッド間隔

Class jp.go.aist.dmrc.platform.beans.gui.container.PFSeparator extends javax.swing.JSeparator implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ

Class jp.go.aist.dmrc.platform.beans.gui.container.PFSplitPane extends javax.swing.JPanel implements Serializable

serialVersionUID: -3858928335324137807L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag

scroll2DEventSource

PFScroll2DEventSourceImpl scroll2DEventSource

splitPane

javax.swing.JSplitPane splitPane

layout

int layout

first

javax.swing.JLabel first

second

javax.swing.JLabel second

num_PFComponent

int num_PFComponent

containerOrder

boolean containerOrder
フォーカス移動順序がコンテナへの追加順序かどうかの真偽値


traverseByEnter

boolean traverseByEnter
Enterキーによるフォーカス移動が有効かどうかの真偽値


gridInterval

int gridInterval
画面編集画面グリッド間隔


resizeWeight

double resizeWeight

Class jp.go.aist.dmrc.platform.beans.gui.container.PFTabbedPane extends javax.swing.JPanel implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


editableFlag

boolean editableFlag
編集可否フラグ


tab

javax.swing.JTabbedPane tab
タブドペイン


isFirst

boolean isFirst
タブが一枚目かどうか(チェンジリスナーを追加したかどうか)


containerOrder

boolean containerOrder
フォーカス移動順序がコンテナへの追加順序かどうかの真偽値


traverseByEnter

boolean traverseByEnter
Enterキーによるフォーカス移動が有効かどうかの真偽値

Class jp.go.aist.dmrc.platform.beans.gui.container.PFToolBar extends javax.swing.JToolBar implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


multiLocaleName

PFMultiLocaleString multiLocaleName
名前


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
ツールチップテキスト


layout

jp.go.aist.dmrc.platform.beans.gui.container.PFToolBarLayout layout
ツールバーレイアウト


containerOrder

boolean containerOrder
フォーカス移動順序がコンテナへの追加順序かどうかの真偽値


traverseByEnter

boolean traverseByEnter
Enterキーによるフォーカス移動が有効かどうかの真偽値


gridInterval

int gridInterval
画面編集画面グリッド間隔(ツールバーでは無意味)

Class jp.go.aist.dmrc.platform.beans.gui.container.PFToolBarSeparator extends javax.swing.JToolBar.Separator implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
メソッド起動オブジェクトのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
メソッド起動オブジェクトのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


パッケージ jp.go.aist.dmrc.platform.beans.gui.event

Class jp.go.aist.dmrc.platform.beans.gui.event.PFInputEventFilter extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


eventMaskList

java.util.Vector<E> eventMaskList
イベントフィルタのリスト

Class jp.go.aist.dmrc.platform.beans.gui.event.PFKeyEventFilter extends PFInputEventFilter implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

keyEventSource

PFKeyEventSourceImpl keyEventSource
キーイベントソースの実装

Class jp.go.aist.dmrc.platform.beans.gui.event.PFKeyEventHandler extends java.lang.Object implements Serializable

serialVersionUID: -5179704011904360699L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


actionEventSource

PFActionEventSourceImpl actionEventSource
アクションイベントソースの実装

Class jp.go.aist.dmrc.platform.beans.gui.event.PFMouseButtonEventFilter extends PFInputEventFilter implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

mouseButtonEventSource

PFMouseButtonEventSourceImpl mouseButtonEventSource
マウスボタンイベントソースの実装


パッケージ jp.go.aist.dmrc.platform.beans.gui.table

Class jp.go.aist.dmrc.platform.beans.gui.table.PFTable extends javax.swing.JPanel implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


scroll2DEventSource

PFScroll2DEventSourceImpl scroll2DEventSource
縦横スクロールイベントソースの実装


processRequestEventSource

PFProcessRequestEventSourceImpl processRequestEventSource
処理要求イベントソースの実装


mouseButtonEventSource

PFMouseButtonEventSourceImpl mouseButtonEventSource
マウスボタンイベントソースの実装


multiLocaleToolTipText

PFMultiLocaleString multiLocaleToolTipText
ツールチップテキスト


table

jp.go.aist.dmrc.platform.beans.gui.table.PFTableView table
テーブルビュー


scrollPane

javax.swing.JScrollPane scrollPane
スクロールパネル


tableModel

jp.go.aist.dmrc.platform.beans.gui.table.PFTableModel tableModel
テーブルモデル


tableColumnModel

jp.go.aist.dmrc.platform.beans.gui.table.PFTableColumnModel tableColumnModel
テーブルカラムモデル


rowHeader

jp.go.aist.dmrc.platform.beans.gui.table.PFTableRowHeader rowHeader
行ヘッダ


rowHeaderModel

jp.go.aist.dmrc.platform.beans.gui.table.PFTableRowHeaderModel rowHeaderModel
行ヘッダモデル


containSourceData

boolean containSourceData
イベント内包データにソースデータを格納するかどうか


checkTypeStrictly

boolean checkTypeStrictly
データ設定時に型チェックを厳密に行なうかどうか


columnHeaderHeightManualAdjusted

boolean columnHeaderHeightManualAdjusted
列ヘッダ高さの自動調整機能を無効にするかどうか


パッケージ jp.go.aist.dmrc.platform.beans.gui.text

Class jp.go.aist.dmrc.platform.beans.gui.text.PFDateField extends javax.swing.JFormattedTextField implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
コンポーネントのシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.gui.text.PFDecimalFormat extends java.text.DecimalFormat implements Serializable

serialVersionUID: 20101228000000L

直列化されたフィールド

roundingMode

int roundingMode
丸めモード

Class jp.go.aist.dmrc.platform.beans.gui.text.PFHTMLPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
コンポーネントのシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.gui.text.PFMaskField extends javax.swing.JFormattedTextField implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
コンポーネントのシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.gui.text.PFNumberField extends javax.swing.JFormattedTextField implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
コンポーネントのシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.gui.text.PFNumberFormatter extends javax.swing.text.NumberFormatter implements Serializable

serialVersionUID: 20101208000000L

Class jp.go.aist.dmrc.platform.beans.gui.text.PFPasswordField extends javax.swing.JPasswordField implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
コンポーネントのシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.gui.text.PFSpinner extends javax.swing.JSpinner implements Serializable

serialVersionUID: 20050912000000L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
コンポーネントのシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.gui.text.PFTextArea extends javax.swing.JPanel implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
コンポーネントのシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.gui.text.PFTextField extends javax.swing.JTextField implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
コンポーネントのシリアライズ。
外部からこのメソッドを呼び出さないでください。

例外:
java.io.IOException - I/Oエラー

パッケージ jp.go.aist.dmrc.platform.beans.gui.tree

Class jp.go.aist.dmrc.platform.beans.gui.tree.PFTree extends javax.swing.JPanel implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


editableFlag

boolean editableFlag
編集可否フラグ


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


mouseButtonEventSource

PFMouseButtonEventSourceImpl mouseButtonEventSource
マウスボタンイベントソースの実装


keyEventSource

PFKeyEventSourceImpl keyEventSource
キーイベントソースの実装


processRequestEventSource

PFProcessRequestEventSourceImpl processRequestEventSource
処理要求イベントソースの実装


toolTipText

PFMultiLocaleString toolTipText
ツールチップ


scrollPane

javax.swing.JScrollPane scrollPane
スクロールパネル


tree

jp.go.aist.dmrc.platform.beans.gui.tree.PFTreeView tree
ツリー


treeModel

javax.swing.tree.DefaultTreeModel treeModel
ツリーモデル


renderer

jp.go.aist.dmrc.platform.beans.gui.tree.PFTreeCellRenderer renderer
ツリーセルレンダラー


dragSource

PFDragSourceImpl dragSource

dropTarget

PFDropTargetImpl dropTarget

dataDropEventSource

PFDataDropEventSourceImpl dataDropEventSource

Class jp.go.aist.dmrc.platform.beans.gui.tree.PFTreeUserObject extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

text

PFMultiLocaleString text
ノード名


openIcon

javax.swing.Icon openIcon
オープンアイコン


closedIcon

javax.swing.Icon closedIcon
クローズアイコン


leafIcon

javax.swing.Icon leafIcon
リーフアイコン


font

java.awt.Font font
フォント


foreground

java.awt.Color foreground
前景色


background

java.awt.Color background
背景色


nodeID

int nodeID
ノードID


パッケージ jp.go.aist.dmrc.platform.beans.io

Class jp.go.aist.dmrc.platform.beans.io.PFCSVReader extends PFReader implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

headerEnabled

boolean headerEnabled
一行目をヘッダとして読み込むかどうか

Class jp.go.aist.dmrc.platform.beans.io.PFCSVWriter extends PFWriter implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

headerEnabled

boolean headerEnabled
一行目にヘッダを書き込むかどうか

Class jp.go.aist.dmrc.platform.beans.io.PFFile extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない
直列化されたフィールド

bufferSize

int bufferSize
コピーの際のバッファ


topNodeName

java.lang.String topNodeName
tree作成の際のルートノード名称


componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー
コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否

Class jp.go.aist.dmrc.platform.beans.io.PFImageFileReader extends PFReader implements Serializable

serialVersionUID: -7904671086028341321L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.io.PFImageFileWriter extends PFWriter implements Serializable

serialVersionUID: -4084168874888003230L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.io.PFNetworkClient extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName

allowRemoteInvocation

boolean allowRemoteInvocation

allowPullTransfer

boolean allowPullTransfer

allowPushTransfer

boolean allowPushTransfer

processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource

processRequestEventSource

PFProcessRequestEventSourceImpl processRequestEventSource

timeout

int timeout

Class jp.go.aist.dmrc.platform.beans.io.PFProperties extends java.lang.Object implements Serializable

serialVersionUID: 6363995209325022490L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否

Class jp.go.aist.dmrc.platform.beans.io.PFReader extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


exceptionIgnoring

boolean exceptionIgnoring
Exceptionを無視するか否か

Class jp.go.aist.dmrc.platform.beans.io.PFSerialPortConnector extends java.lang.Object implements Serializable

serialVersionUID: 20070118000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException,
                        PFException,
                        gnu.io.NoSuchPortException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない
PFException
gnu.io.NoSuchPortException - ポートが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException,
                         PFException,
                         gnu.io.NoSuchPortException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
PFException
gnu.io.NoSuchPortException - ポートが見つからない
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


BaudRate

int BaudRate
通信速度


StopBits

int StopBits
ストップビット


DataBits

int DataBits
データ長


Parity

int Parity
パリティ


TimeOut

int TimeOut
ポートのタイムアウト


InBufferSize

int InBufferSize
受信バッファサイズ


OutBufferSize

int OutBufferSize
送信バッファサイズ


encodingCharset

java.lang.String encodingCharset
文字コード


flowControlMode

int flowControlMode
フロー制御モード


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource
処理完了イベントソースの実装


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否

Class jp.go.aist.dmrc.platform.beans.io.PFStandardErrorOutput extends java.lang.Object implements Serializable

serialVersionUID: -8280896883543325041L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

シリアルデータ:
DelayTIme
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否

Class jp.go.aist.dmrc.platform.beans.io.PFStandardInput extends java.lang.Object implements Serializable

serialVersionUID: -2517253731336239951L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

シリアルデータ:
DelayTIme
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource

Class jp.go.aist.dmrc.platform.beans.io.PFStandardOutput extends java.lang.Object implements Serializable

serialVersionUID: 2518363625766372330L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

シリアルデータ:
DelayTIme
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否

Class jp.go.aist.dmrc.platform.beans.io.PFTextFileReader extends PFReader implements Serializable

serialVersionUID: -5765615027655170923L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

シリアルデータ:
DelayTIme
例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.io.PFTextFileWriter extends PFWriter implements Serializable

serialVersionUID: 3450842634508955905L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

シリアルデータ:
DelayTIme
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

append

boolean append

Class jp.go.aist.dmrc.platform.beans.io.PFWriter extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


exceptionIgnoring

boolean exceptionIgnoring
Exceptionを無視するか否か


パッケージ jp.go.aist.dmrc.platform.beans.io.protocol

Class jp.go.aist.dmrc.platform.beans.io.protocol.PFWebdavClient extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
例外:
java.io.IOException
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName

allowRemoteInvocation

boolean allowRemoteInvocation

allowPullTransfer

boolean allowPullTransfer

allowPushTransfer

boolean allowPushTransfer

lockDefaultTimeout

int lockDefaultTimeout

rootNodeName

java.lang.String rootNodeName

パッケージ jp.go.aist.dmrc.platform.beans.mail

Class jp.go.aist.dmrc.platform.beans.mail.PFMailInformationVariable extends PFVariable implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否

Class jp.go.aist.dmrc.platform.beans.mail.PFPOP3MailReceiver extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource
処理完了イベントソースの実装


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


serverAddress

java.lang.String serverAddress
POP3サーバアドレス。 IPアドレス/ホスト名(FQDN)。


serverPort

java.lang.String serverPort
POP3サーバのポート番号。


sslTlsEnabled

boolean sslTlsEnabled
SSL/TLS使用有無。


startTlsEnabled

boolean startTlsEnabled
STARTTLS使用有無。


startTlsRequired

boolean startTlsRequired
STARTTLS強制有無。


authMethod

int authMethod
認証方法。


authId

java.lang.String authId
認証情報(ユーザID)。


authPassword

java.lang.String authPassword
認証情報(パスワード)。

Class jp.go.aist.dmrc.platform.beans.mail.PFSimpleMailSender extends java.lang.Object implements Serializable

serialVersionUID: 1021182965200797383L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

シリアルデータ:
DelayTIme
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource

smtpHost

java.lang.String smtpHost

from

java.lang.String from

defaultSMTPPortNumber

int defaultSMTPPortNumber

defaultPOPPortNumber

int defaultPOPPortNumber

Class jp.go.aist.dmrc.platform.beans.mail.PFSMTPMailSender extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource
処理完了イベントソースの実装


serverAddress

java.lang.String serverAddress
SMTPサーバアドレス。 IPアドレス/ホスト名(FQDN)


serverPort

java.lang.String serverPort
SMTPサーバのポート番号。


sslTlsEnabled

boolean sslTlsEnabled
SSL/TLS使用有無。


startTlsEnabled

boolean startTlsEnabled
STARTTLS使用有無。


startTlsRequired

boolean startTlsRequired
STARTTLS強制有無


authMethod

int authMethod
認証方法。


authId

java.lang.String authId
認証情報(ユーザID)。


authPassword

java.lang.String authPassword
認証情報(パスワード)。


smtpAuthMechanism

java.lang.String smtpAuthMechanism
認証機構。


fromAddress

java.lang.String fromAddress
送信元情報。


パッケージ jp.go.aist.dmrc.platform.beans.media

Class jp.go.aist.dmrc.platform.beans.media.PFSoundDecoder extends java.lang.Object implements Serializable

serialVersionUID: 1701685458509596904L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否

Class jp.go.aist.dmrc.platform.beans.media.PFSoundEncoder extends java.lang.Object implements Serializable

serialVersionUID: -4706628177510697026L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


encodeString

java.lang.String encodeString
エンコード情報


sampleRate

float sampleRate

sampleSizeInBits

int sampleSizeInBits

channels

int channels

frameSize

int frameSize

frameRate

float frameRate

bigEndian

boolean bigEndian

Class jp.go.aist.dmrc.platform.beans.media.PFSoundPlayer extends java.lang.Object implements Serializable

serialVersionUID: 1021182965200797383L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

シリアルデータ:
DelayTIme
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否

Class jp.go.aist.dmrc.platform.beans.media.PFSoundRecorder extends java.lang.Object implements Serializable

serialVersionUID: -8278941960709489210L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


encodeString

java.lang.String encodeString
エンコード情報


sampleRate

float sampleRate

sampleSizeInBits

int sampleSizeInBits

channels

int channels

frameSize

int frameSize

frameRate

float frameRate

bigEndian

boolean bigEndian

パッケージ jp.go.aist.dmrc.platform.beans.poi

Class jp.go.aist.dmrc.platform.beans.poi.PFExcelFileAccessor extends java.lang.Object implements Serializable

serialVersionUID: 2389356217668793484L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


パッケージ jp.go.aist.dmrc.platform.beans.solver

Class jp.go.aist.dmrc.platform.beans.solver.PFLeastSquareSolver extends java.lang.Object implements Serializable

serialVersionUID: 1021182965200797383L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

シリアルデータ:
DelayTIme
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName

allowRemoteInvocation

boolean allowRemoteInvocation

allowPullTransfer

boolean allowPullTransfer

allowPushTransfer

boolean allowPushTransfer

Class jp.go.aist.dmrc.platform.beans.solver.PFLPSolver extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource
処理完了イベントソースの実装


strObjFn

java.lang.String strObjFn
目的関数文字列


isMaxim

boolean isMaxim
最大化フラグ


variableList

PFObjectList variableList
変数リスト


objFnConst

java.math.BigDecimal objFnConst
目的関数の定数項


constraintList

PFObjectList constraintList
制約条件リスト


solution

double solution


variableValueList

PFLabeledObjectList variableValueList
変数値リスト


calculator

PFMathCalculator calculator
関数電卓


パッケージ jp.go.aist.dmrc.platform.beans.sql

Class jp.go.aist.dmrc.platform.beans.sql.PFDatabaseAccessor extends java.lang.Object implements Serializable

serialVersionUID: 4628327988598683117L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

enumBooleanMapping

boolean enumBooleanMapping
enum->boolean変換を行うかどうか


componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource
処理完了イベントソースの実装


パッケージ jp.go.aist.dmrc.platform.beans.system

Class jp.go.aist.dmrc.platform.beans.system.PFDynamicApplicationBuilder extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


repaintFlag

boolean repaintFlag
アプリケーションビルダ画面再描画フラグ

Class jp.go.aist.dmrc.platform.beans.system.PFExternalProgramIF extends java.lang.Object implements Serializable

serialVersionUID: 9220020223101155119L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
デシリアライズ

シリアルデータ:
DefaultSerialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
シリアライズ

シリアルデータ:
DefaultSerialize
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource
処理完了イベントソースの実装


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装

Class jp.go.aist.dmrc.platform.beans.system.PFSystemInformation extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


パッケージ jp.go.aist.dmrc.platform.beans.system.performance

Class jp.go.aist.dmrc.platform.beans.system.performance.PFBenchmarkTester extends java.lang.Object implements Serializable

serialVersionUID: -6787746898553357595L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

シリアルデータ:
DelayTIme
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否

Class jp.go.aist.dmrc.platform.beans.system.performance.PFMemoryChecker extends java.lang.Object implements Serializable

serialVersionUID: -1756193908937788873L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

シリアルデータ:
DelayTIme
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


actionEventSource

PFActionEventSourceImpl actionEventSource

Class jp.go.aist.dmrc.platform.beans.system.performance.PFProfileAnalyzer extends java.lang.Object implements Serializable

serialVersionUID: 1021182965200797383L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

シリアルデータ:
DelayTIme
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource

Class jp.go.aist.dmrc.platform.beans.system.performance.PFTimeEvaluator extends java.lang.Object implements Serializable

serialVersionUID: 6267680215664644509L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

シリアルデータ:
DelayTIme
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


パッケージ jp.go.aist.dmrc.platform.beans.system.print

Class jp.go.aist.dmrc.platform.beans.system.print.PFPaper extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

シリアルデータ:
Default Deserialize
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

シリアルデータ:
DelayTIme
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


elementList

java.util.Vector<E> elementList
帳票要素リスト


paperSize

int paperSize
用紙サイズ


paperSizeAttribute

javax.print.attribute.standard.MediaSize paperSizeAttribute
用紙サイズ属性


paperOrientation

int paperOrientation
用紙方向


paperOrientationAttribute

javax.print.attribute.standard.OrientationRequested paperOrientationAttribute
用紙方向属性


paperLeftMargin

float paperLeftMargin
帳票左側余白


paperRightMargin

float paperRightMargin
帳票右側余白


paperTopMargin

float paperTopMargin
帳票上側余白


paperBottomMargin

float paperBottomMargin
帳票下側余白


gridSize

int gridSize
グリッド線の間隔


defaultElementBorderWidth

float defaultElementBorderWidth

defaultElementBorderColor

java.awt.Color defaultElementBorderColor

defaultDrawAttribute

jp.go.aist.dmrc.platform.base.print.PFPaperElementTextDrawAttribute defaultDrawAttribute

defaultFormatAttribute

jp.go.aist.dmrc.platform.base.print.PFPaperElementTextFormatAttribute defaultFormatAttribute

processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource

pageCount

int pageCount

gridBlank

boolean gridBlank
プレビュー画面のグリッド表示/非表示属性


excelTextboxUsed

boolean excelTextboxUsed
エクセル出力テキストボックス使用フラグ(true:テキストボックスに値を設定、false:セルに値を設定)


excelOutputButtonVisible

boolean excelOutputButtonVisible
Excel出力ボタンの表示/非表示制御フラグ

Class jp.go.aist.dmrc.platform.beans.system.print.PFPaperPreviewDialog extends javax.swing.JDialog implements Serializable

直列化されたフィールド

paper

PFPrintableComponent paper
対象帳票コンポーネント


gridSizeSlider

javax.swing.JSlider gridSizeSlider
グリッド間隔設定スライダ


pageNoLabel

javax.swing.JLabel pageNoLabel
ページ番号表示用ラベル


prevPageButton

javax.swing.JButton prevPageButton

nextPageButton

javax.swing.JButton nextPageButton

gridDrawn

javax.swing.JCheckBox gridDrawn
グリッド表示/非表示切り替えチェックボックス


パッケージ jp.go.aist.dmrc.platform.beans.tutorial

Class jp.go.aist.dmrc.platform.beans.tutorial.PFAddressBook extends java.lang.Object implements Serializable

serialVersionUID: 7371548282608667196L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

java.lang.String componentKey
コンポーネントキー コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


addressBook

PFObjectTable addressBook
データ実体

Class jp.go.aist.dmrc.platform.beans.tutorial.PFFolderManager extends java.lang.Object implements Serializable

serialVersionUID: 6502395051651222462L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

java.lang.String componentKey
コンポーネントキー コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否

Class jp.go.aist.dmrc.platform.beans.tutorial.PFJuggling extends java.lang.Object implements Serializable

serialVersionUID: -2900477166908980193L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

シリアルデータ:
DefaultSerialize, Backgound Image
例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

シリアルデータ:
DefaultSerialize, Backgound Image
例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

java.lang.String componentKey
コンポーネントキー コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否

Class jp.go.aist.dmrc.platform.beans.tutorial.PFPrefectureInformation extends java.lang.Object implements Serializable

serialVersionUID: 7371548282608667196L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

java.lang.String componentKey
コンポーネントキー コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


prefectureInfo

PFObjectTable prefectureInfo
データ実体

Class jp.go.aist.dmrc.platform.beans.tutorial.PFWeatherInformation extends java.lang.Object implements Serializable

serialVersionUID: 8698621795734030279L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

java.lang.String componentKey
コンポーネントキー コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


パッケージ jp.go.aist.dmrc.platform.beans.tutorial.graphics

Class jp.go.aist.dmrc.platform.beans.tutorial.graphics.PFOperatable3D extends PFSimple3D implements Serializable

serialVersionUID: 886986226259435207L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
例外:
java.io.IOException

Class jp.go.aist.dmrc.platform.beans.tutorial.graphics.PFSimple3D extends java.awt.Panel implements Serializable

serialVersionUID: 7901379218129535160L

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
例外:
java.io.IOException

パッケージ jp.go.aist.dmrc.platform.beans.util

Class jp.go.aist.dmrc.platform.beans.util.PFCalendar extends java.lang.Object implements Serializable

serialVersionUID: -105771645436987181L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


monthAdjustment

boolean monthAdjustment
月表示の調整の有無

Class jp.go.aist.dmrc.platform.beans.util.PFCategoryTableMaker extends java.lang.Object implements Serializable

serialVersionUID: 2344266839393623348L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


unsorted

boolean unsorted
データ分類時のソート実行抑制フラグ

Class jp.go.aist.dmrc.platform.beans.util.PFEventGenerator extends java.lang.Object implements Serializable

serialVersionUID: 5228835610542170342L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


applicationStartEventSource

PFApplicationStartEventSourceImpl applicationStartEventSource
アプリケーション開始イベントソースの実装


applicationTerminateEventSource

PFApplicationTerminateEventSourceImpl applicationTerminateEventSource
アプリケーション完了イベントソースの実装


processRequestEventSource

PFProcessRequestEventSourceImpl processRequestEventSource
処理要求イベントソースの実装


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource
処理完了イベントソースの実装


actionEventSource

PFActionEventSourceImpl actionEventSource
アクションイベントソースの実装


mouseButtonEventSource

PFMouseButtonEventSourceImpl mouseButtonEventSource
マウスボタンイベントソースの実装


mouseMotionEventSource

PFMouseMotionEventSourceImpl mouseMotionEventSource
マウスモーションイベントソースの実装


mouseWheelEventSource

PFMouseWheelEventSourceImpl mouseWheelEventSource
マウスホイールイベントソースの実装


keyEventSource

PFKeyEventSourceImpl keyEventSource
キーイベントソースの実装


scrollEventSource

PFScrollEventSourceImpl scrollEventSource
スクロールイベントソースの実装


scroll2DEventSource

PFScroll2DEventSourceImpl scroll2DEventSource
縦横スクロールイベントソースの実装


viewPickEventSource

PFViewPickEventSourceImpl viewPickEventSource
ピックイベントソースの実装


viewLocateEventSource

PFViewLocateEventSourceImpl viewLocateEventSource
ロケートイベントソースの実装


viewUpdateEventSource

PFViewUpdateEventSourceImpl viewUpdateEventSource
ビュー変更イベントソースの実装


dataDropEventSource

PFDataDropEventSourceImpl dataDropEventSource
データドロップイベントソースの実装


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


componentCooperationResultEventSource

PFComponentCooperationResultEventSourceImpl componentCooperationResultEventSource
コンポーネント連携結果通知イベントソースの実装


pullComponentTransferResultEventSource

PFPullComponentTransferResultEventSourceImpl pullComponentTransferResultEventSource
PULL型コンポーネント転送結果通知イベントソースの実装


pushComponentTransferResultEventSource

PFPushComponentTransferResultEventSourceImpl pushComponentTransferResultEventSource
PUSH型コンポーネント転送結果通知イベントソースの実装


pullComponentTransferSentEventSource

PFPullComponentTransferSentEventSourceImpl pullComponentTransferSentEventSource
PUSH型コンポーネント転送送信イベントソースの実装


pushComponentTransferReceivedEventSource

PFPushComponentTransferReceivedEventSourceImpl pushComponentTransferReceivedEventSource
PUSH型コンポーネント転送受信イベントソースの実装


focusEventSource

PFFocusEventSourceImpl focusEventSource
フォーカスイベントソースの実装

Class jp.go.aist.dmrc.platform.beans.util.PFObjectQueue extends java.lang.Object implements Serializable

serialVersionUID: 1486065605986933718L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装

Class jp.go.aist.dmrc.platform.beans.util.PFObjectStack extends java.lang.Object implements Serializable

serialVersionUID: 2334547898824554646L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装

Class jp.go.aist.dmrc.platform.beans.util.PFRandom extends java.util.Random implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー
コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装

Class jp.go.aist.dmrc.platform.beans.util.PFSizedObjectStack extends PFObjectStack implements Serializable

serialVersionUID: 1017047119466514728L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource
処理完了イベントソースの実装


stackSize

int stackSize
イベント発生条件となるスタック数

Class jp.go.aist.dmrc.platform.beans.util.PFStringFinderForList extends java.lang.Object implements Serializable

serialVersionUID: -5199868170588185050L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource

dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource

Class jp.go.aist.dmrc.platform.beans.util.PFTimer extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー
コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


actionEventSource

PFActionEventSourceImpl actionEventSource
イベントソースの実装

Class jp.go.aist.dmrc.platform.beans.util.PFUtilityInvoker extends java.lang.Object implements Serializable

serialVersionUID: 5075703882884140925L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


パッケージ jp.go.aist.dmrc.platform.beans.util.calculator

Class jp.go.aist.dmrc.platform.beans.util.calculator.PFMathCalculator extends java.lang.Object implements Serializable

serialVersionUID: -578985823838648309L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource
処理完了イベントソースの実装


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装


strFormula

java.lang.String strFormula
設定された数式


varList

PFObjectList varList
与えられた数式に含まれる変数のリスト


calcResult

java.math.BigDecimal calcResult
計算結果


パッケージ jp.go.aist.dmrc.platform.beans.util.controller

Class jp.go.aist.dmrc.platform.beans.util.controller.PFClassSwitch extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource
処理完了イベントソースの実装


objectList

PFObjectList objectList
保持するオブジェクト列


switchTable

PFObjectTable switchTable
条件分岐用テーブル


defaultID

int defaultID
条件分岐用テーブルに当て嵌まらなかった場合のイベント番号

Class jp.go.aist.dmrc.platform.beans.util.controller.PFEventController extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
メソッド起動オブジェクトのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
メソッド起動オブジェクトのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー
コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


applicationStartEventSource

PFApplicationStartEventSourceImpl applicationStartEventSource
アプリケーション開始イベントソースの実装


applicationTerminateEventSource

PFApplicationTerminateEventSourceImpl applicationTerminateEventSource
アプリケーション終了イベントソースの実装


processRequestEventSource

PFProcessRequestEventSourceImpl processRequestEventSource
処理要求イベントソースの実装


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource
処理完了イベントソースの実装


actionEventSource

PFActionEventSourceImpl actionEventSource
アクションイベントソースの実装


mouseButtonEventSource

PFMouseButtonEventSourceImpl mouseButtonEventSource
マウスボタンイベントソースの実装


mouseMotionEventSource

PFMouseMotionEventSourceImpl mouseMotionEventSource
マウスモーションイベントソースの実装


mouseWheelEventSource

PFMouseWheelEventSourceImpl mouseWheelEventSource
マウスホイールイベントソースの実装


keyEventSource

PFKeyEventSourceImpl keyEventSource
キーイベントソースの実装


scrollEventSource

PFScrollEventSourceImpl scrollEventSource
スクロールイベントソースの実装


scroll2DEventSource

PFScroll2DEventSourceImpl scroll2DEventSource
縦横スクロールイベントソースの実装


viewPickEventSource

PFViewPickEventSourceImpl viewPickEventSource
ピックイベントソースの実装


viewLocateEventSource

PFViewLocateEventSourceImpl viewLocateEventSource
ロケートイベントソースの実装


viewUpdateEventSource

PFViewUpdateEventSourceImpl viewUpdateEventSource
ビュー変更イベントソースの実装


dataDropEventSource

PFDataDropEventSourceImpl dataDropEventSource
データドロップイベントソースの実装


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


componentCooperationResultEventSource

PFComponentCooperationResultEventSourceImpl componentCooperationResultEventSource
コンポーネント連携結果通知イベントソースの実装


pullComponentTransferResultEventSource

PFPullComponentTransferResultEventSourceImpl pullComponentTransferResultEventSource
PULL型コンポーネント転送結果通知イベントソースの実装


pushComponentTransferResultEventSource

PFPushComponentTransferResultEventSourceImpl pushComponentTransferResultEventSource
PUSH型コンポーネント転送結果通知イベントソースの実装


pullComponentTransferSentEventSource

PFPullComponentTransferSentEventSourceImpl pullComponentTransferSentEventSource
PULL型コンポーネント転送送信イベントソースの実装


pushComponentTransferReceivedEventSource

PFPushComponentTransferReceivedEventSourceImpl pushComponentTransferReceivedEventSource
PUSH型コンポーネント転送受信イベントソースの実装


focusEventSource

PFFocusEventSourceImpl focusEventSource
フォーカスイベントソースの実装


ignore

boolean ignore
イベント伝播無視モード


ignoreCount

int ignoreCount
イベント伝播無視カウンタ

Class jp.go.aist.dmrc.platform.beans.util.controller.PFForCountController extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
メソッド起動オブジェクトのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
メソッド起動オブジェクトのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー
コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


actionEventSource

PFActionEventSourceImpl actionEventSource
イベントソースの実装


begin

int begin
開始値。


end

int end
終了値。


step

int step
増分値。


beginContains

boolean beginContains
開始値のときにも処理を行なうかどうか。


endContains

boolean endContains
終了値のときにも処理を行なうかどうか。


continueErrorOccurred

boolean continueErrorOccurred
エラー発生時でも処理を継続させるかどうか。

Class jp.go.aist.dmrc.platform.beans.util.controller.PFFunction extends java.lang.Object implements Serializable

serialVersionUID: 5658234106676672212L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


processRequestEventSource

PFProcessRequestEventSourceImpl processRequestEventSource
処理要求イベントソースの実装

Class jp.go.aist.dmrc.platform.beans.util.controller.PFObjectSwitch extends java.lang.Object implements Serializable

serialVersionUID: -5199868170588185050L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource

caseTable

PFObjectTable caseTable

Class jp.go.aist.dmrc.platform.beans.util.controller.PFSubroutine extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
メソッド起動オブジェクトのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
メソッド起動オブジェクトのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー
コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


applicationStartEventSource

PFApplicationStartEventSourceImpl applicationStartEventSource
アプリケーション開始イベントソースの実装


applicationTerminateEventSource

PFApplicationTerminateEventSourceImpl applicationTerminateEventSource
アプリケーション終了イベントソースの実装


processRequestEventSource

PFProcessRequestEventSourceImpl processRequestEventSource
処理要求イベントソースの実装


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource
処理完了イベントソースの実装


actionEventSource

PFActionEventSourceImpl actionEventSource
アクションイベントソースの実装


mouseButtonEventSource

PFMouseButtonEventSourceImpl mouseButtonEventSource
マウスボタンイベントソースの実装


mouseMotionEventSource

PFMouseMotionEventSourceImpl mouseMotionEventSource
マウスモーションイベントソースの実装


mouseWheelEventSource

PFMouseWheelEventSourceImpl mouseWheelEventSource
マウスホイールイベントソースの実装


keyEventSource

PFKeyEventSourceImpl keyEventSource
キーイベントソースの実装


scrollEventSource

PFScrollEventSourceImpl scrollEventSource
スクロールイベントソースの実装


scroll2DEventSource

PFScroll2DEventSourceImpl scroll2DEventSource
縦横スクロールイベントソースの実装


viewPickEventSource

PFViewPickEventSourceImpl viewPickEventSource
ピックイベントソースの実装


viewLocateEventSource

PFViewLocateEventSourceImpl viewLocateEventSource
ロケートイベントソースの実装


viewUpdateEventSource

PFViewUpdateEventSourceImpl viewUpdateEventSource
ビュー変更イベントソースの実装


dataDropEventSource

PFDataDropEventSourceImpl dataDropEventSource
データドロップイベントソースの実装


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


componentCooperationResultEventSource

PFComponentCooperationResultEventSourceImpl componentCooperationResultEventSource
コンポーネント連携結果通知イベントソースの実装


pullComponentTransferResultEventSource

PFPullComponentTransferResultEventSourceImpl pullComponentTransferResultEventSource
PULL型コンポーネント転送結果通知イベントソースの実装


pushComponentTransferResultEventSource

PFPushComponentTransferResultEventSourceImpl pushComponentTransferResultEventSource
PUSH型コンポーネント転送結果通知イベントソースの実装


pullComponentTransferSentEventSource

PFPullComponentTransferSentEventSourceImpl pullComponentTransferSentEventSource
PULL型コンポーネント転送送信イベントソースの実装


pushComponentTransferReceivedEventSource

PFPushComponentTransferReceivedEventSourceImpl pushComponentTransferReceivedEventSource
PUSH型コンポーネント転送受信イベントソースの実装


focusEventSource

PFFocusEventSourceImpl focusEventSource
フォーカスイベントソースの実装

Class jp.go.aist.dmrc.platform.beans.util.controller.PFThreadAllocator extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
メソッド起動オブジェクトのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
メソッド起動オブジェクトのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー
コンポーネントキーにはコンポーネントを識別できる任意の文字列を指定する。


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


applicationStartEventSource

PFApplicationStartEventSourceImpl applicationStartEventSource
アプリケーション開始イベントソースの実装


applicationTerminateEventSource

PFApplicationTerminateEventSourceImpl applicationTerminateEventSource
アプリケーション終了イベントソースの実装


processRequestEventSource

PFProcessRequestEventSourceImpl processRequestEventSource
処理要求イベントソースの実装


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource
処理完了イベントソースの実装


actionEventSource

PFActionEventSourceImpl actionEventSource
アクションイベントソースの実装


mouseButtonEventSource

PFMouseButtonEventSourceImpl mouseButtonEventSource
マウスボタンイベントソースの実装


mouseMotionEventSource

PFMouseMotionEventSourceImpl mouseMotionEventSource
マウスモーションイベントソースの実装


mouseWheelEventSource

PFMouseWheelEventSourceImpl mouseWheelEventSource
マウスホイールイベントソースの実装


keyEventSource

PFKeyEventSourceImpl keyEventSource
キーイベントソースの実装


scrollEventSource

PFScrollEventSourceImpl scrollEventSource
スクロールイベントソースの実装


scroll2DEventSource

PFScroll2DEventSourceImpl scroll2DEventSource
縦横スクロールイベントソースの実装


viewPickEventSource

PFViewPickEventSourceImpl viewPickEventSource
ピックイベントソースの実装


viewLocateEventSource

PFViewLocateEventSourceImpl viewLocateEventSource
ロケートイベントソースの実装


viewUpdateEventSource

PFViewUpdateEventSourceImpl viewUpdateEventSource
ビュー変更イベントソースの実装


dataDropEventSource

PFDataDropEventSourceImpl dataDropEventSource
データドロップイベントソースの実装


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装


componentCooperationResultEventSource

PFComponentCooperationResultEventSourceImpl componentCooperationResultEventSource
コンポーネント連携結果通知イベントソースの実装


pullComponentTransferResultEventSource

PFPullComponentTransferResultEventSourceImpl pullComponentTransferResultEventSource
PULL型コンポーネント転送結果通知イベントソースの実装


pushComponentTransferResultEventSource

PFPushComponentTransferResultEventSourceImpl pushComponentTransferResultEventSource
PUSH型コンポーネント転送結果通知イベントソースの実装


pullComponentTransferSentEventSource

PFPullComponentTransferSentEventSourceImpl pullComponentTransferSentEventSource
PULL型コンポーネント転送送信イベントソースの実装


pushComponentTransferReceivedEventSource

PFPushComponentTransferReceivedEventSourceImpl pushComponentTransferReceivedEventSource
PUSH型コンポーネント転送受信イベントソースの実装


focusEventSource

PFFocusEventSourceImpl focusEventSource
フォーカスイベントソースの実装

Class jp.go.aist.dmrc.platform.beans.util.controller.PFWhileCountController extends java.lang.Object implements Serializable

serialVersionUID: -5199868170588185050L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


actionEventSource

PFActionEventSourceImpl actionEventSource

processRequestEventSource

PFProcessRequestEventSourceImpl processRequestEventSource

continueErrorOccurred

boolean continueErrorOccurred

doWhileType

boolean doWhileType

パッケージ jp.go.aist.dmrc.platform.beans.util.converter

Class jp.go.aist.dmrc.platform.beans.util.converter.PFBarCodeConverter extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource

codeType

PFBarCodeType codeType
バーコード体系


displayStringFlag

boolean displayStringFlag
文字列の出力有無フラグ


addCheckDigitFlag

boolean addCheckDigitFlag
チェックディジット付加フラグ

Class jp.go.aist.dmrc.platform.beans.util.converter.PFLabeledObjectListTreeConverter extends java.lang.Object implements Serializable

serialVersionUID: -8770513719178560242L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource

Class jp.go.aist.dmrc.platform.beans.util.converter.PFObjectTreeNodeConverter extends java.lang.Object implements Serializable

serialVersionUID: -8770513719178560242L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
例外:
java.io.IOException
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName

allowRemoteInvocation

boolean allowRemoteInvocation

allowPullTransfer

boolean allowPullTransfer

allowPushTransfer

boolean allowPushTransfer

Class jp.go.aist.dmrc.platform.beans.util.converter.PFQRCodeConverter extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


ErrorCorrectLevel

char ErrorCorrectLevel
エラー訂正レベル


Version

int Version
バージョン


pixel

int pixel
ピクセル (倍率)


パッケージ jp.go.aist.dmrc.platform.beans.util.entity

Class jp.go.aist.dmrc.platform.beans.util.entity.PFEntity extends java.lang.Object implements Serializable

serialVersionUID: -7900275480671557838L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


data

PFLabeledObject data

binarySaved

boolean binarySaved
バイナリ保存するかどうかの真偽値

Class jp.go.aist.dmrc.platform.beans.util.entity.PFLabeledObjectListEntity extends PFEntity implements Serializable

serialVersionUID: 7805205215106685261L


パッケージ jp.go.aist.dmrc.platform.beans.util.filter

Class jp.go.aist.dmrc.platform.beans.util.filter.PFFilter extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource
データ更新イベントソースの実装


dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource
データ選択イベントソースの実装

Class jp.go.aist.dmrc.platform.beans.util.filter.PFObjectCollectionTransformFilter extends java.lang.Object implements Serializable

serialVersionUID: 20091207000000L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


processRequestEventSource

PFProcessRequestEventSourceImpl processRequestEventSource

Class jp.go.aist.dmrc.platform.beans.util.filter.PFObjectListCellFilter extends PFObjectListFilter implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

sourceData

PFObjectList sourceData
全体データ


selectedIndex

int selectedIndex
インデックス

Class jp.go.aist.dmrc.platform.beans.util.filter.PFObjectListFilter extends PFFilter implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.filter.PFObjectListSubsetFilter extends PFObjectListFilter implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

sourceData

PFObjectList sourceData
全体データ


selectedIndexList

PFObjectList selectedIndexList
インデックス


allDataSelected

boolean allDataSelected
全データを対象にするかどうか


throwException

boolean throwException
インデックス範囲外時に例外を発生させるかどうか

Class jp.go.aist.dmrc.platform.beans.util.filter.PFObjectTableCellFilter extends PFObjectTableFilter implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

sourceData

PFObjectTable sourceData
全体データ


selectedRowIndex

int selectedRowIndex
行インデックス


selectedColumnIndex

int selectedColumnIndex
列インデックス

Class jp.go.aist.dmrc.platform.beans.util.filter.PFObjectTableColumnFilter extends PFObjectTableFilter implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

sourceData

PFObjectTable sourceData
全体データ


selectedIndex

int selectedIndex
インデックス

Class jp.go.aist.dmrc.platform.beans.util.filter.PFObjectTableFilter extends PFFilter implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.filter.PFObjectTableRowFilter extends PFObjectTableFilter implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

sourceData

PFObjectTable sourceData
全体データ


selectedIndex

int selectedIndex
インデックス

Class jp.go.aist.dmrc.platform.beans.util.filter.PFObjectTableSubsetFilter extends PFObjectTableFilter implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

sourceData

PFObjectTable sourceData
全体データ


selectedRowList

PFObjectList selectedRowList
行インデックス


selectedColumnList

PFObjectList selectedColumnList
列インデックス


allRowSelected

boolean allRowSelected
全行選択するかどうか


allColumnSelected

boolean allColumnSelected
全列選択するかどうか


throwException

boolean throwException
インデックス範囲外時に例外を発生させるかどうか


パッケージ jp.go.aist.dmrc.platform.beans.util.operator

Class jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticADDOperator extends PFArithmeticOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticDIVOperator extends PFArithmeticOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticMODOperator extends PFArithmeticOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticMULOperator extends PFArithmeticOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator extends PFBinaryOperator implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

decimalPlace

int decimalPlace
小数点以下桁数

Class jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticSUBOperator extends PFArithmeticOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFBinaryOperator extends PFOperator implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.operator.PFComparisonGEOperator extends PFComparisonOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFComparisonGTOperator extends PFComparisonOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFComparisonLEOperator extends PFComparisonOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFComparisonLTOperator extends PFComparisonOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFComparisonOperator extends PFBinaryOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFEqualityEQOperator extends PFEqualityOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFEqualityNEOperator extends PFEqualityOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFEqualityOperator extends PFBinaryOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFISNULLOperator extends PFUnaryOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFLogicalANDOperator extends PFLogicalOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFLogicalNANDOperator extends PFLogicalOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFLogicalNOROperator extends PFLogicalOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFLogicalNOTOperator extends PFUnaryOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFLogicalNXOROperator extends PFLogicalOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFLogicalOperator extends PFBinaryOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFLogicalOROperator extends PFLogicalOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFLogicalXOROperator extends PFLogicalOperator implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.operator.PFOperator extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


processTerminateEventSource

PFProcessTerminateEventSourceImpl processTerminateEventSource
処理完了イベントソースの実装

Class jp.go.aist.dmrc.platform.beans.util.operator.PFUnaryOperator extends PFOperator implements Serializable

serialVersionUID: 20030531000000L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

パッケージ jp.go.aist.dmrc.platform.beans.util.reflect

Class jp.go.aist.dmrc.platform.beans.util.reflect.PFArrayHandler extends java.lang.Object implements Serializable

serialVersionUID: 2089489080688424185L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


resultObj

java.lang.Object resultObj
メソッド実行結果

Class jp.go.aist.dmrc.platform.beans.util.reflect.PFComponentAccessor extends java.lang.Object implements Serializable

serialVersionUID: 3743196629190262343L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


processRequestEventSource

PFProcessRequestEventSourceImpl processRequestEventSource
処理要求イベントソースの実装

Class jp.go.aist.dmrc.platform.beans.util.reflect.PFObjectBuffer extends java.lang.Object implements Serializable

serialVersionUID: 8620920728384994152L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装

Class jp.go.aist.dmrc.platform.beans.util.reflect.PFObjectGenerator extends java.lang.Object implements Serializable

serialVersionUID: -8180271367596694467L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


パッケージ jp.go.aist.dmrc.platform.beans.util.statistics

Class jp.go.aist.dmrc.platform.beans.util.statistics.PFListStatistics extends PFStatistics implements Serializable

serialVersionUID: 20030531000000L

Class jp.go.aist.dmrc.platform.beans.util.statistics.PFNumberListBasicStatistics extends PFListStatistics implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

data

java.math.BigDecimal[] data
集計対象データ


decimalPlace

int decimalPlace
計算結果値の小数点以下桁数

Class jp.go.aist.dmrc.platform.beans.util.statistics.PFNumberListFrequencyDistribution extends PFListStatistics implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

data

java.math.BigDecimal[] data
集計対象データ


base

java.math.BigDecimal base
基準値


span

java.math.BigDecimal span
区間幅


seriesName

java.lang.String seriesName
系列名

Class jp.go.aist.dmrc.platform.beans.util.statistics.PFStatistics extends java.lang.Object implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource
データ設定イベントソースの実装

Class jp.go.aist.dmrc.platform.beans.util.statistics.PFStringListAppearanceFrequency extends PFListStatistics implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

data

java.lang.String[] data
集計対象データ


seriesName

java.lang.String seriesName
系列名

Class jp.go.aist.dmrc.platform.beans.util.statistics.PFStringListBasicStatistics extends PFListStatistics implements Serializable

serialVersionUID: 20030531000000L

直列化されたフィールド

data

java.lang.String[] data
集計対象データ


パッケージ jp.go.aist.dmrc.platform.beans.util.variable

Class jp.go.aist.dmrc.platform.beans.util.variable.PFArithmeticOperatorVariable extends PFVariable implements Serializable

serialVersionUID: 330229950447795096L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFBigDecimalVariable extends PFVariable implements Serializable

serialVersionUID: -7341367481532663811L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

roundingMode

int roundingMode

divisionScale

int divisionScale

Class jp.go.aist.dmrc.platform.beans.util.variable.PFBigIntegerVariable extends PFVariable implements Serializable

serialVersionUID: -6622949240691127006L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFBooleanVariable extends PFVariable implements Serializable

serialVersionUID: 2848042038844971717L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFByteVariable extends PFVariable implements Serializable

serialVersionUID: 5942863075914285563L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFCollectionVariable extends PFVariable implements Serializable

serialVersionUID: 5791412294996431552L

直列化されたフィールド

dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource

dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource

Class jp.go.aist.dmrc.platform.beans.util.variable.PFColorVariable extends PFVariable implements Serializable

serialVersionUID: -3860082274346563990L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFComponentVariable extends PFVariable implements Serializable

serialVersionUID: 330229950447795096L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFDateVariable extends PFVariable implements Serializable

serialVersionUID: -1403246834339572651L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFDimensionVariable extends PFVariable implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFDoubleVariable extends PFVariable implements Serializable

serialVersionUID: 8211425705314193138L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFFishboneDiagramUserObjectVariable extends PFVariable implements Serializable

serialVersionUID: -6296741407924207865L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFFloatVariable extends PFVariable implements Serializable

serialVersionUID: 2990372861040304400L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFFontVariable extends PFVariable implements Serializable

serialVersionUID: -3860082274346563990L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFImageVariable extends PFVariable implements Serializable

serialVersionUID: 8332641303520146067L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFIntegerVariable extends PFVariable implements Serializable

serialVersionUID: -3294435998818620839L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFLabeledObjectListVariable extends PFObjectListVariable implements Serializable

serialVersionUID: -2968836434042093734L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFLongVariable extends PFVariable implements Serializable

serialVersionUID: 3818254013842239677L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFMapVariable extends PFVariable implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFObjectListVariable extends PFCollectionVariable implements Serializable

serialVersionUID: 3180918409033067592L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFObjectNetworkEdgeVariable extends PFVariable implements Serializable

serialVersionUID: -3860082274346563990L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFObjectNetworkNodeVariable extends PFVariable implements Serializable

serialVersionUID: -3860082274346563990L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFObjectNetworkVariable extends PFCollectionVariable implements Serializable

serialVersionUID: 3180918409033067592L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFObjectTableVariable extends PFCollectionVariable implements Serializable

serialVersionUID: -7302465031708305249L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFObjectTreeNodeVariable extends PFCollectionVariable implements Serializable

serialVersionUID: 172674591589667781L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFObjectTreeVariable extends PFCollectionVariable implements Serializable

serialVersionUID: -331874223427753218L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFObjectVariable extends PFVariable implements Serializable

serialVersionUID: -3860082274346563990L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFPointVariable extends PFVariable implements Serializable

serialVersionUID: -3860082274346563990L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFShortVariable extends PFVariable implements Serializable

serialVersionUID: -7000087606408497554L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFStringVariable extends PFVariable implements Serializable

serialVersionUID: -3860082274346563990L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.util.variable.PFVariable extends java.lang.Object implements Serializable

serialVersionUID: -8851939743445189171L

直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource

Class jp.go.aist.dmrc.platform.beans.util.variable.PFVariableImplementer extends java.lang.Object implements Serializable

serialVersionUID: 7387368241396907615L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームPFComponentBusから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


indent

int indent
Javaソースコードのインデント幅


パッケージ jp.go.aist.dmrc.platform.beans.xml

Class jp.go.aist.dmrc.platform.beans.xml.PFLabeledObjectListXmlTransformer extends PFXmlTransformer implements Serializable

serialVersionUID: -7926016112145909154L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー

Class jp.go.aist.dmrc.platform.beans.xml.PFModelicaConverter extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

dataCreateEventSource

PFDataCreateEventSourceImpl dataCreateEventSource
データ生成イベントソースの実装


componentID

int componentID
コンポーネントID
コンポーネントIDはプラットフォームから設定される。


componentKey

PFMultiLocaleString componentKey
マルチロケール対応コンポーネントキー


componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否

Class jp.go.aist.dmrc.platform.beans.xml.PFXmlTransformer extends java.lang.Object implements Serializable

serialVersionUID: 2389356217668793484L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
コンポーネントのデシリアライズ

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
コンポーネントのシリアライズ

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

componentID

int componentID

componentKey

PFMultiLocaleString componentKey

componentPublicName

java.lang.String componentPublicName
コンポーネント公開名


allowRemoteInvocation

boolean allowRemoteInvocation
コンポーネント連携要求に対する可否


allowPullTransfer

boolean allowPullTransfer
Pull型コンポーネント転送要求に対する可否


allowPushTransfer

boolean allowPushTransfer
Push型コンポーネント転送要求に対する可否


dataSetEventSource

PFDataSetEventSourceImpl dataSetEventSource

パッケージ jp.go.aist.dmrc.platform.datacooperation.interfaces

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFComponentCooperationResultEvent extends PFEvent implements Serializable

直列化されたフィールド

requestID

java.lang.String requestID
要求ID.


statusCode

int statusCode
処理ステータスコード.


result

java.lang.Object result
処理結果.


resultType

java.lang.Class<T> resultType
処理結果.


errorLocation

java.lang.String errorLocation
エラーの発生場所


errorMessage

java.lang.String errorMessage
エラーメッセージ.


detailedErrorMessage

java.lang.String detailedErrorMessage
詳細なエラーメッセージ.


absent

boolean absent
コンポーネントが存在しないことを示すフラグ


deleted

boolean deleted
コンポーネントが削除されたのかのフラグ


transferred

boolean transferred
コンポーネントが転送されたのかのフラグ


newPlatformName

java.lang.String newPlatformName
転送されたコンポーネントの転送先


renamed

boolean renamed
コンポーネントが改名されたのかのフラグ


newComponentPublicName

java.lang.String newComponentPublicName
改名されたコンポーネントの公開名


platformName

java.lang.String platformName
連携先プラットフォーム名


retemoComponentPublicName

java.lang.String retemoComponentPublicName
連携先コンポーネント公開名


remoteComponentID

int remoteComponentID
連携先コンポーネントID


remoteMethodName

java.lang.String remoteMethodName
連携で呼び出したメソッドの名前

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFComponentCooperationResultEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
アクションイベント用リスナのリスト.


component

PFComponentCooperationComponent component
イベントに対応する"コンポーネント連携"コンポーネント.

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFComponentCooperationResultListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 774730080954034828L

直列化されたフィールド

connector

jp.go.aist.dmrc.platform.util.PFComponentConnector connector

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFDataCooperationComponentCooperationException extends PFDataCooperationInternalException implements Serializable

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFDataCooperationComponentTransferException extends PFDataCooperationInternalException implements Serializable

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFDataCooperationException extends PFException implements Serializable

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFDataCooperationInternalException extends PFDataCooperationException implements Serializable

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFDataCooperationLookupException extends PFDataCooperationException implements Serializable

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFDataCooperationRegistryAccessException extends PFDataCooperationInternalException implements Serializable

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFDataCooperationRemoteException extends java.lang.Exception implements Serializable

直列化されたフィールド

detailErrorMessage

java.lang.String detailErrorMessage
詳細なエラーメッセージ.


statusCode

int statusCode
エラーコード.


location

java.lang.String location
エラーの発生場所.

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPullComponentTransferResultEvent extends PFEvent implements Serializable

serialVersionUID: 0L

直列化されたフィールド

requestID

java.lang.String requestID
要求ID.


typeCode

int typeCode
転送タイプコード


statusCode

int statusCode
処理ステータスコード.


component

PFComponent component
取得したコンポーネント.


componentList

PFObjectList componentList

errorLocation

java.lang.String errorLocation
エラーの発生場所


errorMessage

java.lang.String errorMessage
エラーメッセージ.


detailedErrorMessage

java.lang.String detailedErrorMessage
詳細なエラーメッセージ.

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPullComponentTransferResultEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: 2764164067062434536L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
アクションイベント用リスナのリスト.

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPullComponentTransferResultListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 303248799499929261L

直列化されたフィールド

connector

jp.go.aist.dmrc.platform.util.PFComponentConnector connector

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPullComponentTransferSentEvent extends PFEvent implements Serializable

serialVersionUID: 0L

直列化されたフィールド

requestID

java.lang.String requestID
要求ID.


typeCode

int typeCode
転送タイプコード


requestReceivedComponent

java.lang.String requestReceivedComponent
転送要求受信コンポーネント


component

PFComponent component
取得されたコンポーネント.


componentList

PFObjectList componentList

statusCode

int statusCode
処理ステータスコード.


errorLocation

java.lang.String errorLocation
エラーの発生場所


errorMessage

java.lang.String errorMessage
エラーメッセージ.


detailedErrorMessage

java.lang.String detailedErrorMessage
詳細なエラーメッセージ.

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPullComponentTransferSentEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
アクションイベント用リスナのリスト.

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPullComponentTransferSentListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 0L

直列化されたフィールド

connector

jp.go.aist.dmrc.platform.util.PFComponentConnector connector

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPushComponentTransferReceivedEvent extends PFEvent implements Serializable

serialVersionUID: 0L

直列化されたフィールド

requestID

java.lang.String requestID
要求ID.


typeCode

int typeCode
転送タイプコード


requestReceivedComponent

java.lang.String requestReceivedComponent
転送要求受信コンポーネント


component

PFComponent component
取得したコンポーネント.


componentList

PFObjectList componentList

statusCode

int statusCode
処理ステータスコード.


errorLocation

java.lang.String errorLocation
エラーの発生場所


errorMessage

java.lang.String errorMessage
エラーメッセージ.


detailedErrorMessage

java.lang.String detailedErrorMessage
詳細なエラーメッセージ.

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPushComponentTransferReceivedEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: -1287410059757144062L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
アクションイベント用リスナのリスト.

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPushComponentTransferReceivedListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 890080293571599053L

直列化されたフィールド

connector

jp.go.aist.dmrc.platform.util.PFComponentConnector connector

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPushComponentTransferResultEvent extends PFEvent implements Serializable

serialVersionUID: 0L

直列化されたフィールド

requestID

java.lang.String requestID
要求ID.


typeCode

int typeCode
転送タイプコード


statusCode

int statusCode
処理ステータスコード.


errorLocation

java.lang.String errorLocation
エラーの発生場所


errorMessage

java.lang.String errorMessage
エラーメッセージ.


detailedErrorMessage

java.lang.String detailedErrorMessage
詳細なエラーメッセージ.

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPushComponentTransferResultEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: -852504746655908472L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
アクションイベント用リスナのリスト.

Class jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPushComponentTransferResultListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: -6882850276377071198L

直列化されたフィールド

connector

jp.go.aist.dmrc.platform.util.PFComponentConnector connector

パッケージ jp.go.aist.dmrc.platform.datamanagement.interfaces

Class jp.go.aist.dmrc.platform.datamanagement.interfaces.PFAccessControlInfo extends java.lang.Object implements Serializable

serialVersionUID: 7125813672284711544L

直列化されたフィールド

target

int target

componentName

java.lang.String componentName

componentID

int componentID

componentKey

java.lang.String componentKey

methodName

java.lang.String methodName

argTypes

java.lang.String[] argTypes

returnType

java.lang.String returnType

regist

boolean regist

accessType

int accessType

controlTarget

PFPlatformFQName[] controlTarget

Class jp.go.aist.dmrc.platform.datamanagement.interfaces.PFDataManagementException extends PFDataCooperationException implements Serializable


パッケージ jp.go.aist.dmrc.platform.util

Class jp.go.aist.dmrc.platform.util.PFComponentConnector extends java.lang.Object implements Serializable

serialVersionUID: -1419444589382510810L

直列化されたフィールド

invokerList

java.util.Vector<E> invokerList

eventComment

java.lang.String eventComment

Class jp.go.aist.dmrc.platform.util.PFLabeledObject extends java.lang.Object implements Serializable

serialVersionUID: 5244503531448225692L

直列化されたフィールド

name

java.lang.String name

type

java.lang.String type

data

java.lang.Object data

Class jp.go.aist.dmrc.platform.util.PFLabeledObjectList extends PFObjectList implements Serializable

serialVersionUID: -6086048298540523879L

Class jp.go.aist.dmrc.platform.util.PFMethodException extends PFSystemException implements Serializable

直列化されたフィールド

invokeComp

PFComponent invokeComp
例外発生元メソッドのコンポーネント


methodName

java.lang.String methodName
例外発生元メソッドの名称

Class jp.go.aist.dmrc.platform.util.PFMethodFaildException extends PFMethodException implements Serializable

直列化されたフィールド

comp

PFComponent comp
例外の発生元コンポーネント

Class jp.go.aist.dmrc.platform.util.PFMethodInvokeDelegation extends java.lang.Object implements Serializable

serialVersionUID: -853777444120907093L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
例外:
java.io.IOException
直列化されたフィールド

targetComponent

PFComponent targetComponent

invokeMethodName

java.lang.String invokeMethodName

invokeDelegation

jp.go.aist.dmrc.platform.util.PFMethodInvokeDelegation invokeDelegation

aliasMethodName

java.lang.String aliasMethodName

parameterCommentList

java.lang.String[] parameterCommentList

targetComponentId

int targetComponentId

parent

boolean parent

Class jp.go.aist.dmrc.platform.util.PFMethodInvokeException extends PFMethodException implements Serializable

Class jp.go.aist.dmrc.platform.util.PFMethodInvoker extends java.lang.Object implements Serializable

serialVersionUID: 51335397752013528L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
例外:
java.io.IOException
直列化されたフィールド

parameterList

java.util.Vector<E> parameterList

targetComponent

PFComponent targetComponent

invokeMethodName

java.lang.String invokeMethodName

invokeMethodAliasName

java.lang.String invokeMethodAliasName

invokeDelegation

jp.go.aist.dmrc.platform.util.PFMethodInvokeDelegation invokeDelegation

eventNo

int eventNo

anytimeInvoke

boolean anytimeInvoke

invokeEventNoList

java.util.Vector<E> invokeEventNoList

finallyFlag

boolean finallyFlag

invokeMode

int invokeMode

methodComment

java.lang.String methodComment

breakPointEnabled

boolean breakPointEnabled

targetComponentId

int targetComponentId

parent

boolean parent

Class jp.go.aist.dmrc.platform.util.PFMethodInvokerForDebug extends jp.go.aist.dmrc.platform.util.PFMethodInvoker implements Serializable

Class jp.go.aist.dmrc.platform.util.PFMethodParameter extends java.lang.Object implements Serializable

serialVersionUID: 2807575850134999789L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
例外:
java.io.IOException
直列化されたフィールド

sourceComponent

PFComponent sourceComponent

getterName

java.lang.String getterName

getterAliasName

java.lang.String getterAliasName

getType

int getType

paramValue

java.lang.Object paramValue

getterMethod

jp.go.aist.dmrc.platform.util.PFMethodInvokeDelegation getterMethod

paramMethodInvoker

jp.go.aist.dmrc.platform.util.PFMethodInvoker paramMethodInvoker

sourceComponentId

int sourceComponentId

parent

boolean parent

Class jp.go.aist.dmrc.platform.util.PFMethodParameterException extends PFMethodException implements Serializable

直列化されたフィールド

paramNo

int paramNo
引数の順番(0オリジン)

Class jp.go.aist.dmrc.platform.util.PFMultiLocaleString extends java.lang.Object implements Serializable

serialVersionUID: 5789143774251975532L

直列化されたフィールド

dataTable

java.util.Hashtable<K,V> dataTable
データ保管用ハッシュテーブル

Class jp.go.aist.dmrc.platform.util.PFObjectList extends java.util.Vector implements Serializable

serialVersionUID: -3563129031580938021L

直列化されたフィールド

sourceComponent

PFComponent sourceComponent
データ生成コンポーネント

Class jp.go.aist.dmrc.platform.util.PFObjectNetwork extends java.lang.Object implements Serializable

serialVersionUID: -1537120621831875374L

直列化されたフィールド

sourceComponent

PFComponent sourceComponent
データ生成コンポーネント


parentNetwork

PFObjectNetwork parentNetwork
上位層ネットワーク


parentNode

PFObjectNetworkNode parentNode
上位層の関連したノード


nodeList

PFObjectList nodeList
ノードリスト


edgeList

PFObjectList edgeList
エッジリスト

Class jp.go.aist.dmrc.platform.util.PFObjectNetworkEdge extends java.lang.Object implements Serializable

serialVersionUID: -4360902812057601787L

直列化されたフィールド

edgeLabel

java.lang.String edgeLabel
エッジ名


edgeData

java.lang.Object edgeData
エッジが保持するデータ


nodeStart

PFObjectNetworkNode nodeStart
エッジの始点を示すノード


nodeEnd

PFObjectNetworkNode nodeEnd
エッジの終点を示すノード


directedEdge

boolean directedEdge
有向エッジかどうかを示す真偽値

Class jp.go.aist.dmrc.platform.util.PFObjectNetworkNode extends java.lang.Object implements Serializable

serialVersionUID: -8980810840809784046L

直列化されたフィールド

nodeLabel

java.lang.String nodeLabel
ノード名


mainGroup

boolean mainGroup
ノード種別(2部グラフ対応。ノードをメインとサブの2グループに分ける。)


nodeData

java.lang.Object nodeData
ノードが保持するデータ

Class jp.go.aist.dmrc.platform.util.PFObjectTable extends java.lang.Object implements Serializable

serialVersionUID: -4280112607976133419L

直列化されたフィールド

sourceComponent

PFComponent sourceComponent
データの発生源


rowCount

int rowCount
行数


columnCount

int columnCount
カラム数


columnNames

java.util.Vector<E> columnNames
列ヘッダを格納する可変配列


columnTypes

java.util.Vector<E> columnTypes
列ごとに格納対象クラス(データ型)を格納した可変配列


cellData

java.util.Vector<E> cellData
データを格納する二次元可変配列

Class jp.go.aist.dmrc.platform.util.PFObjectTree extends java.lang.Object implements Serializable

serialVersionUID: -6667227640899029491L

直列化されたフィールド

sourceComponent

PFComponent sourceComponent
データの発生源


rootNode

PFObjectTreeNode rootNode
ルートノード

Class jp.go.aist.dmrc.platform.util.PFObjectTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

serialVersionUID: -5285101856639032244L

Class jp.go.aist.dmrc.platform.util.PFSingleObject extends java.lang.Object implements Serializable

serialVersionUID: 2216867612178913926L

直列化されたフィールド

sourceComp

PFComponent sourceComp
データ生成コンポーネント


dataObject

java.lang.Object dataObject
実オブジェクト


パッケージ jp.go.aist.dmrc.platform.util.barcode

Class jp.go.aist.dmrc.platform.util.barcode.PFCode128 extends java.lang.Object implements Serializable

serialVersionUID: 0L

Class jp.go.aist.dmrc.platform.util.barcode.PFCode128A extends jp.go.aist.dmrc.platform.util.barcode.PFCode128 implements Serializable

serialVersionUID: 0L

Class jp.go.aist.dmrc.platform.util.barcode.PFCode128B extends jp.go.aist.dmrc.platform.util.barcode.PFCode128 implements Serializable

serialVersionUID: 0L

Class jp.go.aist.dmrc.platform.util.barcode.PFCode128C extends jp.go.aist.dmrc.platform.util.barcode.PFCode128 implements Serializable

serialVersionUID: 0L

Class jp.go.aist.dmrc.platform.util.barcode.PFCode39 extends java.lang.Object implements Serializable

serialVersionUID: 0L

Class jp.go.aist.dmrc.platform.util.barcode.PFEAN extends java.lang.Object implements Serializable

serialVersionUID: 0L

Class jp.go.aist.dmrc.platform.util.barcode.PFEAN13 extends jp.go.aist.dmrc.platform.util.barcode.PFEAN implements Serializable

serialVersionUID: 0L

Class jp.go.aist.dmrc.platform.util.barcode.PFEAN8 extends jp.go.aist.dmrc.platform.util.barcode.PFEAN implements Serializable

serialVersionUID: 0L

Class jp.go.aist.dmrc.platform.util.barcode.PFJAN13 extends jp.go.aist.dmrc.platform.util.barcode.PFEAN13 implements Serializable

serialVersionUID: 0L

Class jp.go.aist.dmrc.platform.util.barcode.PFJAN8 extends jp.go.aist.dmrc.platform.util.barcode.PFEAN8 implements Serializable

serialVersionUID: 0L


パッケージ jp.go.aist.dmrc.platform.util.datatransfer

Class jp.go.aist.dmrc.platform.util.datatransfer.PFDataFlavor extends java.lang.Object implements Serializable

serialVersionUID: 7830643965465969481L

Class jp.go.aist.dmrc.platform.util.datatransfer.PFDragSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: 7603624344089287837L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
デシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
シリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

dragEnabled

boolean dragEnabled
ドラッグ有効/無効フラグ

Class jp.go.aist.dmrc.platform.util.datatransfer.PFDropTargetImpl extends java.lang.Object implements Serializable

serialVersionUID: 7164151270733591708L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
デシリアライズ。

例外:
java.io.IOException - I/Oエラー
java.lang.ClassNotFoundException - クラスが見つからない

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
シリアライズ。

例外:
java.io.IOException - I/Oエラー
直列化されたフィールド

dropEnabled

boolean dropEnabled
ドロップ有効/無効フラグ


パッケージ jp.go.aist.dmrc.platform.util.event

Class jp.go.aist.dmrc.platform.util.event.PFAbstractMouseEvent extends PFEvent implements Serializable

直列化されたフィールド

x

int x
クリックX座標


y

int y
クリックY座標


type

int type
イベント種別

Class jp.go.aist.dmrc.platform.util.event.PFActionEvent extends PFEvent implements Serializable

Class jp.go.aist.dmrc.platform.util.event.PFActionEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: -6447779791291207957L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
アクションイベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFActionListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 6595611134088715707L

直列化されたフィールド

connectorForAction

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForAction

Class jp.go.aist.dmrc.platform.util.event.PFApplicationStartEvent extends PFEvent implements Serializable

Class jp.go.aist.dmrc.platform.util.event.PFApplicationStartEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: -3788946627915356664L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
アプリケーション開始イベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFApplicationStartListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: -1281249417703588174L

直列化されたフィールド

connectorForApplicationStart

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForApplicationStart

Class jp.go.aist.dmrc.platform.util.event.PFApplicationTerminateEvent extends PFEvent implements Serializable

Class jp.go.aist.dmrc.platform.util.event.PFApplicationTerminateEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: 5893265786636423799L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
アプリケーション終了イベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFApplicationTerminateListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 1649596686721387100L

直列化されたフィールド

connectorForApplicationTerminate

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForApplicationTerminate

Class jp.go.aist.dmrc.platform.util.event.PFDataCreateEvent extends PFDataEvent implements Serializable

Class jp.go.aist.dmrc.platform.util.event.PFDataCreateEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: -7549680836000730573L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
データ生成イベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFDataCreateListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 1434517727110791451L

直列化されたフィールド

connectorForDataCreate

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForDataCreate

Class jp.go.aist.dmrc.platform.util.event.PFDataDropEvent extends PFEvent implements Serializable

直列化されたフィールド

droppedData

java.lang.Object droppedData
Dropped Data

Class jp.go.aist.dmrc.platform.util.event.PFDataDropEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: 3163541190731730237L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
データドロップイベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFDataDropListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: -185494971083335073L

直列化されたフィールド

connectorForDataDrop

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForDataDrop

Class jp.go.aist.dmrc.platform.util.event.PFDataEvent extends PFEvent implements Serializable

直列化されたフィールド

sourceData

java.lang.Object sourceData
Data

Class jp.go.aist.dmrc.platform.util.event.PFDataSelectEvent extends PFDataEvent implements Serializable

直列化されたフィールド

selectedData

java.lang.Object selectedData
Select Data

Class jp.go.aist.dmrc.platform.util.event.PFDataSelectEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: 6892743106727946386L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
データ選択イベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFDataSelectListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 3970448384322578864L

直列化されたフィールド

connectorForDataSelect

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForDataSelect

Class jp.go.aist.dmrc.platform.util.event.PFDataSetEvent extends PFDataEvent implements Serializable

Class jp.go.aist.dmrc.platform.util.event.PFDataSetEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: 7187558499024315540L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
データ設定イベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFDataSetListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 5715381026619016480L

直列化されたフィールド

connectorForDataSet

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForDataSet

Class jp.go.aist.dmrc.platform.util.event.PFDataUpdateEvent extends PFDataEvent implements Serializable

直列化されたフィールド

updatedData

java.lang.Object updatedData
Update Data

Class jp.go.aist.dmrc.platform.util.event.PFDataUpdateEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: -398851601675120573L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
データ更新イベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFDataUpdateListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 1010034447897485928L

直列化されたフィールド

connectorForDataUpdate

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForDataUpdate

Class jp.go.aist.dmrc.platform.util.event.PFEvent extends java.util.EventObject implements Serializable

直列化されたフィールド

eventNo

int eventNo
イベント番号

Class jp.go.aist.dmrc.platform.util.event.PFFocusEvent extends PFEvent implements Serializable

Class jp.go.aist.dmrc.platform.util.event.PFFocusEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: -5474808679237722900L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
フォーカスイベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFFocusListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: -8298206860649372800L

直列化されたフィールド

connectorForFocus

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForFocus

Class jp.go.aist.dmrc.platform.util.event.PFKeyEvent extends PFEvent implements Serializable

直列化されたフィールド

type

int type
イベント種別


keyCode

int keyCode
キーコード


keyChar

char keyChar
キー文字


keyModifiers

int keyModifiers
操作の修飾子

Class jp.go.aist.dmrc.platform.util.event.PFKeyEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: -7860192009425847305L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
キーイベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFKeyListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 20040401L

直列化されたフィールド

connectorForKeyEvent

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForKeyEvent

Class jp.go.aist.dmrc.platform.util.event.PFMouseButtonEvent extends PFAbstractMouseEvent implements Serializable

直列化されたフィールド

mouseButton

int mouseButton
操作されたボタン


mouseModifiers

int mouseModifiers
操作の修飾子


clickCount

int clickCount
クリックカウント

Class jp.go.aist.dmrc.platform.util.event.PFMouseButtonEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: 20040401L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
マウスボタンイベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFMouseButtonListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 20040401L

直列化されたフィールド

connectorForMouseButton

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForMouseButton

Class jp.go.aist.dmrc.platform.util.event.PFMouseEvent extends PFEvent implements Serializable

直列化されたフィールド

x

int x
クリックX座標


y

int y
クリックY座標


id

int id
イベントID

Class jp.go.aist.dmrc.platform.util.event.PFMouseEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: -7860192009425847305L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
マウスイベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFMouseListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: -6994678577258010622L

直列化されたフィールド

connectorForLeftClick

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForLeftClick

connectorForRightClick

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForRightClick

connectorForMouseEnter

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForMouseEnter

connectorForMouseExit

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForMouseExit

Class jp.go.aist.dmrc.platform.util.event.PFMouseMotionEvent extends PFAbstractMouseEvent implements Serializable

Class jp.go.aist.dmrc.platform.util.event.PFMouseMotionEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: 20040401L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
マウスモーションイベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFMouseMotionListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 20040401L

直列化されたフィールド

connectorForMouseMotion

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForMouseMotion

Class jp.go.aist.dmrc.platform.util.event.PFMouseWheelEvent extends PFAbstractMouseEvent implements Serializable

直列化されたフィールド

rotation

int rotation
ホイール回転数

Class jp.go.aist.dmrc.platform.util.event.PFMouseWheelEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: 20040401L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
マウスホイールイベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFMouseWheelListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 20040401L

直列化されたフィールド

connectorForMouseWheel

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForMouseWheel

Class jp.go.aist.dmrc.platform.util.event.PFProcessRequestEvent extends PFEvent implements Serializable

直列化されたフィールド

requestData

java.lang.Object requestData
Data

Class jp.go.aist.dmrc.platform.util.event.PFProcessRequestEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: 2510503494139854361L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
処理要求イベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFProcessRequestListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: -1094844870986986674L

直列化されたフィールド

connectorForProcessRequest

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForProcessRequest

Class jp.go.aist.dmrc.platform.util.event.PFProcessTerminateEvent extends PFEvent implements Serializable

直列化されたフィールド

resultData

java.lang.Object resultData
Data

Class jp.go.aist.dmrc.platform.util.event.PFProcessTerminateEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: -4503380303471964890L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
アクションイベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFProcessTerminateListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 4245741734496572801L

直列化されたフィールド

connectorForProcessTerminate

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForProcessTerminate

Class jp.go.aist.dmrc.platform.util.event.PFScroll2DEvent extends PFEvent implements Serializable

直列化されたフィールド

verticalPosition

int verticalPosition
縦スクロール位置


horizontalPosition

int horizontalPosition
横スクロール位置

Class jp.go.aist.dmrc.platform.util.event.PFScroll2DEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: 7792967681084488368L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
スクロールイベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFScroll2DListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 1308740752757915080L

直列化されたフィールド

connectorForScroll

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForScroll

Class jp.go.aist.dmrc.platform.util.event.PFScrollEvent extends PFEvent implements Serializable

直列化されたフィールド

position

int position
scroll 位置

Class jp.go.aist.dmrc.platform.util.event.PFScrollEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: -7135051525163304485L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
スクロールイベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFScrollListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 6400829869067790913L

直列化されたフィールド

connectorForScroll

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForScroll

Class jp.go.aist.dmrc.platform.util.event.PFViewEvent extends PFEvent implements Serializable

Class jp.go.aist.dmrc.platform.util.event.PFViewLocateEvent extends PFViewEvent implements Serializable

直列化されたフィールド

locateData

java.lang.Object locateData
Locate Data

Class jp.go.aist.dmrc.platform.util.event.PFViewLocateEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: -8352185555662682372L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
ロケートイベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFViewLocateListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: -3920624757929237396L

直列化されたフィールド

connectorForViewLocate

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForViewLocate

Class jp.go.aist.dmrc.platform.util.event.PFViewPickEvent extends PFViewEvent implements Serializable

直列化されたフィールド

pickData

java.lang.Object pickData
Pick Data

Class jp.go.aist.dmrc.platform.util.event.PFViewPickEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: -3461629035551315703L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
ピックイベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFViewPickListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: -6580715069147080411L

直列化されたフィールド

connectorForViewPick

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForViewPick

Class jp.go.aist.dmrc.platform.util.event.PFViewUpdateEvent extends PFViewEvent implements Serializable

直列化されたフィールド

viewMatrix

java.lang.Object viewMatrix
View Matrix

Class jp.go.aist.dmrc.platform.util.event.PFViewUpdateEventSourceImpl extends java.lang.Object implements Serializable

serialVersionUID: 1530098803143198963L

直列化されたフィールド

listenerList

java.util.Vector<E> listenerList
ビュー変更イベント用リスナのリスト

Class jp.go.aist.dmrc.platform.util.event.PFViewUpdateListenerImpl extends java.lang.Object implements Serializable

serialVersionUID: 8710823316943774394L

直列化されたフィールド

connectorForViewUpdate

jp.go.aist.dmrc.platform.util.PFComponentConnector connectorForViewUpdate