com.bbn.openmap.util.propertyEditor
Class OnOffPropertyEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bycom.bbn.openmap.util.propertyEditor.TrueFalsePropertyEditor
          extended bycom.bbn.openmap.util.propertyEditor.OnOffPropertyEditor
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.awt.event.FocusListener, java.beans.PropertyEditor

public class OnOffPropertyEditor
extends TrueFalsePropertyEditor

A PropertyEditor that displays a On/Off option. The widget returns true or false as a string when queried.


Field Summary
 
Fields inherited from class com.bbn.openmap.util.propertyEditor.TrueFalsePropertyEditor
buttonGroup, falseButton, FalseString, option, trueButton, TrueString, useAltCommandStrings
 
Constructor Summary
OnOffPropertyEditor()
           
 
Methods inherited from class com.bbn.openmap.util.propertyEditor.TrueFalsePropertyEditor
actionPerformed, focusGained, focusLost, getAsText, getCustomEditor, getUseAltCommandStrings, setSelected, setUseAltCommandStrings, setValue, supportsCustomEditor
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnOffPropertyEditor

public OnOffPropertyEditor()


Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details