adams.gui.goe
Class WekaEditorsRegistration

java.lang.Object
  extended by adams.gui.goe.AbstractEditorRegistration
      extended by 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.
 
Constructor Summary
WekaEditorsRegistration()
           
 
Method Summary
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
getRegistrations, register, registerEditors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_Registered

protected static boolean m_Registered
whether registration already occurred.

Constructor Detail

WekaEditorsRegistration

public WekaEditorsRegistration()
Method Detail

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.