org.springframework.richclient.application
Interface Editor

Show UML class diagram
All Superinterfaces:
ControlFactory, DescribedElement, Dirtyable, PageComponent, PropertyChangePublisher, Saveable, VisualizedElement

public interface Editor
extends PageComponent, Dirtyable, Saveable


Field Summary
 
Fields inherited from interface org.springframework.richclient.core.DescribedElement
CAPTION_PROPERTY, DESCRIPTION_PROPERTY, DISPLAY_NAME_PROPERTY
 
Fields inherited from interface org.springframework.richclient.core.Dirtyable
DIRTY_PROPERTY
 
Method Summary
 Object getEditorInput()
          Returns the object this editor is using.
 void setEditorInput(Object input)
          Sets the object for this editor to edit.
 
Methods inherited from interface org.springframework.richclient.application.PageComponent
canClose, close, componentClosed, componentFocusGained, componentFocusLost, componentOpened, dispose, getContext, getId, setContext, setDescriptor
 
Methods inherited from interface org.springframework.binding.value.PropertyChangePublisher
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from interface org.springframework.richclient.core.DescribedElement
getCaption, getDescription, getDisplayName
 
Methods inherited from interface org.springframework.richclient.core.VisualizedElement
getIcon, getImage
 
Methods inherited from interface org.springframework.richclient.factory.ControlFactory
getControl
 
Methods inherited from interface org.springframework.richclient.core.Saveable
isSaveAsSupported, isSaveOnCloseRecommended, save, save, saveAs
 
Methods inherited from interface org.springframework.richclient.core.Dirtyable
isDirty
 

Method Detail

setEditorInput

void setEditorInput(Object input)
Sets the object for this editor to edit.

Parameters:
input - the input

getEditorInput

Object getEditorInput()
Returns the object this editor is using.

Returns:
theh input


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.