info.joseluismartin.gui.editor
Class DirtyState
java.lang.Object
info.joseluismartin.gui.editor.DirtyState
- All Implemented Interfaces:
- EditorState
public class DirtyState
- extends Object
- implements EditorState
- Author:
- Jose Luis Martin - (jlm@joseluismartin.info)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIRM_MESSAGE_KEY
public static final String CONFIRM_MESSAGE_KEY
- See Also:
- Constant Field Values
DirtyState
public DirtyState()
save
public void save()
- Save editor state
- Specified by:
save
in interface EditorState
getMessageSource
public org.springframework.context.MessageSource getMessageSource()
- Returns:
- the messageSource
setMessageSource
public void setMessageSource(org.springframework.context.MessageSource messageSource)
- Parameters:
messageSource
- the messageSource to set
getEditor
public Editor<?> getEditor()
- Returns:
- the editor
setEditor
public void setEditor(Editor<?> editor)
- Parameters:
editor
- the editor to set
Copyright © 2013 JDAL. All Rights Reserved.