public abstract class AbstractFeaturePanel extends AbstractFeature implements FeaturePanel
| Modifier and Type | Field and Description | 
|---|---|
| protected JPanel | panel | 
controller, featureIDchangeSupport, enabledACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Constructor and Description | 
|---|
| AbstractFeaturePanel(String s,
                    String featureID,
                    JPanel panel,
                    Registry registry) | 
| AbstractFeaturePanel(String s,
                    String featureID,
                    String largeIconPath,
                    JPanel panel,
                    Registry registry) | 
| Modifier and Type | Method and Description | 
|---|---|
| JComponent[] | getDialogControls() | 
| JPanel | getJPanel() | 
| void | initialize(Controller controller) | 
actionPerformed, addToToolBar, doActionPerformed, doPropertyChange, getController, getFeatureID, getName, getStringValue, isInitialized, isOn, isTwoState, propertyChange, register, setMenuAccellerator, turnOnaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFeatureID, getName, isOn, isTwoState, turnOnisInitializedaddPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledactionPerformedpropertyChangeprotected JPanel panel
public AbstractFeaturePanel(String s, String featureID, JPanel panel, Registry registry)
public JComponent[] getDialogControls()
getDialogControls in interface FeaturePanelpublic void initialize(Controller controller)
initialize in interface Initializableinitialize in class AbstractFeature