Package | Description |
---|---|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
Modifier and Type | Method and Description |
---|---|
static void |
Utilities.setNotAvailable(SelectableLabelWithHelpIcon l)
Sets the not available text to a label with no icon nor tooltip.
|
static void |
Utilities.setNotAvailableBecauseAuthenticationIsRequired(SelectableLabelWithHelpIcon l)
Sets the not available text to a label and associates a help icon and a tooltip explaining that the data is not
available because authentication is required.
|
static void |
Utilities.setNotAvailableBecauseServerIsDown(SelectableLabelWithHelpIcon l)
Sets the not available text to a label and associates a help icon and a tooltip explaining that the data is not
available because the server is down.
|
static void |
Utilities.setTextValue(SelectableLabelWithHelpIcon l,
String text)
Sets the a text to a label with no icon nor tooltip.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.