Package adams.gui.goe

Class MOAClassOptionEditor

  • All Implemented Interfaces:
    adams.core.HelpProvider, PropertyEditor

    public class MOAClassOptionEditor
    extends adams.gui.goe.AbstractPropertyEditorSupport
    An editor for MOA ClassOption objects.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    ClassOption
    • Field Detail

      • m_CustomEditor

        protected Component m_CustomEditor
        the custom editor.
      • m_EditComponent

        protected com.github.javacliparser.gui.ClassOptionEditComponent m_EditComponent
        the component for editing.
    • Constructor Detail

      • MOAClassOptionEditor

        public MOAClassOptionEditor()
    • Method Detail

      • isPaintable

        public boolean isPaintable()
        Returns true since this editor is paintable.
        Specified by:
        isPaintable in interface PropertyEditor
        Overrides:
        isPaintable in class adams.gui.goe.AbstractPropertyEditorSupport
        Returns:
        always true.
      • createCustomEditor

        protected JComponent createCustomEditor()
        Creates the custom editor.
        Specified by:
        createCustomEditor in class adams.gui.goe.AbstractPropertyEditorSupport
        Returns:
        the editor