|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.gui.SimpleDateFormatEditor
public class SimpleDateFormatEditor
Class for editing SimpleDateFormat strings.
SimpleDateFormat
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_FORMAT
the default format |
Constructor Summary | |
---|---|
SimpleDateFormatEditor()
Constructs a new SimpleDateFormatEditor. |
Method Summary | |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Adds an object to the list of those that wish to be informed when the date format changes. |
java.lang.String |
getAsText()
Returns the date format string. |
java.awt.Component |
getCustomEditor()
Gets a GUI component with which the user can edit the date format. |
java.lang.String |
getJavaInitializationString()
Returns the Java code that generates an object the same as the one being edited. |
java.lang.String[] |
getTags()
Some objects can return tags, but a date format cannot. |
java.lang.Object |
getValue()
Gets the date format that is being edited. |
boolean |
isPaintable()
Indicates whether the object can be represented graphically. |
void |
paintValue(java.awt.Graphics gfx,
java.awt.Rectangle box)
Paints a graphical representation of the object. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Removes an object from the list of those that wish to be informed when the date format changes. |
void |
setAsText(java.lang.String text)
Sets the date format string. |
void |
setValue(java.lang.Object value)
Sets the value of the date format to be edited. |
boolean |
supportsCustomEditor()
Indicates whether the date format can be edited in a GUI, which it can. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_FORMAT
Constructor Detail |
---|
public SimpleDateFormatEditor()
Method Detail |
---|
public void setValue(java.lang.Object value)
setValue
in interface java.beans.PropertyEditor
value
- a SimpleDateFormat object to be editedpublic java.lang.Object getValue()
getValue
in interface java.beans.PropertyEditor
public boolean isPaintable()
isPaintable
in interface java.beans.PropertyEditor
public void paintValue(java.awt.Graphics gfx, java.awt.Rectangle box)
paintValue
in interface java.beans.PropertyEditor
gfx
- the graphics context to draw the representation tobox
- the bounds within which the representation should fit.public java.lang.String getJavaInitializationString()
getJavaInitializationString
in interface java.beans.PropertyEditor
public java.lang.String getAsText()
getAsText
in interface java.beans.PropertyEditor
public void setAsText(java.lang.String text)
setAsText
in interface java.beans.PropertyEditor
text
- the date format stringpublic java.lang.String[] getTags()
getTags
in interface java.beans.PropertyEditor
public java.awt.Component getCustomEditor()
getCustomEditor
in interface java.beans.PropertyEditor
public boolean supportsCustomEditor()
supportsCustomEditor
in interface java.beans.PropertyEditor
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
addPropertyChangeListener
in interface java.beans.PropertyEditor
listener
- a new listener to add to the listpublic void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener
in interface java.beans.PropertyEditor
listener
- the listener to remove from the list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |