org.progeeks.meta.swing.editor
Class SimpleDateTimeEditor

java.lang.Object
  extended by org.progeeks.meta.swing.AbstractPropertyUI
      extended by org.progeeks.meta.swing.AbstractPropertyEditor
          extended by org.progeeks.meta.swing.editor.SimpleDateTimeEditor
All Implemented Interfaces:
MetaPropertyEditor, MetaPropertyUI

public class SimpleDateTimeEditor
extends AbstractPropertyEditor

Editor implementation for modifying date and time values.

Version:
$Revision: 1.5 $
Author:
Dave Sheremata

Constructor Summary
SimpleDateTimeEditor()
           
 
Method Summary
 java.awt.Component getUIComponent()
          Returns the component that renders the associated property mutator's value.
protected  void releaseComponent()
          Implemented by subclasses to release any component-related resources.
protected  void setComponentValue(java.lang.Object value)
          Called to set the current value displayed in the component.
 
Methods inherited from class org.progeeks.meta.swing.AbstractPropertyEditor
flushEdits
 
Methods inherited from class org.progeeks.meta.swing.AbstractPropertyUI
getPropertyMutator, getViewContext, initializeView, isLabeled, isSingleColumn, propertyChanged, release, resetComponentValue, setPropertyMutator, setPropertyValue, setupToolTipText, terminateView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.progeeks.meta.swing.MetaPropertyUI
getViewContext, initializeView, isLabeled, isSingleColumn, release, setPropertyMutator
 

Constructor Detail

SimpleDateTimeEditor

public SimpleDateTimeEditor()
Method Detail

releaseComponent

protected void releaseComponent()
Description copied from class: AbstractPropertyEditor
Implemented by subclasses to release any component-related resources.

Specified by:
releaseComponent in class AbstractPropertyEditor

setComponentValue

protected void setComponentValue(java.lang.Object value)
Description copied from class: AbstractPropertyUI
Called to set the current value displayed in the component.

Specified by:
setComponentValue in class AbstractPropertyUI

getUIComponent

public java.awt.Component getUIComponent()
Description copied from class: AbstractPropertyUI
Returns the component that renders the associated property mutator's value.

Specified by:
getUIComponent in interface MetaPropertyUI
Specified by:
getUIComponent in class AbstractPropertyUI


Copyright © 2002-2003 Paul Speed. All Rights Reserved.