Searched defs:info (Results 76 - 100 of 538) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DRestartServerTask.java54 * @param info the control panel information.
57 public RestartServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
59 super(info, dlg);
60 startTask = new StartServerTask(info, dlg);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DControlCenterMainPane.java68 * @param info the control panel info.
70 public ControlCenterMainPane(ControlPanelInfo info) argument
78 statusPane.setInfo(info);
81 mainActionsPane.setInfo(info);
97 info.addConfigChangeListener(new ConfigChangeListener()
167 if (info.getServerDescriptor() != null)
169 updateAuthenticationLabel(info.getServerDescriptor());
230 * @param info the control panel information object.
234 public static GenericDialog getLocalOrRemoteDialog(ControlPanelInfo info) argument
256 getLocalServerLoginDialog(ControlPanelInfo info) argument
[all...]
H A DMainMenuBar.java62 * @param info the control panel information.
64 public MainMenuBar(ControlPanelInfo info) argument
66 super(info);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanel.java70 private ControlPanelInfo info; field in class:ControlPanel
108 info = ControlPanelInfo.getInstance();
127 info.setTrustManager(new BlindApplicationTrustManager());
129 info.setConnectTimeout(argParser.getConnectTimeout());
138 localOrRemotePanel.setInfo(info);
162 handleWindowClosed(localOrRemote, info);
170 final ControlPanelInfo info)
172 if (info.getServerDescriptor() == null)
174 MainMenuBar menuBar = new MainMenuBar(info);
179 updateSharedLocalOrRemotePanel(localOrRemote, info);
169 handleWindowClosed(GenericFrame localOrRemote, final ControlPanelInfo info) argument
258 updateSharedLocalOrRemotePanel(RootPaneContainer localOrRemote, ControlPanelInfo info) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupDescriptor.java58 private BackupInfo info; field in class:BackupDescriptor
77 * @param info the BackupInfo object that contains all the information about
80 public BackupDescriptor(BackupInfo info) argument
82 this.path = new File(info.getBackupDirectory().getPath());
83 this.creationDate = info.getBackupDate();
84 this.type = info.isIncremental() ? Type.INCREMENTAL : Type.FULL;
85 this.id = info.getBackupID();
86 this.info = info;
132 return info;
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DRestartServerTask.java53 * @param info the control panel information.
56 public RestartServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
58 super(info, dlg);
59 startTask = new StartServerTask(info, dlg);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DControlCenterMainPane.java67 * @param info the control panel info.
69 public ControlCenterMainPane(ControlPanelInfo info) argument
77 statusPane.setInfo(info);
80 mainActionsPane.setInfo(info);
96 info.addConfigChangeListener(new ConfigChangeListener()
166 if (info.getServerDescriptor() != null)
168 updateAuthenticationLabel(info.getServerDescriptor());
229 * @param info the control panel information object.
233 public static GenericDialog getLocalOrRemoteDialog(ControlPanelInfo info) argument
255 getLocalServerLoginDialog(ControlPanelInfo info) argument
[all...]
H A DMainMenuBar.java61 * @param info the control panel information.
63 public MainMenuBar(ControlPanelInfo info) argument
65 super(info);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanel.java71 private ControlPanelInfo info; field in class:ControlPanel
109 info = ControlPanelInfo.getInstance();
128 info.setTrustManager(new BlindApplicationTrustManager());
130 info.setConnectTimeout(argParser.getConnectTimeout());
139 localOrRemotePanel.setInfo(info);
163 handleWindowClosed(localOrRemote, info);
171 final ControlPanelInfo info)
173 if (info.getServerDescriptor() == null)
175 MainMenuBar menuBar = new MainMenuBar(info);
180 updateSharedLocalOrRemotePanel(localOrRemote, info);
170 handleWindowClosed(GenericFrame localOrRemote, final ControlPanelInfo info) argument
259 updateSharedLocalOrRemotePanel(RootPaneContainer localOrRemote, ControlPanelInfo info) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupDescriptor.java59 private BackupInfo info; field in class:BackupDescriptor
78 * @param info the BackupInfo object that contains all the information about
81 public BackupDescriptor(BackupInfo info) argument
83 this.path = new File(info.getBackupDirectory().getPath());
84 this.creationDate = info.getBackupDate();
85 this.type = info.isIncremental() ? Type.INCREMENTAL : Type.FULL;
86 this.id = info.getBackupID();
87 this.info = info;
133 return info;
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanel.java71 private ControlPanelInfo info; field in class:ControlPanel
109 info = ControlPanelInfo.getInstance();
128 info.setTrustManager(new BlindApplicationTrustManager());
130 info.setConnectTimeout(argParser.getConnectTimeout());
139 localOrRemotePanel.setInfo(info);
163 handleWindowClosed(localOrRemote, info);
171 final ControlPanelInfo info)
173 if (info.getServerDescriptor() == null)
175 MainMenuBar menuBar = new MainMenuBar(info);
180 updateSharedLocalOrRemotePanel(localOrRemote, info);
170 handleWindowClosed(GenericFrame localOrRemote, final ControlPanelInfo info) argument
259 updateSharedLocalOrRemotePanel(RootPaneContainer localOrRemote, ControlPanelInfo info) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupDescriptor.java59 private BackupInfo info; field in class:BackupDescriptor
78 * @param info the BackupInfo object that contains all the information about
81 public BackupDescriptor(BackupInfo info) argument
83 this.path = new File(info.getBackupDirectory().getPath());
84 this.creationDate = info.getBackupDate();
85 this.type = info.isIncremental() ? Type.INCREMENTAL : Type.FULL;
86 this.id = info.getBackupID();
87 this.info = info;
133 return info;
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DRestartServerTask.java54 * @param info the control panel information.
57 public RestartServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
59 super(info, dlg);
60 startTask = new StartServerTask(info, dlg);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DControlCenterMainPane.java68 * @param info the control panel info.
70 public ControlCenterMainPane(ControlPanelInfo info) argument
78 statusPane.setInfo(info);
81 mainActionsPane.setInfo(info);
97 info.addConfigChangeListener(new ConfigChangeListener()
167 if (info.getServerDescriptor() != null)
169 updateAuthenticationLabel(info.getServerDescriptor());
230 * @param info the control panel information object.
234 public static GenericDialog getLocalOrRemoteDialog(ControlPanelInfo info) argument
256 getLocalServerLoginDialog(ControlPanelInfo info) argument
[all...]
H A DMainMenuBar.java62 * @param info the control panel information.
64 public MainMenuBar(ControlPanelInfo info) argument
66 super(info);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanel.java70 private ControlPanelInfo info; field in class:ControlPanel
108 info = ControlPanelInfo.getInstance();
127 info.setTrustManager(new BlindApplicationTrustManager());
129 info.setConnectTimeout(argParser.getConnectTimeout());
138 localOrRemotePanel.setInfo(info);
162 handleWindowClosed(localOrRemote, info);
170 final ControlPanelInfo info)
172 if (info.getServerDescriptor() == null)
174 MainMenuBar menuBar = new MainMenuBar(info);
179 updateSharedLocalOrRemotePanel(localOrRemote, info);
169 handleWindowClosed(GenericFrame localOrRemote, final ControlPanelInfo info) argument
258 updateSharedLocalOrRemotePanel(RootPaneContainer localOrRemote, ControlPanelInfo info) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupDescriptor.java58 private BackupInfo info; field in class:BackupDescriptor
77 * @param info the BackupInfo object that contains all the information about
80 public BackupDescriptor(BackupInfo info) argument
82 this.path = new File(info.getBackupDirectory().getPath());
83 this.creationDate = info.getBackupDate();
84 this.type = info.isIncremental() ? Type.INCREMENTAL : Type.FULL;
85 this.id = info.getBackupID();
86 this.info = info;
132 return info;
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DRestartServerTask.java53 * @param info the control panel information.
56 public RestartServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
58 super(info, dlg);
59 startTask = new StartServerTask(info, dlg);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DControlCenterMainPane.java67 * @param info the control panel info.
69 public ControlCenterMainPane(ControlPanelInfo info) argument
77 statusPane.setInfo(info);
80 mainActionsPane.setInfo(info);
96 info.addConfigChangeListener(new ConfigChangeListener()
166 if (info.getServerDescriptor() != null)
168 updateAuthenticationLabel(info.getServerDescriptor());
229 * @param info the control panel information object.
233 public static GenericDialog getLocalOrRemoteDialog(ControlPanelInfo info) argument
255 getLocalServerLoginDialog(ControlPanelInfo info) argument
[all...]
H A DMainMenuBar.java61 * @param info the control panel information.
63 public MainMenuBar(ControlPanelInfo info) argument
65 super(info);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanel.java71 private ControlPanelInfo info; field in class:ControlPanel
109 info = ControlPanelInfo.getInstance();
128 info.setTrustManager(new BlindApplicationTrustManager());
130 info.setConnectTimeout(argParser.getConnectTimeout());
139 localOrRemotePanel.setInfo(info);
163 handleWindowClosed(localOrRemote, info);
171 final ControlPanelInfo info)
173 if (info.getServerDescriptor() == null)
175 MainMenuBar menuBar = new MainMenuBar(info);
180 updateSharedLocalOrRemotePanel(localOrRemote, info);
170 handleWindowClosed(GenericFrame localOrRemote, final ControlPanelInfo info) argument
259 updateSharedLocalOrRemotePanel(RootPaneContainer localOrRemote, ControlPanelInfo info) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupDescriptor.java59 private BackupInfo info; field in class:BackupDescriptor
78 * @param info the BackupInfo object that contains all the information about
81 public BackupDescriptor(BackupInfo info) argument
83 this.path = new File(info.getBackupDirectory().getPath());
84 this.creationDate = info.getBackupDate();
85 this.type = info.isIncremental() ? Type.INCREMENTAL : Type.FULL;
86 this.id = info.getBackupID();
87 this.info = info;
133 return info;
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DRestartServerTask.java54 * @param info the control panel information.
57 public RestartServerTask(ControlPanelInfo info, ProgressDialog dlg) argument
59 super(info, dlg);
60 startTask = new StartServerTask(info, dlg);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DControlCenterMainPane.java68 * @param info the control panel info.
70 public ControlCenterMainPane(ControlPanelInfo info) argument
78 statusPane.setInfo(info);
81 mainActionsPane.setInfo(info);
97 info.addConfigChangeListener(new ConfigChangeListener()
167 if (info.getServerDescriptor() != null)
169 updateAuthenticationLabel(info.getServerDescriptor());
230 * @param info the control panel information object.
234 public static GenericDialog getLocalOrRemoteDialog(ControlPanelInfo info) argument
256 getLocalServerLoginDialog(ControlPanelInfo info) argument
[all...]
H A DMainMenuBar.java62 * @param info the control panel information.
64 public MainMenuBar(ControlPanelInfo info) argument
66 super(info);

Completed in 97 milliseconds

1234567891011>>