Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jxbeans.utilities
Class LogPriorityPropertyEditor  view LogPriorityPropertyEditor download LogPriorityPropertyEditor.java

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byorg.jxbeans.utilities.LogPriorityPropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class LogPriorityPropertyEditor
extends java.beans.PropertyEditorSupport


Field Summary
 
Fields inherited from class java.beans.PropertyEditorSupport
 
Constructor Summary
LogPriorityPropertyEditor()
           
 
Method Summary
 java.lang.String[] getTags()
          Returns a list of possible choices for the value.
 void setAsText(java.lang.String aString)
          Sets the value as text.
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogPriorityPropertyEditor

public LogPriorityPropertyEditor()
Method Detail

getTags

public java.lang.String[] getTags()
Description copied from class: java.beans.PropertyEditorSupport
Returns a list of possible choices for the value.


setAsText

public void setAsText(java.lang.String aString)
               throws java.lang.IllegalArgumentException
Description copied from class: java.beans.PropertyEditorSupport
Sets the value as text. In this class, you cannot count on setAsText() doing anything useful across implementations. Implementation Note: In this implementation it checks if the String is "null", and if it is, sets the value to null, otherwise it throws an IllegalArgumentException.