インタフェース
java.beans.PropertyEditorの使用
PropertyEditorを使用するパッケージ
-
java.beansでのPropertyEditorの使用
PropertyEditorを実装しているjava.beansのクラスPropertyEditorを返すjava.beansのメソッド修飾子と型メソッド説明PropertyDescriptor.createPropertyEditor(Object bean)
現在のプロパティ・エディタ・クラスを使用してプロパティ・エディタのインスタンスを構築します。static PropertyEditor
PropertyEditorManager.findEditor(Class<?> targetType)
指定されたターゲット型の値エディタを見つけます。