Package adams.gui.goe
Class MekaEditorsRegistration
- java.lang.Object
-
- adams.gui.goe.AbstractEditorRegistration
-
- adams.gui.goe.MekaEditorsRegistration
-
- All Implemented Interfaces:
Serializable
public class MekaEditorsRegistration extends adams.gui.goe.AbstractEditorRegistration
Registers the MEKA GenericObjectEditor editors.- Version:
- $Revision: 4584 $
- 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.
-
Constructor Summary
Constructors Constructor Description MekaEditorsRegistration()
-
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.
-
-
-
Method Detail
-
hasRegistered
protected boolean hasRegistered()
Returns whether registration already occurred.- Specified by:
hasRegistered
in classadams.gui.goe.AbstractEditorRegistration
- Returns:
- true if registration already occurred
-
doRegister
protected boolean doRegister()
Performs the registration of the editors.- Specified by:
doRegister
in classadams.gui.goe.AbstractEditorRegistration
- Returns:
- true if registration successful
-
-