org.joone.util
Class SnapshotFormatEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.joone.util.SnapshotFormatEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class SnapshotFormatEditor
extends java.beans.PropertyEditorSupport

A property editor for the format property of a SnapshotRecorder plugin.

Author:
Olivier Hussenet
See Also:
SnapshotRecorder

Field Summary
 java.lang.String[] formats
          The supported snapshot formats
 
Constructor Summary
SnapshotFormatEditor()
           
 
Method Summary
 java.lang.String[] getTags()
          Get an array of legal string values.
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, 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
 

Field Detail

formats

public final java.lang.String[] formats
The supported snapshot formats

Constructor Detail

SnapshotFormatEditor

public SnapshotFormatEditor()
Method Detail

getTags

public java.lang.String[] getTags()
Get an array of legal string values.

Specified by:
getTags in interface java.beans.PropertyEditor
Overrides:
getTags in class java.beans.PropertyEditorSupport
Returns:
an array of all legal string values


Submit Feedback to pmarrone@users.sourceforge.net