直列化された形式

クラス jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PF3DViewer は java.awt.Panel を拡張し、Serializable を実装しています

serialVersionUID: 6439304187978715114l

直列化メソッド

readExternal

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


writeExternal

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


クラス jp.go.aist.dmrc.platform.util.event.PFAbstractMouseEventPFEvent を拡張し、Serializable を実装しています

直列化されたフィールド

x

int x
クリックX座標


y

int y
クリックY座標


type

int type
イベント種別


クラス jp.go.aist.dmrc.platform.beans.gui.chart.render.PFAbstractRenderer は java.lang.Object を拡張し、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
背景色


クラス jp.go.aist.dmrc.platform.beans.datamanagement.PFAccessControlComponent は java.lang.Object を拡張し、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.datamanagement.interfaces.PFAccessControlInfo は java.lang.Object を拡張し、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


クラス jp.go.aist.dmrc.platform.util.event.PFActionEventPFEvent を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.util.event.PFActionEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -6447779791291207957l

直列化されたフィールド

listenerList

java.util.Vector listenerList
アクションイベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.beans.tutorial.PFAddressBook は java.lang.Object を拡張し、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
データ実体


クラス jp.go.aist.dmrc.platform.base.PFApplicationComment は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 1990717837261770421l

直列化されたフィールド

comment

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


topLine

boolean topLine
上線有無


bottomLine

boolean bottomLine
下線有無


クラス jp.go.aist.dmrc.platform.base.PFApplicationExceptionPFException を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.beans.graphics.flowchart.PFApplicationFlowChart は javax.swing.JPanel を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.util.event.PFApplicationStartEventPFEvent を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.util.event.PFApplicationStartEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -3788946627915356664l

直列化されたフィールド

listenerList

java.util.Vector listenerList
アプリケーション開始イベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.util.event.PFApplicationTerminateEventPFEvent を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.util.event.PFApplicationTerminateEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 5893265786636423799l

直列化されたフィールド

listenerList

java.util.Vector listenerList
アプリケーション終了イベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFAreaChartPFCategoryChart を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFAreaChartMenuPFCategoryChartMenu を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.render.PFAreaChartRendererPFCategoryChartRenderer を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

targetData

long targetData

targetSeries

int targetSeries

targetItem

int targetItem


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticADDOperatorPFArithmeticOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticDIVOperatorPFArithmeticOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticMODOperatorPFArithmeticOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticMULOperatorPFArithmeticOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperatorPFBinaryOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

decimalPlace

int decimalPlace
小数点以下桁数


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFArithmeticOperatorVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticSUBOperatorPFArithmeticOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.reflect.PFArrayHandler は java.lang.Object を拡張し、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
メソッド実行結果


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFAsteriskMarker は java.lang.Object を拡張し、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
点のサイズ


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFAsteriskMarkerFactory は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.framework3d.PFAttributeEditor は java.lang.Object を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PFAttributeMaker は java.lang.Object を拡張し、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
データ更新イベントソースの実装


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFAxisPFTitleRenderer を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

constraints

PFChartModelConstraints constraints
グラフデータ制約。


chartArea

java.awt.Rectangle chartArea
グラフ描画領域。


labelVisible

boolean labelVisible
データラベルの表示有無。


gridLineVisible

boolean gridLineVisible
グリッド線の表示有無。


orientation

int orientation
軸の方向。


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFBarChartPFCategoryChart を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFBarChartMenuPFCategoryChartMenu を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.render.PFBarChartRendererPFCategoryChartRenderer を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

targetSeries

int targetSeries

targetItem

int targetItem

barRatio

int barRatio


クラス jp.go.aist.dmrc.platform.beans.util.converter.PFBarCodeConverter は java.lang.Object を拡張し、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
チェックディジット付加フラグ


クラス jp.go.aist.dmrc.platform.beans.system.performance.PFBenchmarkTester は java.lang.Object を拡張し、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型コンポーネント転送要求に対する可否


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFBigDecimalVariablePFVariable を拡張し、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


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFBigIntegerVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFBinaryOperatorPFOperator を拡張し、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.variable.PFBooleanVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.gui.container.PFBorderFactory は java.lang.Object を拡張し、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型コンポーネント転送要求に対する可否


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFBubbleChartPFXYChart を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFBubbleChartMenuPFXYChartMenu を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.model.PFBubbleChartModelConstraintsXPFXYChartModelConstraintsX を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.model.PFBubbleChartModelConstraintsYPFXYChartModelConstraintsY を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.render.PFBubbleChartRendererPFXYChartRenderer を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

targetSeries

int targetSeries

targetItem

int targetItem

filledMap

java.util.HashMap filledMap

negativeColorMap

java.util.HashMap negativeColorMap

radiusMagnification

int radiusMagnification

dataXYVisible

boolean dataXYVisible

radiusVisible

boolean radiusVisible


クラス jp.go.aist.dmrc.platform.beans.gui.button.PFButton は javax.swing.JButton を拡張し、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
マルチロケールツールチップテキスト


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFByteVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.util.PFCalendar は java.lang.Object を拡張し、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
月表示の調整の有無


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFCandleChartPFCategoryChart を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFCandleChartMenuPFCategoryChartMenu を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.model.PFCandleChartModelConstraintsPFCategoryChartModelConstraints を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.render.PFCandleChartRendererPFCategoryChartRenderer を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

targetSeries

int targetSeries
選択されている系列のインデックス


targetItem

int targetItem
選択されている項目のインデックス


candleWidthRatio

int candleWidthRatio
ろうそくの太さの割合


wickWidthRatio

int wickWidthRatio
ろうそくの芯の太さの割合


upwardColor

java.util.HashMap upwardColor
上昇色


downwardColor

java.util.HashMap downwardColor
下降色


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFCategoryChartPFChart を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化メソッド

readObject

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


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws 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
グラフ描画実領域


クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFCategoryChartMenuPFChartMenu を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.model.PFCategoryChartModelConstraints は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

model

PFChartModel model
グラフデータ


クラス jp.go.aist.dmrc.platform.beans.gui.chart.render.PFCategoryChartRendererPFChartRenderer を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

coord

PFCategoryCoordSystem coord
座標軸


axis

int axis
第一軸・第二軸


changeEnabled

boolean changeEnabled
グラフ上から値操作が可能かどうか


changeUnit

long changeUnit
グラフ要素を動かすときの変更単位値


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFCategoryCoordSystemPFCoordSystem を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

itemAxis

PFItemAxis itemAxis
項目軸。


numberAxis1

PFNumberAxis numberAxis1
第一数値軸。


numberAxis2

PFNumberAxis numberAxis2
第二数値軸。


orientation

int orientation
数値軸の方向。


クラス jp.go.aist.dmrc.platform.beans.util.PFCategoryTableMaker は java.lang.Object を拡張し、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
データ生成イベントソースの実装


クラス jp.go.aist.dmrc.platform.beans.chart2d.PFChart は javax.swing.JPanel を拡張し、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

PFChartTitle header
ヘッダ。


footer

PFChartTitle footer
フッタ。


legend

PFChartLegend legend
凡例。


itemColumnName

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


chartArea

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


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFChart は javax.swing.JPanel を拡張し、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列名


クラス jp.go.aist.dmrc.platform.beans.gui.chart.model.PFChartColor は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

colorMap

java.util.HashMap colorMap
色データのハッシュテーブル


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFChartLegendPFTitleRenderer を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

visible

boolean visible
表示の有無


alignment

int alignment
凡例の配置方向


chartKind

int[] chartKind
グラフの種類


chartModel

PFChartModel[] chartModel
グラフデータモデル


chartColor

PFChartColor[] chartColor
グラフ色データ


markerMap

java.util.HashMap markerMap
点の形状


markerSizeMap

java.util.HashMap markerSizeMap
点のサイズ


markerVisibleMap

java.util.HashMap markerVisibleMap
点の表示有無


lineMap

java.util.HashMap lineMap
線の形状


lineWidthMap

java.util.HashMap lineWidthMap
線の太さ


lineVisibleMap

java.util.HashMap lineVisibleMap
線の表示有無


クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFChartMenu は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

parent

PFChart parent
親のコンポーネント。


クラス jp.go.aist.dmrc.platform.beans.gui.chart.model.PFChartModel は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

