org.progeeks.meta.swing
Interface MetaPropertyEditor

All Superinterfaces:
MetaPropertyUI
All Known Implementing Classes:
AbstractMetaObjectUI, AbstractPropertyEditor, AbstractSpinnerEditor, BooleanEditor, ColorEditor, ComboEnumeratedTypeEditor, ContainerEditor, DefaultPropertyEditor, DoubleEditor, FileEditor, FileListEditor, FloatEditor, FontEditor, IntegerEditor, ListEditor, LongStringEditor, MetaObjectTabbedPaneUI, MetaTabbedPanelUI, MultiColumnPanelUI, SimpleDateEditor, SimpleDateTimeEditor, SpinnerEnumeratedTypeEditor, TableUI

public interface MetaPropertyEditor
extends MetaPropertyUI

A component that allows editing of an instance of a specific type of property. There is generally a one-to-one mapping between editor instance and property mutator.

Version:
$Revision: 1.6 $
Author:
Paul Speed

Method Summary
 void flushEdits()
          Causes any edits in progress to be flushed to the mutator if possible.
 
Methods inherited from interface org.progeeks.meta.swing.MetaPropertyUI
getUIComponent, getViewContext, initializeView, isLabeled, isSingleColumn, release, setPropertyMutator
 

Method Detail

flushEdits

void flushEdits()
Causes any edits in progress to be flushed to the mutator if possible.



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