|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 必須 | オプション | 詳細: 要素 |
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface ComponentAttribute
コンポーネントからSWTのウィジットに対するレンダリング方法を指定するアノテーションです。
任意要素の概要 | |
---|---|
ComponentAttribute.ConversionType |
conversionType
対象への変換方式を表します。 |
ComponentAttribute.SetTiming |
setTiming
対象への設定タイミングを表します。 |
ComponentAttribute.TargetType |
targetType
対象への設定方式を表します。 |
public abstract ComponentAttribute.TargetType targetType
public abstract ComponentAttribute.ConversionType conversionType
public abstract ComponentAttribute.SetTiming setTiming
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 必須 | オプション | 詳細: 要素 |