adams.gui.goe
Class WekaEditorsRegistration
java.lang.Object
adams.gui.goe.AbstractEditorRegistration
adams.gui.goe.WekaEditorsRegistration
- All Implemented Interfaces:
- Serializable
public class WekaEditorsRegistration
- extends AbstractEditorRegistration
Registers first the WEKA GenericObjectEditor editors and the ADAMS ones.
- Version:
- $Revision: 4584 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
|
Field Summary |
protected static boolean |
m_Registered
whether registration already occurred. |
|
Method Summary |
protected boolean |
doRegister()
Performs the registration of the editors. |
protected boolean |
hasRegistered()
Returns whether registration already occurred. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_Registered
protected static boolean m_Registered
- whether registration already occurred.
WekaEditorsRegistration
public WekaEditorsRegistration()
hasRegistered
protected boolean hasRegistered()
- Returns whether registration already occurred.
- Specified by:
hasRegistered in class AbstractEditorRegistration
- Returns:
- true if registration already occurred
doRegister
protected boolean doRegister()
- Performs the registration of the editors.
- Specified by:
doRegister in class AbstractEditorRegistration
- Returns:
- true if registration successful
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.