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.AbstractEditorRegistrationRegisters 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 booleanm_Registeredwhether registration already occurred.
-
Constructor Summary
Constructors Constructor Description MekaEditorsRegistration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleandoRegister()Performs the registration of the editors.protected booleanhasRegistered()Returns whether registration already occurred.
-
-
-
Method Detail
-
hasRegistered
protected boolean hasRegistered()
Returns whether registration already occurred.- Specified by:
hasRegisteredin classadams.gui.goe.AbstractEditorRegistration- Returns:
- true if registration already occurred
-
doRegister
protected boolean doRegister()
Performs the registration of the editors.- Specified by:
doRegisterin classadams.gui.goe.AbstractEditorRegistration- Returns:
- true if registration successful
-
-