Searched defs:StatusGenericPanel (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java110 * the inheriting classes. In general a StatusGenericPanel is contained in a
112 * StatusGenericPanel is also notified when the dialog is displayed (through
115 public abstract class StatusGenericPanel extends JPanel class in inherits:JPanel,ConfigChangeListener
152 Logger.getLogger(StatusGenericPanel.class.getName());
255 protected StatusGenericPanel() method in class:StatusGenericPanel
1101 StatusGenericPanel.this.info,
1102 StatusGenericPanel.this.info.getServerDescriptor()));
1312 Utilities.getParentDialog(StatusGenericPanel.this);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java109 * the inheriting classes. In general a StatusGenericPanel is contained in a
111 * StatusGenericPanel is also notified when the dialog is displayed (through
114 public abstract class StatusGenericPanel extends JPanel class in inherits:JPanel,ConfigChangeListener
151 Logger.getLogger(StatusGenericPanel.class.getName());
254 protected StatusGenericPanel() method in class:StatusGenericPanel
1100 StatusGenericPanel.this.info,
1101 StatusGenericPanel.this.info.getServerDescriptor()));
1311 Utilities.getParentDialog(StatusGenericPanel.this);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java110 * the inheriting classes. In general a StatusGenericPanel is contained in a
112 * StatusGenericPanel is also notified when the dialog is displayed (through
115 public abstract class StatusGenericPanel extends JPanel class in inherits:JPanel,ConfigChangeListener
152 Logger.getLogger(StatusGenericPanel.class.getName());
255 protected StatusGenericPanel() method in class:StatusGenericPanel
1101 StatusGenericPanel.this.info,
1102 StatusGenericPanel.this.info.getServerDescriptor()));
1312 Utilities.getParentDialog(StatusGenericPanel.this);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java109 * the inheriting classes. In general a StatusGenericPanel is contained in a
111 * StatusGenericPanel is also notified when the dialog is displayed (through
114 public abstract class StatusGenericPanel extends JPanel class in inherits:JPanel,ConfigChangeListener
151 Logger.getLogger(StatusGenericPanel.class.getName());
254 protected StatusGenericPanel() method in class:StatusGenericPanel
1100 StatusGenericPanel.this.info,
1101 StatusGenericPanel.this.info.getServerDescriptor()));
1311 Utilities.getParentDialog(StatusGenericPanel.this);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java110 * the inheriting classes. In general a StatusGenericPanel is contained in a
112 * StatusGenericPanel is also notified when the dialog is displayed (through
115 public abstract class StatusGenericPanel extends JPanel class in inherits:JPanel,ConfigChangeListener
152 Logger.getLogger(StatusGenericPanel.class.getName());
255 protected StatusGenericPanel() method in class:StatusGenericPanel
1101 StatusGenericPanel.this.info,
1102 StatusGenericPanel.this.info.getServerDescriptor()));
1312 Utilities.getParentDialog(StatusGenericPanel.this);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java115 * the inheriting classes. In general a StatusGenericPanel is contained in a
117 * StatusGenericPanel is also notified when the dialog is displayed (through the
120 public abstract class StatusGenericPanel extends JPanel implements ConfigChangeListener class in inherits:JPanel,ConfigChangeListener
258 protected StatusGenericPanel() method in class:StatusGenericPanel
1089 configurationChanged(new ConfigurationChangeEvent(StatusGenericPanel.this.info,
1090 StatusGenericPanel.this.info.getServerDescriptor()));
1251 final Window window = Utilities.getParentDialog(StatusGenericPanel.this);

Completed in 59 milliseconds