org.weda.action
Interface StateableObject

All Known Implementing Classes:
AbstractEditor, BaseEditor, EditorError, EditorErrorComponent, EditorGroupComponent, EditorLabel, ExternalEditor, FileEditor, HintEditorError

public interface StateableObject

Author:
Mikhail Titov

Method Summary
 java.util.Map getState()
           
 void resetState(java.util.Map state)
           
 void restoreState(java.util.Map state)
           
 

Method Detail

getState

java.util.Map getState()

restoreState

void restoreState(java.util.Map state)

resetState

void resetState(java.util.Map state)


Copyright © 2005-2006 . All Rights Reserved.