series

java.lang.String[] series
系列名


item

java.lang.String[] item
項目名


data

java.math.BigDecimal[][] data
データ


flag

boolean flag
null処理判定(false時に処理する)


クラス jp.go.aist.dmrc.platform.beans.gui.chart.render.PFChartRendererPFAbstractRenderer を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

model

PFChartModel model
グラフのデータモデル。


color

PFChartColor color
グラフの色データ。


labelVisible

boolean labelVisible
グラフ要素の値の表示有無。


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFChartTitlePFTitleRenderer を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

visible

boolean visible
表示の有無


alignment

int alignment
配置方法(水平方向)


クラス jp.go.aist.dmrc.platform.beans.gui.button.PFCheckBox は javax.swing.JCheckBox を拡張し、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.button.PFCheckBoxGroup は javax.swing.JPanel を拡張し、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 checkBoxList
チェックボックス


textList

java.util.ArrayList textList
マルチロケールテキスト


toolTipTextList

java.util.ArrayList toolTipTextList
ツールチップテキスト


verticalFlag

boolean verticalFlag
縦方向配置フラグ


baseLayout

java.awt.GridLayout baseLayout
基礎レイアウト


maxbox

int maxbox
グリッドに収める最大要素数


labelIcons

PFObjectList labelIcons
ラベルアイコン


クラス jp.go.aist.dmrc.platform.beans.gui.container.PFCheckBoxMenuItem は javax.swing.JCheckBoxMenuItem を拡張し、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.marker.PFCircleMarker は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

drawShape

java.awt.geom.Ellipse2D drawShape
円の形状データ


x

double x
中心点のX座標値


y

double y
中心点のY座標値


size

int size
点のサイズ


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFCircleMarkerFactory は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.controller.PFClassSwitch は java.lang.Object を拡張し、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
条件分岐用テーブルに当て嵌まらなかった場合のイベント番号


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFCollectionVariablePFVariable を拡張し、Serializable を実装しています

serialVersionUID: 5791412294996431552l

直列化されたフィールド

dataSelectEventSource

PFDataSelectEventSourceImpl dataSelectEventSource

dataUpdateEventSource

PFDataUpdateEventSourceImpl dataUpdateEventSource


クラス jp.go.aist.dmrc.platform.beans.gui.chooser.PFColorChooser は java.lang.Object を拡張し、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.util.variable.PFColorVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.base.PFCombinativeComponentImpl は java.lang.Object を拡張し、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エラーが発生した場合
直列化されたフィールド

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 componentList
コンポーネントのリスト


publicMethodList

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


password

