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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java93 private JLabel portLabel; field in class:LocalOrRemotePanel
358 portLabel = Utilities.createPrimaryLabel(
360 add(portLabel, gbc);
369 portLabel.setLabelFor(port);
492 setPrimaryValid(portLabel);
748 setPrimaryInvalid(portLabel);
836 setPrimaryValid(portLabel);
915 portLabel.setVisible(!isLocal);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java92 private JLabel portLabel; field in class:LocalOrRemotePanel
357 portLabel = Utilities.createPrimaryLabel(
359 add(portLabel, gbc);
368 portLabel.setLabelFor(port);
491 setPrimaryValid(portLabel);
747 setPrimaryInvalid(portLabel);
835 setPrimaryValid(portLabel);
914 portLabel.setVisible(!isLocal);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java93 private JLabel portLabel; field in class:LocalOrRemotePanel
358 portLabel = Utilities.createPrimaryLabel(
360 add(portLabel, gbc);
369 portLabel.setLabelFor(port);
492 setPrimaryValid(portLabel);
748 setPrimaryInvalid(portLabel);
836 setPrimaryValid(portLabel);
915 portLabel.setVisible(!isLocal);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java92 private JLabel portLabel; field in class:LocalOrRemotePanel
357 portLabel = Utilities.createPrimaryLabel(
359 add(portLabel, gbc);
368 portLabel.setLabelFor(port);
491 setPrimaryValid(portLabel);
747 setPrimaryInvalid(portLabel);
835 setPrimaryValid(portLabel);
914 portLabel.setVisible(!isLocal);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java93 private JLabel portLabel; field in class:LocalOrRemotePanel
358 portLabel = Utilities.createPrimaryLabel(
360 add(portLabel, gbc);
369 portLabel.setLabelFor(port);
492 setPrimaryValid(portLabel);
748 setPrimaryInvalid(portLabel);
836 setPrimaryValid(portLabel);
915 portLabel.setVisible(!isLocal);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java98 private JLabel portLabel; field in class:LocalOrRemotePanel
349 portLabel = Utilities.createPrimaryLabel(
351 add(portLabel, gbc);
360 portLabel.setLabelFor(port);
467 setPrimaryValid(portLabel);
704 setPrimaryInvalid(portLabel);
790 setPrimaryValid(portLabel);
870 portLabel.setVisible(!isLocal);

Completed in 39 milliseconds