パッケージ jp.ac.aiit.xdf.component.swing.attribute

インタフェースの概要
AttributeGetProcessor 実コンポーネントから属性値を取得するための処理を記述するクラス
AttributeProcessor  
AttributeSetProcessor 属性値を実コンポーネントに反映する処理を記述するクラス
 

クラスの概要
AttributeProcessingUnit 実コンポーネントに対する属性の処理方法(型変換、設定、取得)の組み合わせを保持するクラス
BgcolorProcessor bgcolor属性の為のAttributeProcessor。
CommonAttributeStore  
DoNothingAttributeProcessor 対象とする属性に対する属性処理を何も行わないようにするためのダミークラス
FixedAttributeProcessor  
GetterAttributeProcessor  
HeightProcessor コンポーネントの高さに関する属性値(min-height, pref-height, max-height)を反映するクラス
IconProcessor  
ObjectModelAttributeGetProcessor  
SelectedIndexProcessor comboboxやlistのselected属性の為のAttributeProcessor。
SetterAttributeProcessor リフレクションを用い、指定されたメソッドを用いて属性を反映するクラス
WidthHeightGetProcessor コンポーネントの高さや幅を取得するプロセッサの統合クラス インスタンスの生成方法によって、コンポーネントの最小幅、期待幅、最大幅、最小高、期待高、最大高のどれを取得するかを選択することが出来る。
WidthProcessor コンポーネントの幅に関する属性値(min-width, pref-width, max-width)を反映するクラス