Package adams.gui.goe
Class AdamsEditorsRegistration
- java.lang.Object
-
- adams.gui.goe.AbstractEditorRegistration
-
- adams.gui.goe.AdamsEditorsRegistration
-
- All Implemented Interfaces:
Serializable
public class AdamsEditorsRegistration extends AbstractEditorRegistration
Registers the ADAMS GenericObjectEditor editors.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static boolean
m_Registered
whether registration already occurred.-
Fields inherited from class adams.gui.goe.AbstractEditorRegistration
LOGGER, m_Logger
-
-
Constructor Summary
Constructors Constructor Description AdamsEditorsRegistration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
doRegister()
Performs the registration of the editors.protected boolean
hasRegistered()
Returns whether registration already occurred.-
Methods inherited from class adams.gui.goe.AbstractEditorRegistration
getLogger, getRegistrations, register, registerEditors
-
-
-
-
Method Detail
-
hasRegistered
protected boolean hasRegistered()
Returns whether registration already occurred.- Specified by:
hasRegistered
in classAbstractEditorRegistration
- Returns:
- true if registration already occurred
-
doRegister
protected boolean doRegister()
Performs the registration of the editors.- Specified by:
doRegister
in classAbstractEditorRegistration
- Returns:
- true if registration successful
-
-