datechooser.beans.editor
Class BooleanEditorFoo

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by datechooser.beans.editor.BooleanEditorFoo
All Implemented Interfaces:
java.beans.PropertyEditor

public class BooleanEditorFoo
extends java.beans.PropertyEditorSupport

Foo editor for boolean properties. Needs for uniform properties store.
Редактор-заглушка для свойств логического типа. Используется для единообразного сохранения свойств.

Since:
1.0
Author:
Androsov Vadim

Constructor Summary
BooleanEditorFoo()
           
 
Method Summary
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanEditorFoo

public BooleanEditorFoo()