Package | Description |
---|---|
org.opends.guitools.controlpanel.ui |
Contains the panels and dialogs displayed in the Control Panel.
|
org.opends.guitools.controlpanel.ui.components |
Contains some components used in the Control Panel: the MainActionsPane,
the ActionButton, etc.
|
Modifier and Type | Method and Description |
---|---|
protected abstract GenericDialog.ButtonType |
AbstractBrowseEntriesPanel.getBrowseButtonType()
Since these panel has a special layout, we cannot use the layout of the
GenericDialog and we return ButtonType.NO_BUTTON in the method
getButtonType.
|
GenericDialog.ButtonType |
LDAPEntrySelectionPanel.getBrowseButtonType()
Since these panel has a special layout, we cannot use the layout of the
GenericDialog and we return ButtonType.NO_BUTTON in the method
getButtonType.
|
GenericDialog.ButtonType |
BrowseEntriesPanel.getBrowseButtonType()
Since these panel has a special layout, we cannot use the layout of the
GenericDialog and we return ButtonType.NO_BUTTON in the method
getButtonType.
|
GenericDialog.ButtonType |
RefreshOptionsPanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
AbstractBrowseEntriesPanel.getButtonType() |
GenericDialog.ButtonType |
LDAPEntryPanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
SchemaBrowserRightPanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
TableViewEntryPanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
ErrorPanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
WindowsServicePanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
LocalOrRemotePanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
GeneralMonitoringRightPanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
BrowseGeneralMonitoringPanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
MonitoringAttributesViewPanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
ManageTasksPanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
IndexBrowserRightPanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
BinaryValuePanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
StatusGenericPanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
LDIFViewEntryPanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
ConnectionHandlerMonitoringPanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
BrowseIndexPanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
SimplifiedViewEntryPanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
AbstractBackendIndexesPanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
GenericDialog.ButtonType |
VLVIndexPanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
static GenericDialog.ButtonType |
GenericDialog.ButtonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericDialog.ButtonType[] |
GenericDialog.ButtonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GenericDialog.ButtonType |
TreePanel.getButtonType()
Returns the buttons that the dialog where this panel is contained should
display.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.