java.lang.String password
パスワード('05/02追加)


encFlag

boolean encFlag
暗号化フラグ('05/02追加)


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
フォーカスイベントソースの実装


クラス jp.go.aist.dmrc.platform.beans.gui.PFComboBox は javax.swing.JComboBox を拡張し、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

PFComboBoxModel model
リストモデル


selectionForeground

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


selectionBackground

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


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFComparisonGEOperatorPFComparisonOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFComparisonGTOperatorPFComparisonOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFComparisonLEOperatorPFComparisonOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFComparisonLTOperatorPFComparisonOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFComparisonOperatorPFBinaryOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.reflect.PFComponentAccessor は java.lang.Object を拡張し、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
処理要求イベントソースの実装


クラス jp.go.aist.dmrc.platform.base.PFComponentBus は java.lang.Object を拡張し、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 - クラスが見つからない
直列化されたフィールド

password

java.lang.String password
パスワード('05/02追加)


encFlag

boolean encFlag
暗号化フラグ('05/02追加)


applicationID

java.lang.String applicationID
アプリケーションライセンスID('05/09追加)


executeMode

boolean executeMode
開発モード


componentList

java.util.Vector 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
履歴情報リスト


クラス jp.go.aist.dmrc.platform.beans.datacooperation.PFComponentCooperationComponent は java.lang.Object を拡張し、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
コンポーネント公開名


componentInfo

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


isAsync

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


isLight

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


eventSrc

PFComponentCooperationResultEventSourceImpl eventSrc


クラス jp.go.aist.dmrc.platform.datacooperation.interfaces.PFComponentCooperationResultEventPFEvent を拡張し、Serializable を実装しています

直列化されたフィールド

requestID

java.lang.String requestID
要求ID.


statusCode

int statusCode
処理ステータスコード.


result

java.lang.Object result
処理結果.


resultType

java.lang.Class 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
改名されたコンポーネントの公開名


クラス jp.go.aist.dmrc.platform.datacooperation.interfaces.PFComponentCooperationResultEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 0l

直列化されたフィールド

listenerList

java.util.Vector listenerList
アクションイベント用リスナのリスト.


component

PFComponentCooperationComponent component
イベントに対応する"コンポーネント連携"コンポーネント.


クラス jp.go.aist.dmrc.platform.base.PFComponentExceptionPFException を拡張し、Serializable を実装しています

直列化されたフィールド

comp

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


クラス jp.go.aist.dmrc.datacooperation.common.PFComponentFQName は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 8625633093893778725l

直列化されたフィールド

name

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


id

int id
コンポーネントID


key

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


publicName

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


クラス jp.go.aist.dmrc.datacooperation.common.PFComponentInfo は java.lang.Object を拡張し、Serializable を実装しています

直列化されたフィールド

componentFQName

PFComponentFQName componentFQName

platformFQName

PFPlatformFQName platformFQName

methodName

java.lang.String methodName

argType

java.lang.String[] argType

returnType

java.lang.String returnType


クラス jp.go.aist.dmrc.platform.beans.datacooperation.PFComponentPullTransferComponent は java.lang.Object を拡張し、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.


クラス jp.go.aist.dmrc.platform.beans.datacooperation.PFComponentPullTransferRequestReceivedComponent は java.lang.Object を拡張し、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.


クラス jp.go.aist.dmrc.platform.beans.datacooperation.PFComponentPushTransferComponent は java.lang.Object を拡張し、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.


クラス jp.go.aist.dmrc.platform.beans.datacooperation.PFComponentPushTransferRequestReceivedComponent は java.lang.Object を拡張し、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.


クラス jp.go.aist.dmrc.platform.beans.datacooperation.PFComponentTransferComponent は java.lang.Object を拡張し、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.


クラス jp.go.aist.dmrc.platform.beans.datacooperation.PFComponentTransferComponentLight は java.lang.Object を拡張し、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.


クラス jp.go.aist.dmrc.platform.beans.datacooperation.PFComponentTransferUtility は java.lang.Object を拡張し、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.util.variable.PFComponentVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.gui.PFConfirmDialog は java.lang.Object を拡張し、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


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFCoordSystem は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

chartArea

java.awt.Rectangle chartArea
グラフ描画領域。


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFCrossMarker は java.lang.Object を拡張し、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
点のサイズ


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFCrossMarkerFactory は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.io.PFCSVReaderPFReader を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

headerEnabled

boolean headerEnabled
一行目をヘッダとして読み込むかどうか


クラス jp.go.aist.dmrc.platform.beans.io.PFCSVWriterPFWriter を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

headerEnabled

boolean headerEnabled
一行目にヘッダを書き込むかどうか


クラス jp.go.aist.dmrc.platform.beans.gui.PFCursor は java.lang.Object を拡張し、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型コンポーネント転送要求に対する可否


クラス jp.go.aist.dmrc.platform.beans.gui.chart.line.PFDashedLineFactory は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.sql.PFDatabaseAccessor は java.lang.Object を拡張し、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.datacooperation.interfaces.PFDataCooperationComponentCooperationExceptionPFDataCooperationInternalException を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.datacooperation.interfaces.PFDataCooperationComponentTransferExceptionPFDataCooperationInternalException を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.datacooperation.interfaces.PFDataCooperationExceptionPFException を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.datacooperation.interfaces.PFDataCooperationInternalExceptionPFDataCooperationException を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.datacooperation.interfaces.PFDataCooperationRegistryAccessExceptionPFDataCooperationInternalException を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.datacooperation.interfaces.PFDataCooperationRemoteException は java.lang.Exception を拡張し、Serializable を実装しています

直列化されたフィールド

detailErrorMessage

java.lang.String detailErrorMessage
詳細なエラーメッセージ.


statusCode

int statusCode
エラーコード.


location

java.lang.String location
エラーの発生場所.


クラス jp.go.aist.dmrc.platform.util.event.PFDataCreateEventPFDataEvent を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.util.event.PFDataCreateEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -7549680836000730573l

直列化されたフィールド

listenerList

java.util.Vector listenerList
データ生成イベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.util.event.PFDataDropEventPFEvent を拡張し、Serializable を実装しています

直列化されたフィールド

droppedData

java.lang.Object droppedData
Dropped Data


クラス jp.go.aist.dmrc.platform.util.event.PFDataDropEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 3163541190731730237l

直列化されたフィールド

listenerList

java.util.Vector listenerList
データドロップイベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.util.event.PFDataEventPFEvent を拡張し、Serializable を実装しています

直列化されたフィールド

sourceData

java.lang.Object sourceData
Data


クラス jp.go.aist.dmrc.platform.util.datatransfer.PFDataFlavor は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 7830643965465969481l


クラス jp.go.aist.dmrc.platform.datamanagement.interfaces.PFDataManagementExceptionPFDataCooperationException を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.util.event.PFDataSelectEventPFDataEvent を拡張し、Serializable を実装しています

直列化されたフィールド

selectedData

java.lang.Object selectedData
Select Data


クラス jp.go.aist.dmrc.platform.util.event.PFDataSelectEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 6892743106727946386l

直列化されたフィールド

listenerList

java.util.Vector listenerList
データ選択イベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.util.event.PFDataSetEventPFDataEvent を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.util.event.PFDataSetEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 7187558499024315540l

直列化されたフィールド

listenerList

java.util.Vector listenerList
データ設定イベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.util.event.PFDataUpdateEventPFDataEvent を拡張し、Serializable を実装しています

直列化されたフィールド

updatedData

java.lang.Object updatedData
Update Data


クラス jp.go.aist.dmrc.platform.util.event.PFDataUpdateEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -398851601675120573l

直列化されたフィールド

listenerList

java.util.Vector listenerList
データ更新イベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.beans.gui.text.PFDateField は javax.swing.JFormattedTextField を拡張し、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.chooser.PFDateTimeChooser は java.lang.Object を拡張し、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


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFDateVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.gui.container.PFDialog は javax.swing.JPanel を拡張し、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
画面編集画面グリッド間隔


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFDimensionVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.gui.chart.line.PFDottedLineFactory は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFDoubleVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.util.datatransfer.PFDragSourceImpl は java.lang.Object を拡張し、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
ドラッグ有効/無効フラグ


クラス jp.go.aist.dmrc.platform.beans.graphics.drawing.PFDrawingEditor は javax.swing.JPanel を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.util.datatransfer.PFDropTargetImpl は java.lang.Object を拡張し、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.beans.gui.container.PFDropTargetPanelPFPanel を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

dataDropEventSource

PFDataDropEventSourceImpl dataDropEventSource


クラス jp.go.aist.dmrc.platform.beans.framework3d.io.PFDXFFileReaderPFShapeDocumentReader を拡張し、Serializable を実装しています

serialVersionUID: 20060112000000l


クラス jp.go.aist.dmrc.platform.beans.system.PFDynamicApplicationBuilder は java.lang.Object を拡張し、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
アプリケーションビルダ画面再描画フラグ


クラス jp.go.aist.dmrc.platform.beans.util.entity.PFEntity は java.lang.Object を拡張し、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
バイナリ保存するかどうかの真偽値


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFEqualityEQOperatorPFEqualityOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFEqualityNEOperatorPFEqualityOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFEqualityOperatorPFBinaryOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.util.event.PFEvent は java.util.EventObject を拡張し、Serializable を実装しています

直列化されたフィールド

eventNo

int eventNo
イベント番号


クラス jp.go.aist.dmrc.platform.beans.util.controller.PFEventController は java.lang.Object を拡張し、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
イベント伝播無視カウンタ


クラス jp.go.aist.dmrc.platform.beans.util.PFEventGenerator は java.lang.Object を拡張し、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
フォーカスイベントソースの実装


クラス jp.go.aist.dmrc.platform.base.PFException は java.lang.Exception を拡張し、Serializable を実装しています

直列化されたフィールド

detail

java.lang.Throwable detail
詳細例外


クラス jp.go.aist.dmrc.platform.beans.system.PFExternalProgramIF は java.lang.Object を拡張し、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
データ更新イベントソースの実装


クラス jp.go.aist.dmrc.platform.beans.io.PFFile は java.lang.Object を拡張し、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型コンポーネント転送要求に対する可否


クラス jp.go.aist.dmrc.platform.beans.gui.chooser.PFFileChooser は java.lang.Object を拡張し、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 fileFilterList
ファイルフィルタリスト


currentFilter

PFFileFilter currentFilter
カレントフィルタ


fileSelectionMode

int fileSelectionMode
選択モード


multiSelectionEnabled

boolean multiSelectionEnabled
複数選択有無


fileHidingEnabled

boolean fileHidingEnabled
隠しファイルの表示有無


previewVisible

boolean previewVisible
プレビューの表示有無


クラス jp.go.aist.dmrc.platform.beans.gui.chooser.PFFileFilter は javax.swing.filechooser.FileFilter を拡張し、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
フィルタの説明


クラス jp.go.aist.dmrc.platform.beans.gui.chooser.PFFileFilterIgnoreCase は javax.swing.filechooser.FileFilter を拡張し、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
フィルタの説明


クラス jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PFFileSelection は javax.swing.JPanel を拡張し、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


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFFilledCircleMarkerPFCircleMarker を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFFilledCircleMarkerFactory は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFFilledLozengeMarkerPFLozengeMarker を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFFilledLozengeMarkerFactory は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFFilledRectangleMarkerPFRectangleMarker を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFFilledRectangleMarkerFactory は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFFilledTriangleMarkerPFTriangleMarker を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFFilledTriangleMarkerFactory は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.filter.PFFilter は java.lang.Object を拡張し、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
データ選択イベントソースの実装


クラス jp.go.aist.dmrc.platform.beans.diagram.PFFishboneDiagram は javax.swing.JPanel を拡張し、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

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
設定モード


クラス jp.go.aist.dmrc.platform.beans.diagram.PFFishboneDiagramUserObject は java.lang.Object を拡張し、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
骨の太さ


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFFishboneDiagramUserObjectVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFFloatVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.util.event.PFFocusEventPFEvent を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.util.event.PFFocusEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -5474808679237722900l

直列化されたフィールド

listenerList

java.util.Vector listenerList
フォーカスイベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.beans.tutorial.PFFolderManager は java.lang.Object を拡張し、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型コンポーネント転送要求に対する可否


クラス jp.go.aist.dmrc.platform.beans.gui.chooser.PFFontChooser は java.lang.Object を拡張し、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.util.controller.PFForCountController は java.lang.Object を拡張し、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
エラー発生時でも処理を継続させるかどうか。


クラス jp.go.aist.dmrc.platform.beans.gui.container.PFFrame は javax.swing.JPanel を拡張し、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
画面編集画面グリッド間隔


クラス jp.go.aist.dmrc.platform.beans.util.controller.PFFunction は java.lang.Object を拡張し、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
処理要求イベントソースの実装


クラス jp.go.aist.dmrc.platform.beans.chart2d.PFGanttChartPFChart を拡張し、Serializable を実装しています

serialVersionUID: 20031130000000l

直列化メソッド

readObject

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


writeObject

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

直列化されたフィールド

scrollEventSource

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


model

PFGanttChartModel model
ガントチャートのグラフデータ


color

PFChartColor color
グラフの色データ


render

PFGanttChartRenderer render
ガントチャートレンダラー


workBar

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


backMinorButton

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


foreMinorButton

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


dataDropEventSource

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


dropTarget

PFDropTargetImpl dropTarget
ドロップターゲット


クラス jp.go.aist.dmrc.platform.beans.chart2d.PFGanttChartConstraints は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20031130000000l

直列化メソッド

readObject

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


writeObject

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

直列化されたフィールド

weekdayList

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


time

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


nonWorkDateList

java.util.ArrayList nonWorkDateList
休日のリスト


workDateList

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


クラス jp.go.aist.dmrc.platform.beans.chart2d.PFGanttChartTimeUnit は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20031130000000l

直列化されたフィールド

unit

int unit
時間の単位


key

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


minimumValueList

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


クラス jp.go.aist.dmrc.platform.beans.chart2d.PFGanttChartWorkingTime は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20031130000000l

直列化メソッド

readObject

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


writeObject

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

直列化されたフィールド

startHour

int startHour
開始時刻


endHour

int endHour
開始分


startMinute

int startMinute
終了時刻


endMinute

int endMinute
終了分


クラス jp.go.aist.dmrc.platform.beans.gui.container.PFGridLayoutAccessor は java.lang.Object を拡張し、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型コンポーネント転送要求に対する可否


クラス jp.go.aist.dmrc.platform.base.PFGUICombinativeComponentPFPanel を拡張し、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
複合コンポーネントの実体


password

java.lang.String password
パスワード('05/02追加)


encFlag

boolean encFlag
暗号化フラグ('05/02追加)


reference

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


referenceEnabled

boolean referenceEnabled
外部参照の有効有無


copying

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


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFHistogramPFChart を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化メソッド

readObject

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


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws 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
グラフ描画実領域


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFHistogramCoordSystemPFCoordSystem を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

spanAxis

PFSpanAxis spanAxis
区間軸データ


numberAxis

PFNumberAxis numberAxis
数値軸データ


orientation

int orientation
数値軸の方向。


クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFHistogramMenuPFChartMenu を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.model.PFHistogramModelConstraintsX は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

model

PFChartModel model
グラフデータ


クラス jp.go.aist.dmrc.platform.beans.gui.chart.model.PFHistogramModelConstraintsY は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

model

PFChartModel model
グラフデータ


クラス jp.go.aist.dmrc.platform.beans.gui.chart.render.PFHistogramRendererPFChartRenderer を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

coordsystem

PFHistogramCoordSystem coordsystem

targetSeries

int targetSeries

targetItem

int targetItem

freqTableHash

java.util.HashMap freqTableHash

freqColorHash

java.util.HashMap freqColorHash


クラス jp.go.aist.dmrc.platform.beans.gui.text.PFHTMLPanel は javax.swing.JPanel を拡張し、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.chooser.PFIconChooser は java.lang.Object を拡張し、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.framework3d.io.PFIGESFileReaderPFShapeDocumentReader を拡張し、Serializable を実装しています

serialVersionUID: 20060112000000l


クラス jp.go.aist.dmrc.platform.beans.framework3d.io.PFIGESFileWriterPFShapeDocumentWriter を拡張し、Serializable を実装しています

serialVersionUID: 20060112000000l


クラス jp.go.aist.dmrc.platform.beans.io.PFImageFileReaderPFReader を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.io.PFImageFileWriterPFWriter を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFImageVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.gui.PFImageViewer は javax.swing.JPanel を拡張し、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

PFImageViewerLabel label
表示用パネル


imageIcon

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


verticalScale

int verticalScale
垂直方向の拡大率


horizontalScale

int horizontalScale
水平方向の拡大率


dragEnabled

boolean dragEnabled
ドラッグの可否


クラス jp.go.aist.dmrc.platform.beans.gui.event.PFInputEventFilter は java.lang.Object を拡張し、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 eventMaskList
イベントフィルタのリスト


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFIntegerVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFISNULLOperatorPFUnaryOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFItemAxisPFAxis を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

displayStart

int displayStart
表示開始項目インデックス


displayCount

int displayCount
表示項目数


firstItemOnNumberAxis

boolean firstItemOnNumberAxis
第一項目が数値軸上にあるかどうか


gridLineMethod

int gridLineMethod
グリッド線の表示方法(0: 項目名上 1: 項目区切)


radar

boolean radar
レーダチャート


axisRate

double axisRate
レーダチャート軸のグラフエリアに対する長さの比率


クラス jp.go.aist.dmrc.platform.beans.tutorial.PFJuggling は java.lang.Object を拡張し、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型コンポーネント転送要求に対する可否


クラス jp.go.aist.dmrc.platform.util.event.PFKeyEventPFEvent を拡張し、Serializable を実装しています

直列化されたフィールド

type

int type
イベント種別


keyCode

int keyCode
キーコード


keyChar

char keyChar
キー文字


keyModifiers

int keyModifiers
操作の修飾子


クラス jp.go.aist.dmrc.platform.beans.gui.event.PFKeyEventFilterPFInputEventFilter を拡張し、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
キーイベントソースの実装


クラス jp.go.aist.dmrc.platform.beans.gui.event.PFKeyEventHandler は java.lang.Object を拡張し、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
アクションイベントソースの実装


クラス jp.go.aist.dmrc.platform.util.event.PFKeyEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -7860192009425847305l

直列化されたフィールド

listenerList

java.util.Vector listenerList
キーイベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.beans.gui.PFLabel は javax.swing.JLabel を拡張し、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
マウスモーションイベントソースの実装


クラス jp.go.aist.dmrc.platform.util.PFLabeledObject は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 5244503531448225692l

直列化されたフィールド

name

java.lang.String name

type

java.lang.String type

data

java.lang.Object data


クラス jp.go.aist.dmrc.platform.util.PFLabeledObjectListPFObjectList を拡張し、Serializable を実装しています

serialVersionUID: -6086048298540523879l


クラス jp.go.aist.dmrc.platform.beans.util.entity.PFLabeledObjectListEntityPFEntity を拡張し、Serializable を実装しています

serialVersionUID: 7805205215106685261l


クラス jp.go.aist.dmrc.platform.beans.util.converter.PFLabeledObjectListTreeConverter は java.lang.Object を拡張し、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


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFLabeledObjectListVariablePFObjectListVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.xml.PFLabeledObjectListXmlTransformerPFXmlTransformer を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PFLightMaker は java.lang.Object を拡張し、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
データ生成イベントソースの実装


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFLineChartPFCategoryChart を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化メソッド

readObject

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


writeObject

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


クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFLineChartMenuPFCategoryChartMenu を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.render.PFLineChartRendererPFCategoryChartRenderer を拡張し、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 markerMap
点の形状


markerSizeMap

java.util.HashMap markerSizeMap
点のサイズ


markerVisibleMap

java.util.HashMap markerVisibleMap
点の表示有無


lineMap

java.util.HashMap lineMap
線の形状


lineWidthMap

java.util.HashMap lineWidthMap
線の太さ


lineVisibleMap

java.util.HashMap lineVisibleMap
線の表示有無


nullLine

boolean nullLine

log

boolean log


クラス jp.go.aist.dmrc.platform.beans.gui.chart.line.PFLineManager は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

lineCollection

java.util.ArrayList lineCollection
線オブジェクトファクトリ・コレクション


クラス jp.go.aist.dmrc.platform.beans.gui.PFList は javax.swing.JPanel を拡張し、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


クラス jp.go.aist.dmrc.platform.beans.gui.PFListModel は javax.swing.AbstractListModel を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

arrayList

java.util.ArrayList arrayList


クラス jp.go.aist.dmrc.platform.beans.util.statistics.PFListStatisticsPFStatistics を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFLogicalANDOperatorPFLogicalOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFLogicalNANDOperatorPFLogicalOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFLogicalNOROperatorPFLogicalOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFLogicalNOTOperatorPFUnaryOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFLogicalNXOROperatorPFLogicalOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFLogicalOperatorPFBinaryOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFLogicalOROperatorPFLogicalOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFLogicalXOROperatorPFLogicalOperator を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFLongVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFLozengeMarker は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

lozenge

java.awt.geom.GeneralPath lozenge
菱形の形状データ


x

double x
中心点のX座標値


y

double y
中心点のY座標値


size

int size
点のサイズ


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFLozengeMarkerFactory は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFMapVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.gui.text.PFMaskField は javax.swing.JFormattedTextField を拡張し、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.util.calculator.PFMathCalculator は java.lang.Object を拡張し、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.system.performance.PFMemoryChecker は java.lang.Object を拡張し、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


クラス jp.go.aist.dmrc.platform.beans.gui.container.PFMenu は javax.swing.JMenu を拡張し、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
ツールチップテキスト


クラス jp.go.aist.dmrc.platform.beans.gui.container.PFMenuItem は javax.swing.JMenuItem を拡張し、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
ツールチップテキスト


クラス jp.go.aist.dmrc.platform.beans.gui.PFMessageDialog は java.lang.Object を拡張し、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


クラス jp.go.aist.dmrc.platform.util.PFMethodExceptionPFSystemException を拡張し、Serializable を実装しています

直列化されたフィールド

invokeComp

PFComponent invokeComp
例外発生元メソッドのコンポーネント


methodName

java.lang.String methodName
例外発生元メソッドの名称


クラス jp.go.aist.dmrc.platform.util.PFMethodFaildExceptionPFMethodException を拡張し、Serializable を実装しています

直列化されたフィールド

comp

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


クラス jp.go.aist.dmrc.platform.util.PFMethodInvokeExceptionPFMethodException を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.util.PFMethodParameterExceptionPFMethodException を拡張し、Serializable を実装しています

直列化されたフィールド

paramNo

int paramNo
引数の順番(0オリジン)


クラス jp.go.aist.dmrc.platform.util.event.PFMouseButtonEventPFAbstractMouseEvent を拡張し、Serializable を実装しています

直列化されたフィールド

mouseButton

int mouseButton
操作されたボタン


mouseModifiers

int mouseModifiers
操作の修飾子


clickCount

int clickCount
クリックカウント


クラス jp.go.aist.dmrc.platform.beans.gui.event.PFMouseButtonEventFilterPFInputEventFilter を拡張し、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.util.event.PFMouseButtonEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20040401l

直列化されたフィールド

listenerList

java.util.Vector listenerList
マウスボタンイベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.util.event.PFMouseEventPFEvent を拡張し、Serializable を実装しています

直列化されたフィールド

x

int x
クリックX座標


y

int y
クリックY座標


id

int id
イベントID


クラス jp.go.aist.dmrc.platform.util.event.PFMouseEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -7860192009425847305l

直列化されたフィールド

listenerList

java.util.Vector listenerList
マウスイベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.util.event.PFMouseMotionEventPFAbstractMouseEvent を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.util.event.PFMouseMotionEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20040401l

直列化されたフィールド

listenerList

java.util.Vector listenerList
マウスモーションイベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.util.event.PFMouseWheelEventPFAbstractMouseEvent を拡張し、Serializable を実装しています

直列化されたフィールド

rotation

int rotation
ホイール回転数


クラス jp.go.aist.dmrc.platform.util.event.PFMouseWheelEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20040401l

直列化されたフィールド

listenerList

java.util.Vector listenerList
マウスホイールイベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.util.PFMultiLocaleString は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 5789143774251975532l

直列化されたフィールド

dataTable

java.util.Hashtable dataTable
データ保管用ハッシュテーブル


クラス jp.go.aist.dmrc.platform.beans.diagram.PFNetworkCanvas は javax.swing.JPanel を拡張し、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
ネットワーク編集ロックフラグ


クラス jp.go.aist.dmrc.platform.beans.diagram.PFNetworkCanvas.EdgeItem は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 9182331701279609505l

直列化されたフィールド

nodeStart

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


nodeEnd

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


edgeObject

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


shapeId

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


route

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


クラス jp.go.aist.dmrc.platform.beans.diagram.PFNetworkCanvas.NetworkLayer は java.lang.Object を拡張し、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
ネットワークを包含する矩形


クラス jp.go.aist.dmrc.platform.beans.diagram.PFNetworkCanvas.NodeItem は java.lang.Object を拡張し、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
アイコン


クラス jp.go.aist.dmrc.platform.beans.diagram.PFNetworkDiagram は javax.swing.JScrollPane を拡張し、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
ドラッグソースの実装


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFNumberAxisPFAxis を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

axisMax

long axisMax
軸の最大値。


axisMin

long axisMin
軸の最小値。


axisInterval

long axisInterval
軸の目盛間隔値。


axisBase

long axisBase
軸のグリッド基準値。 デフォルトが0


axisBases

java.util.Vector axisBases
複数基準線


AxisShape

java.util.HashMap AxisShape
線の形状


AxisWidth

java.util.HashMap AxisWidth
線の太さ


AxisColor

java.util.HashMap 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
自動調整有無


クラス jp.go.aist.dmrc.platform.beans.gui.text.PFNumberField は javax.swing.JFormattedTextField を拡張し、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.util.statistics.PFNumberListBasicStatisticsPFListStatistics を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

data

java.math.BigDecimal[] data
集計対象データ


decimalPlace

int decimalPlace
計算結果値の小数点以下桁数


クラス jp.go.aist.dmrc.platform.beans.util.statistics.PFNumberListFrequencyDistributionPFListStatistics を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

data

java.math.BigDecimal[] data
集計対象データ


base

java.math.BigDecimal base
基準値


span

java.math.BigDecimal span
区間幅


seriesName

java.lang.String seriesName
系列名


クラス jp.go.aist.dmrc.platform.beans.util.reflect.PFObjectBuffer は java.lang.Object を拡張し、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
データ設定イベントソースの実装


クラス jp.go.aist.dmrc.platform.beans.datacooperation.PFObjectCoordinator は java.lang.Object を拡張し、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
オブジェクトの追加・削除・更新禁止制御の有効・無効フラグ


クラス jp.go.aist.dmrc.platform.beans.util.reflect.PFObjectGenerator は java.lang.Object を拡張し、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.util.PFObjectList は java.util.Vector を拡張し、Serializable を実装しています

serialVersionUID: -3563129031580938021l

直列化されたフィールド

sourceComponent

PFComponent sourceComponent
データ生成コンポーネント


クラス jp.go.aist.dmrc.platform.beans.util.filter.PFObjectListCellFilterPFObjectListFilter を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

sourceData

PFObjectList sourceData
全体データ


selectedIndex

int selectedIndex
インデックス


クラス jp.go.aist.dmrc.platform.beans.util.filter.PFObjectListFilterPFFilter を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.filter.PFObjectListSubsetFilterPFObjectListFilter を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

sourceData

PFObjectList sourceData
全体データ


selectedIndexList

PFObjectList selectedIndexList
インデックス


allDataSelected

boolean allDataSelected
全データを対象にするかどうか


throwException

boolean throwException
インデックス範囲外時に例外を発生させるかどうか


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFObjectListVariablePFCollectionVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.util.PFObjectNetwork は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -1537120621831875374l

直列化されたフィールド

sourceComponent

PFComponent sourceComponent
データ生成コンポーネント


parentNetwork

PFObjectNetwork parentNetwork
上位層ネットワーク


parentNode

PFObjectNetworkNode parentNode
上位層の関連したノード


nodeList

PFObjectList nodeList
ノードリスト


edgeList

PFObjectList edgeList
エッジリスト


クラス jp.go.aist.dmrc.platform.util.PFObjectNetworkEdge は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -4360902812057601787l

直列化されたフィールド

edgeLabel

java.lang.String edgeLabel
エッジ名


edgeData

java.lang.Object edgeData
エッジが保持するデータ


nodeStart

PFObjectNetworkNode nodeStart
エッジの始点を示すノード


nodeEnd

PFObjectNetworkNode nodeEnd
エッジの終点を示すノード


directedEdge

boolean directedEdge
有向エッジかどうかを示す真偽値


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFObjectNetworkEdgeVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.util.PFObjectNetworkNode は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -8980810840809784046l

直列化されたフィールド

nodeLabel

java.lang.String nodeLabel
ノード名


mainGroup

boolean mainGroup
ノード種別(2部グラフ対応。ノードをメインとサブの2グループに分ける。)


nodeData

java.lang.Object nodeData
ノードが保持するデータ


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFObjectNetworkNodeVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFObjectNetworkVariablePFCollectionVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.util.PFObjectQueue は java.lang.Object を拡張し、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
データ設定イベントソースの実装


クラス jp.go.aist.dmrc.platform.beans.util.PFObjectStack は java.lang.Object を拡張し、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
データ設定イベントソースの実装


クラス jp.go.aist.dmrc.platform.beans.util.controller.PFObjectSwitch は java.lang.Object を拡張し、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


クラス jp.go.aist.dmrc.platform.util.PFObjectTable は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -4280112607976133419l

直列化されたフィールド

sourceComponent

PFComponent sourceComponent
データの発生源


rowCount

int rowCount
行数


columnCount

int columnCount
カラム数


columnNames

java.util.Vector columnNames
列ヘッダを格納する可変配列


columnTypes

java.util.Vector columnTypes
列ごとに格納対象クラス(データ型)を格納した可変配列


cellData

java.util.Vector cellData
データを格納する二次元可変配列


クラス jp.go.aist.dmrc.platform.beans.util.filter.PFObjectTableCellFilterPFObjectTableFilter を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

sourceData

PFObjectTable sourceData
全体データ


selectedRowIndex

int selectedRowIndex
行インデックス


selectedColumnIndex

int selectedColumnIndex
列インデックス


クラス jp.go.aist.dmrc.platform.beans.util.filter.PFObjectTableColumnFilterPFObjectTableFilter を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

sourceData

PFObjectTable sourceData
全体データ


selectedIndex

int selectedIndex
インデックス


クラス jp.go.aist.dmrc.platform.beans.util.filter.PFObjectTableFilterPFFilter を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.filter.PFObjectTableRowFilterPFObjectTableFilter を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

sourceData

PFObjectTable sourceData
全体データ


selectedIndex

int selectedIndex
インデックス


クラス jp.go.aist.dmrc.platform.beans.util.filter.PFObjectTableSubsetFilterPFObjectTableFilter を拡張し、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.variable.PFObjectTableVariablePFCollectionVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.util.PFObjectTree は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -6667227640899029491l

直列化されたフィールド

sourceComponent

PFComponent sourceComponent
データの発生源


rootNode

PFObjectTreeNode rootNode
ルートノード


クラス jp.go.aist.dmrc.platform.util.PFObjectTreeNode は javax.swing.tree.DefaultMutableTreeNode を拡張し、Serializable を実装しています

serialVersionUID: -5285101856639032244l


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFObjectTreeNodeVariablePFCollectionVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFObjectTreeVariablePFCollectionVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFObjectVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.tutorial.graphics.PFOperatable3DPFSimple3D を拡張し、Serializable を実装しています

serialVersionUID: 886986226259435207l

直列化メソッド

readExternal

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

writeExternal

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


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFOperator は java.lang.Object を拡張し、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
処理完了イベントソースの実装


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFOverlayCategoryChartPFChart を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化メソッド

readObject

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


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws 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
グラフ種類


クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFOverlayCategoryChartMenuPFChartMenu を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.model.PFOverlayChartModelConstraints は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

constraints

PFChartModelConstraints[] constraints
グラフデータ制約


クラス jp.go.aist.dmrc.platform.beans.gui.container.PFPanel は javax.swing.JPanel を拡張し、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
画面編集画面グリッド間隔


クラス jp.go.aist.dmrc.platform.beans.system.print.PFPaper は java.lang.Object を拡張し、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 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


クラス jp.go.aist.dmrc.platform.beans.system.print.PFPaperPreviewDialog は javax.swing.JDialog を拡張し、Serializable を実装しています

直列化されたフィールド

paper

PFPrintableComponent paper
対象帳票コンポーネント


gridSizeSlider

javax.swing.JSlider gridSizeSlider
グリッド間隔設定スライダ


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFParetoChartPFCategoryChart を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFParetoChartMenuPFCategoryChartMenu を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.render.PFParetoChartRendererPFCategoryChartRenderer を拡張し、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 markerMap
点の形状


markerSizeMap

java.util.HashMap markerSizeMap
点のサイズ


markerVisibleMap

java.util.HashMap markerVisibleMap
点の表示有無


lineMap

java.util.HashMap lineMap
線の形状


lineWidthMap

java.util.HashMap lineWidthMap
線の太さ


lineVisibleMap

java.util.HashMap lineVisibleMap
線の表示有無


lineColor

java.awt.Color lineColor
線の色


nullLine

boolean nullLine

paintingSeries

int paintingSeries
描画対象系列


クラス jp.go.aist.dmrc.platform.beans.gui.text.PFPasswordField は javax.swing.JPasswordField を拡張し、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.chart.PFPieChartPFChart を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化メソッド

readObject

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


writeObject

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

直列化されたフィールド

model

PFChartModel model
グラフデータモデル。


color

PFChartColor color
グラフ色データ。


render

PFPieChartRenderer render
グラフ描画。


chartAreaInsets

java.awt.Insets chartAreaInsets
グラフ領域の境界部分の空白。


pieChartArea

java.awt.Rectangle pieChartArea
円グラフの描画領域。


クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFPieChartMenuPFChartMenu を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.render.PFPieChartRendererPFChartRenderer を拡張し、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時の位置)


クラス jp.go.aist.dmrc.datacooperation.common.PFPlatformFQName は java.lang.Object を拡張し、Serializable を実装しています

直列化されたフィールド

platformName

java.lang.String platformName

brokerName

java.lang.String brokerName


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFPlotChartPFXYChart を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化メソッド

readObject

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


writeObject

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


クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFPlotChartMenuPFXYChartMenu を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.render.PFPlotChartRendererPFXYChartRenderer を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

targetSeries

int targetSeries

targetItem

int targetItem

markerSizeMap

java.util.HashMap markerSizeMap

lineMap

java.util.HashMap lineMap

lineWidthMap

java.util.HashMap lineWidthMap

lineVisibleMap

java.util.HashMap lineVisibleMap

emphasisMarkerSize

int emphasisMarkerSize

emphasisColor

java.awt.Color emphasisColor

markerMap

java.util.HashMap markerMap

emphasisMarker

java.lang.String emphasisMarker

xlog

boolean xlog

ylog

boolean ylog

trendMap

java.util.HashMap trendMap

trendMathematicLine

java.util.HashMap trendMathematicLine


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFPlotMarkerManager は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

factoryCollection

java.util.ArrayList factoryCollection
マーカーファクトリオブジェクトのコレクション


クラス jp.go.aist.dmrc.platform.beans.gui.container.PFPopupMenu は javax.swing.JPopupMenu を拡張し、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
編集可否フラグ


クラス jp.go.aist.dmrc.platform.beans.tutorial.PFPrefectureInformation は java.lang.Object を拡張し、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
データ実体


クラス jp.go.aist.dmrc.platform.util.event.PFProcessRequestEventPFEvent を拡張し、Serializable を実装しています

直列化されたフィールド

requestData

java.lang.Object requestData
Data


クラス jp.go.aist.dmrc.platform.util.event.PFProcessRequestEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 2510503494139854361l

直列化されたフィールド

listenerList

java.util.Vector listenerList
処理要求イベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.util.event.PFProcessTerminateEventPFEvent を拡張し、Serializable を実装しています

直列化されたフィールド

resultData

java.lang.Object resultData
Data


クラス jp.go.aist.dmrc.platform.util.event.PFProcessTerminateEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -4503380303471964890l

直列化されたフィールド

listenerList

java.util.Vector listenerList
アクションイベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.beans.system.performance.PFProfileAnalyzer は java.lang.Object を拡張し、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


クラス jp.go.aist.dmrc.platform.beans.gui.PFProgressBar は javax.swing.JProgressBar を拡張し、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.PFProgressMonitor は java.lang.Object を拡張し、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
モーダル・モードレス


クラス jp.go.aist.dmrc.platform.beans.gui.PFProgressMonitor2 は java.lang.Object を拡張し、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
モーダル・モードレス


クラス jp.go.aist.dmrc.platform.beans.io.PFProperties は java.lang.Object を拡張し、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型コンポーネント転送要求に対する可否


クラス jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPullComponentTransferResultEventPFEvent を拡張し、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
詳細なエラーメッセージ.


クラス jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPullComponentTransferResultEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 2764164067062434536l

直列化されたフィールド

listenerList

java.util.Vector listenerList
アクションイベント用リスナのリスト.


クラス jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPullComponentTransferSentEventPFEvent を拡張し、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
詳細なエラーメッセージ.


クラス jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPullComponentTransferSentEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 0l

直列化されたフィールド

listenerList

java.util.Vector listenerList
アクションイベント用リスナのリスト.


クラス jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPushComponentTransferReceivedEventPFEvent を拡張し、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
詳細なエラーメッセージ.


クラス jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPushComponentTransferReceivedEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -1287410059757144062l

直列化されたフィールド

listenerList

java.util.Vector listenerList
アクションイベント用リスナのリスト.


クラス jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPushComponentTransferResultEventPFEvent を拡張し、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
詳細なエラーメッセージ.


クラス jp.go.aist.dmrc.platform.datacooperation.interfaces.PFPushComponentTransferResultEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -852504746655908472l

直列化されたフィールド

listenerList

java.util.Vector listenerList
アクションイベント用リスナのリスト.


クラス jp.go.aist.dmrc.platform.beans.util.converter.PFQRCodeConverter は java.lang.Object を拡張し、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.gui.chart.PFRadarChartPFCategoryChart を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

chartArea

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


クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFRadarChartMenuPFCategoryChartMenu を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.render.PFRadarChartRendererPFCategoryChartRenderer を拡張し、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 markerMap
点の形状


markerSizeMap

java.util.HashMap markerSizeMap
点のサイズ


markerVisibleMap

java.util.HashMap markerVisibleMap
点の表示有無


lineMap

java.util.HashMap lineMap
線の形状


lineWidthMap

java.util.HashMap lineWidthMap
線の太さ


lineVisibleMap

java.util.HashMap lineVisibleMap
線の表示有無


nullLine

boolean nullLine

delta_theta

double delta_theta


クラス jp.go.aist.dmrc.platform.beans.gui.button.PFRadioButtonGroup は javax.swing.JPanel を拡張し、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 radioButtonList
チェックボックス


textList

java.util.ArrayList textList
マルチロケールテキスト


toolTipTextList

java.util.ArrayList toolTipTextList
ツールチップテキスト


verticalFlag

boolean verticalFlag
縦方向配置フラグ


baseLayout

java.awt.GridLayout baseLayout
基礎レイアウト


maxbox

int maxbox
グリッドに収める最大要素数


labelIcons

PFObjectList labelIcons
ラベルアイコン


クラス jp.go.aist.dmrc.platform.beans.util.PFRandom は java.util.Random を拡張し、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
データ生成イベントソースの実装


クラス jp.go.aist.dmrc.platform.beans.io.PFReader は java.lang.Object を拡張し、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を無視するか否か


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFRectangleMarker は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

rectangle

java.awt.geom.Rectangle2D rectangle
四角形の形状データ


x

double x
中心点のX座標値


y

double y
中心点のY座標値


size

int size
点のサイズ


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFRectangleMarkerFactory は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.datacooperation.PFRegistryAccessComponent は java.lang.Object を拡張し、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.base.PFRuntimeExceptionPFSystemException を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.util.event.PFScroll2DEventPFEvent を拡張し、Serializable を実装しています

直列化されたフィールド

verticalPosition

int verticalPosition
縦スクロール位置


horizontalPosition

int horizontalPosition
横スクロール位置


クラス jp.go.aist.dmrc.platform.util.event.PFScroll2DEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 7792967681084488368l

直列化されたフィールド

listenerList

java.util.Vector listenerList
スクロールイベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.util.event.PFScrollEventPFEvent を拡張し、Serializable を実装しています

直列化されたフィールド

position

int position
scroll 位置


クラス jp.go.aist.dmrc.platform.util.event.PFScrollEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -7135051525163304485l

直列化されたフィールド

listenerList

java.util.Vector listenerList
スクロールイベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.beans.gui.container.PFScrollPane は javax.swing.JPanel を拡張し、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

PFScrollPane.InnerPanel label

dragEnabled

boolean dragEnabled

layout

int layout

containerOrder

boolean containerOrder
フォーカス移動順序がコンテナへの追加順序かどうかの真偽値


traverseByEnter

boolean traverseByEnter
Enterキーによるフォーカス移動が有効かどうかの真偽値


gridInterval

int gridInterval
画面編集画面グリッド間隔


クラス jp.go.aist.dmrc.platform.beans.gui.container.PFSeparator は javax.swing.JSeparator を拡張し、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.io.PFSerialPortConnector は java.lang.Object を拡張し、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
文字コード


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型コンポーネント転送要求に対する可否


クラス jp.go.aist.dmrc.platform.beans.framework3d.PFShapeAnalyzer は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 5639206261208539689l

直列化メソッド

readExternal

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

writeExternal

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


クラス jp.go.aist.dmrc.platform.beans.framework3d.PFShapeCreator は java.lang.Object を拡張し、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


クラス jp.go.aist.dmrc.platform.beans.framework3d.PFShapeDocumentInspector は java.lang.Object を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.framework3d.PFShapeDocumentManager は java.lang.Object を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.framework3d.PFShapeDocumentProperties は java.lang.Object を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.framework3d.io.PFShapeDocumentReaderPFReader を拡張し、Serializable を実装しています

serialVersionUID: 20060112000000l

直列化されたフィールド

readingInAnotherThread

boolean readingInAnotherThread


クラス jp.go.aist.dmrc.platform.beans.framework3d.io.PFShapeDocumentWriterPFWriter を拡張し、Serializable を実装しています

serialVersionUID: 20060112000000l

直列化されたフィールド

actionEventSource

PFActionEventSourceImpl actionEventSource

writingInAnotherThread

boolean writingInAnotherThread


クラス jp.go.aist.dmrc.platform.beans.framework3d.PFShapeEditor は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -6071006685906368865l

直列化メソッド

readExternal

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

writeExternal

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


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFShortVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.tutorial.graphics.PFSimple3D は java.awt.Panel を拡張し、Serializable を実装しています

serialVersionUID: 7901379218129535160l

直列化メソッド

readExternal

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

writeExternal

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


クラス jp.go.aist.dmrc.platform.beans.mail.PFSimpleMailSender は java.lang.Object を拡張し、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


クラス jp.go.aist.dmrc.platform.util.PFSingleObject は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 2216867612178913926l

直列化されたフィールド

sourceComp

PFComponent sourceComp
データ生成コンポーネント


dataObject

java.lang.Object dataObject
実オブジェクト


クラス jp.go.aist.dmrc.platform.beans.util.PFSizedObjectStackPFObjectStack を拡張し、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
イベント発生条件となるスタック数


クラス jp.go.aist.dmrc.platform.beans.gui.PFSlider は javax.swing.JSlider を拡張し、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.chart.line.PFSolidLineFactory は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.media.PFSoundPlayer は java.lang.Object を拡張し、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型コンポーネント転送要求に対する可否


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFSpanAxisPFAxis を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

axisMax

long axisMax

axisMin

long axisMin

displayLimit

long displayLimit

displayPosition

int displayPosition

displayExponent

int displayExponent

transform

java.awt.geom.AffineTransform transform


クラス jp.go.aist.dmrc.platform.beans.gui.text.PFSpinner は javax.swing.JSpinner を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.gui.container.PFSplitPane は javax.swing.JPanel を拡張し、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
画面編集画面グリッド間隔


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFStackAreaChartPFCategoryChart を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFStackAreaChartMenuPFCategoryChartMenu を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.model.PFStackAreaChartModelConstraintsPFCategoryChartModelConstraints を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.render.PFStackAreaChartRendererPFCategoryChartRenderer を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

targetData

long targetData
選択されているデータの値


targetBase

long targetBase

targetSeries

int targetSeries
選択されている系列のインデックス


targetItem

int targetItem
選択されている項目のインデックス


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFStackBarChartPFCategoryChart を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFStackBarChartMenuPFCategoryChartMenu を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.model.PFStackBarChartModelConstraintsPFCategoryChartModelConstraints を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.render.PFStackBarChartRendererPFCategoryChartRenderer を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

targetSeries

int targetSeries
選択されている系列のインデックス


targetItem

int targetItem
選択されている項目のインデックス


barRatio

int barRatio
一項目分の描画領域に対する、棒の描画領域の割合


クラス jp.go.aist.dmrc.platform.beans.io.PFStandardErrorOutput は java.lang.Object を拡張し、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型コンポーネント転送要求に対する可否


クラス jp.go.aist.dmrc.platform.beans.io.PFStandardInput は java.lang.Object を拡張し、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


クラス jp.go.aist.dmrc.platform.beans.io.PFStandardOutput は java.lang.Object を拡張し、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型コンポーネント転送要求に対する可否


クラス jp.go.aist.dmrc.platform.beans.util.statistics.PFStatistics は java.lang.Object を拡張し、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
データ設定イベントソースの実装


クラス jp.go.aist.dmrc.platform.beans.framework3d.io.PFSTEPFileReaderPFShapeDocumentReader を拡張し、Serializable を実装しています

serialVersionUID: 20060112000000l


クラス jp.go.aist.dmrc.platform.beans.framework3d.io.PFSTEPFileWriterPFShapeDocumentWriter を拡張し、Serializable を実装しています

serialVersionUID: 20060112000000l


クラス jp.go.aist.dmrc.platform.beans.framework3d.io.PFSTLFileWriterPFShapeDocumentWriter を拡張し、Serializable を実装しています

serialVersionUID: 20060112000000l


クラス jp.go.aist.dmrc.platform.beans.util.PFStringFinderForList は java.lang.Object を拡張し、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


クラス jp.go.aist.dmrc.platform.beans.util.statistics.PFStringListAppearanceFrequencyPFListStatistics を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

data

java.lang.String[] data
集計対象データ


seriesName

java.lang.String seriesName
系列名


クラス jp.go.aist.dmrc.platform.beans.util.statistics.PFStringListBasicStatisticsPFListStatistics を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

data

java.lang.String[] data
集計対象データ


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFStringVariablePFVariable を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.util.controller.PFSubroutine は java.lang.Object を拡張し、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
フォーカスイベントソースの実装


クラス jp.go.aist.dmrc.platform.base.PFSystemExceptionPFException を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.beans.system.PFSystemInformation は java.lang.Object を拡張し、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.gui.container.PFTabbedPane は javax.swing.JPanel を拡張し、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キーによるフォーカス移動が有効かどうかの真偽値


クラス jp.go.aist.dmrc.platform.beans.gui.table.PFTable は javax.swing.JPanel を拡張し、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

PFTableView table
テーブルビュー


scrollPane

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


tableModel

PFTableModel tableModel
テーブルモデル


tableColumnModel

PFTableColumnModel tableColumnModel
テーブルカラムモデル


rowHeader

PFTableRowHeader rowHeader
行ヘッダ


rowHeaderModel

PFTableRowHeaderModel rowHeaderModel
行ヘッダモデル


containSourceData

boolean containSourceData
イベント内包データにソースデータを格納するかどうか


checkTypeStrictly

boolean checkTypeStrictly
データ設定時に型チェックを厳密に行なうかどうか


クラス jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PFTestViewerPF3DViewer を拡張し、Serializable を実装しています

serialVersionUID: 1420584951488910579l

直列化メソッド

readExternal

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


writeExternal

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


クラス jp.go.aist.dmrc.platform.beans.gui.text.PFTextArea は javax.swing.JPanel を拡張し、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.text.PFTextField は javax.swing.JTextField を拡張し、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.io.PFTextFileReaderPFReader を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.io.PFTextFileWriterPFWriter を拡張し、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エラー


クラス jp.go.aist.dmrc.platform.beans.util.controller.PFThreadAllocator は java.lang.Object を拡張し、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
フォーカスイベントソースの実装


クラス jp.go.aist.dmrc.platform.beans.system.performance.PFTimeEvaluator は java.lang.Object を拡張し、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.util.PFTimer は java.lang.Object を拡張し、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
イベントソースの実装


クラス jp.go.aist.dmrc.platform.beans.gui.chart.render.PFTitleRendererPFAbstractRenderer を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

multiLocaleTitle

PFMultiLocaleString multiLocaleTitle
タイトル


titleVisible

boolean titleVisible
タイトルを表示するかどうか


クラス jp.go.aist.dmrc.platform.beans.gui.button.PFToggleButton は javax.swing.JToggleButton を拡張し、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.container.PFToolBar は javax.swing.JToolBar を拡張し、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

PFToolBarLayout layout
ツールバーレイアウト


containerOrder

boolean containerOrder
フォーカス移動順序がコンテナへの追加順序かどうかの真偽値


traverseByEnter

boolean traverseByEnter
Enterキーによるフォーカス移動が有効かどうかの真偽値


gridInterval

int gridInterval
画面編集画面グリッド間隔(ツールバーでは無意味)


クラス jp.go.aist.dmrc.platform.beans.gui.container.PFToolBarSeparator は javax.swing.JToolBar.Separator を拡張し、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.tree.PFTree は javax.swing.JPanel を拡張し、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

PFTreeView tree
ツリー


treeModel

javax.swing.tree.DefaultTreeModel treeModel
ツリーモデル


renderer

PFTreeCellRenderer renderer
ツリーセルレンダラー


クラス jp.go.aist.dmrc.platform.beans.gui.tree.PFTreeUserObject は java.lang.Object を拡張し、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.gui.chart.marker.PFTriangleMarker は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

triangle

java.awt.geom.GeneralPath triangle
三角形の形状データ


x

double x
中心点のX座標値


y

double y
中心点のY座標値


size

int size
点のサイズ


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFTriangleMarkerFactory は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.util.operator.PFUnaryOperatorPFOperator を拡張し、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.PFUtilityInvoker は java.lang.Object を拡張し、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.framework3d.PFUVCurveRepairer は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -1044040222012138016l

直列化メソッド

readExternal

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

writeExternal

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


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFVariable は java.lang.Object を拡張し、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


クラス jp.go.aist.dmrc.platform.beans.util.variable.PFVariableImplementer は java.lang.Object を拡張し、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.util.event.PFViewEventPFEvent を拡張し、Serializable を実装しています


クラス jp.go.aist.dmrc.platform.util.event.PFViewLocateEventPFViewEvent を拡張し、Serializable を実装しています

直列化されたフィールド

locateData

java.lang.Object locateData
Locate Data


クラス jp.go.aist.dmrc.platform.util.event.PFViewLocateEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -8352185555662682372l

直列化されたフィールド

listenerList

java.util.Vector listenerList
ロケートイベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.util.event.PFViewPickEventPFViewEvent を拡張し、Serializable を実装しています

直列化されたフィールド

pickData

java.lang.Object pickData
Pick Data


クラス jp.go.aist.dmrc.platform.util.event.PFViewPickEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: -3461629035551315703l

直列化されたフィールド

listenerList

java.util.Vector listenerList
ピックイベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.util.event.PFViewUpdateEventPFViewEvent を拡張し、Serializable を実装しています

直列化されたフィールド

viewMatrix

java.lang.Object viewMatrix
View Matrix


クラス jp.go.aist.dmrc.platform.util.event.PFViewUpdateEventSourceImpl は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 1530098803143198963l

直列化されたフィールド

listenerList

java.util.Vector listenerList
ビュー変更イベント用リスナのリスト


クラス jp.go.aist.dmrc.platform.beans.tutorial.PFWeatherInformation は java.lang.Object を拡張し、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.util.controller.PFWhileCountController は java.lang.Object を拡張し、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.io.PFWriter は java.lang.Object を拡張し、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.xml.PFXmlTransformer は java.lang.Object を拡張し、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.beans.gui.chart.marker.PFXShapedMarker は java.lang.Object を拡張し、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
点のサイズ


クラス jp.go.aist.dmrc.platform.beans.gui.chart.marker.PFXShapedMarkerFactory は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFXYChartPFChart を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化メソッド

readObject

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


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws 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
グラフ実領域


クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFXYChartMenuPFChartMenu を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l


クラス jp.go.aist.dmrc.platform.beans.gui.chart.model.PFXYChartModelConstraintsX は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

model

PFChartModel model
グラフデータ


クラス jp.go.aist.dmrc.platform.beans.gui.chart.model.PFXYChartModelConstraintsY は java.lang.Object を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

model

PFChartModel model
グラフデータ


クラス jp.go.aist.dmrc.platform.beans.gui.chart.render.PFXYChartRendererPFChartRenderer を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

coord

PFXYCoordSystem coord
座標描画


changeEnabled

boolean changeEnabled
グラフ上から値操作が可能かどうか


xChangeUnit

long xChangeUnit
グラフ要素をX軸方向へ動かすときの変更単位値


yChangeUnit

long yChangeUnit
グラフ要素をY軸方向へ動かすときの変更単位値


クラス jp.go.aist.dmrc.platform.beans.gui.chart.PFXYCoordSystemPFCoordSystem を拡張し、Serializable を実装しています

serialVersionUID: 20030531000000l

直列化されたフィールド

xAxis

PFNumberAxis xAxis
X軸データ


yAxis

PFNumberAxis yAxis
Y軸データ