public final class RemoteControlPreference extends DefaultTabPreferenceSetting
Modifier and Type | Class and Description |
---|---|
static class |
RemoteControlPreference.Factory
Factory used to build a new instance of this preference setting
|
Modifier and Type | Field and Description |
---|---|
private javax.swing.JCheckBox |
alwaysAskUserConfirm |
private javax.swing.JCheckBox |
enableHttpsSupport |
private javax.swing.JCheckBox |
enableRemoteControl |
private javax.swing.JButton |
installCertificate |
private javax.swing.JCheckBox |
loadInNewLayer |
private java.util.Map<PermissionPrefWithDefault,javax.swing.JCheckBox> |
prefs |
private javax.swing.JButton |
uninstallCertificate |
Modifier | Constructor and Description |
---|---|
private |
RemoteControlPreference() |
Modifier and Type | Method and Description |
---|---|
void |
addGui(PreferenceTabbedPane gui)
Add the GUI elements to the dialog.
|
boolean |
ok()
Called when OK is pressed to save the setting in the preferences file.
|
addSubTab, addSubTab, createPreferenceTabWithScrollPane, getDescription, getIconName, getSubTab, getTabPane, getTitle, getTooltip, registerSubTab, selectSubTab
isExpert
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isExpert
private final java.util.Map<PermissionPrefWithDefault,javax.swing.JCheckBox> prefs
private javax.swing.JCheckBox enableRemoteControl
private javax.swing.JCheckBox enableHttpsSupport
private javax.swing.JButton installCertificate
private javax.swing.JButton uninstallCertificate
private final javax.swing.JCheckBox loadInNewLayer
private final javax.swing.JCheckBox alwaysAskUserConfirm
private RemoteControlPreference()
public void addGui(PreferenceTabbedPane gui)
PreferenceSetting
gui
- the preferences tab panepublic boolean ok()
PreferenceSetting
true
if restart is required