com.partnersoft.preferences.gui
Class SubsystemPreferencesPanel
java.lang.Object
com.partnersoft.preferences.gui.SubsystemPreferencesPanel
public class SubsystemPreferencesPanel
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubsystemPreferencesPanel
public SubsystemPreferencesPanel(PreferencesApp app,
java.lang.String subsystem)
- Create a subsystem preferences panel to edit the given subsystem name.
It will build a form based on the Cog type with a "Preferences" suffix to this name, e.g. "Sound" gets you "SoundPreferences" cogType.
getGui
public javax.swing.JComponent getGui()
getCustomForm
public Form getCustomForm()
getPresetForm
public Form getPresetForm()
getPresetFieldValue
public java.lang.String getPresetFieldValue()
setPresetFieldValue
public void setPresetFieldValue(java.lang.String newValue)
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)