de.miethxml.toolkit.component
Interface GuiConfigurable

All Superinterfaces:
Configurable
All Known Implementing Classes:
ContextView, ContextViewComponentImpl, ExternalEditorSetup, ExternalViewerSetup, GeneralSetup, GeneralSetup, ProjectViewComponentManagerImpl

public interface GuiConfigurable
extends Configurable

Implement this interface to enable registration in the main preferences dialog.

Author:
Simon Mieth

Method Summary
 java.lang.String getLabel()
           
 javax.swing.JComponent getSetupComponent()
           
 
Methods inherited from interface de.miethxml.toolkit.component.Configurable
isSetup, setup
 

Method Detail

getLabel

public java.lang.String getLabel()

getSetupComponent

public javax.swing.JComponent getSetupComponent()