chemaxon.alchemist.configbuilder
Class BasicConfigElementEditor

java.lang.Object
  extended by chemaxon.alchemist.configbuilder.AbstractConfigElementEditor
      extended by chemaxon.alchemist.configbuilder.BasicConfigElementEditor
All Implemented Interfaces:
ConfigElementEditor

public class BasicConfigElementEditor
extends AbstractConfigElementEditor

The default editor for BasicConfigElement objects

Author:
Istvan Cseh

Field Summary
 
Fields inherited from class chemaxon.alchemist.configbuilder.AbstractConfigElementEditor
element, mainPanel
 
Constructor Summary
BasicConfigElementEditor()
           
 
Method Summary
protected  void addComponents()
          Creates and adds components for mainPanel
protected  java.awt.LayoutManager getMainLayout()
          Returns a LayoutManager instance for mainPanel
 
Methods inherited from class chemaxon.alchemist.configbuilder.AbstractConfigElementEditor
getEditorComponent, getEditorValue, getMainPanel, getTitle, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicConfigElementEditor

public BasicConfigElementEditor()
Method Detail

getMainLayout

protected java.awt.LayoutManager getMainLayout()
Description copied from class: AbstractConfigElementEditor
Returns a LayoutManager instance for mainPanel

Specified by:
getMainLayout in class AbstractConfigElementEditor
Returns:
a LayoutManager instance for mainPanel

addComponents

protected void addComponents()
Description copied from class: AbstractConfigElementEditor
Creates and adds components for mainPanel

Specified by:
addComponents in class AbstractConfigElementEditor