butler.ext.time
Class SwingDateChooser
java.lang.Object
butler.swing.util.ValueEditor.BaseImpl
butler.swing.util.DateEditor
butler.ext.time.SwingDateChooser
- All Implemented Interfaces:
- ValueEditor
public class SwingDateChooser
- extends DateEditor
- Author:
- Fredrik Bertilsson
Methods inherited from class butler.swing.util.ValueEditor.BaseImpl |
addChangeListener, fireStateChanged, getDatatype, isDirty, isNullable, setCaption, setDatatype, setEdited, setNullable, setValidator, setValue, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwingDateChooser
public SwingDateChooser()
throws java.lang.Exception
- Throws:
java.lang.Exception
SwingDateChooser
public SwingDateChooser(boolean stepping)
throws java.lang.Exception
- Throws:
java.lang.Exception
getValue
public java.lang.Object getValue()
throws java.lang.Exception
- Specified by:
getValue
in interface ValueEditor
- Overrides:
getValue
in class DateEditor
- Throws:
java.lang.Exception
getDate
public java.util.Date getDate()
throws java.lang.Exception
- Throws:
java.lang.Exception
setValue0
public void setValue0(java.lang.Object value)
throws java.lang.Exception
- Overrides:
setValue0
in class DateEditor
- Throws:
java.lang.Exception
getComponent
public javax.swing.JComponent getComponent()
- Specified by:
getComponent
in interface ValueEditor
- Overrides:
getComponent
in class DateEditor
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception