Modifier and Type | Method and Description |
---|---|
LocalizedString |
InformationServiceController.getLocalizedName() |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
ProgressHandle.getName() |
LocalizedString |
ProgressHandle.getTask()
Gets the task
LocalizedString currently associated with this
ProgressHandle . |
Modifier and Type | Method and Description |
---|---|
void |
ProgressHandle.setTask(LocalizedString task)
Sets the task currently associated
|
Constructor and Description |
---|
ProgressHandle(LocalizedString name)
Create a new
ProgressHandle with the given name and task set
as EMPTY_STRING . |
Modifier and Type | Method and Description |
---|---|
abstract void |
VmInformationView.addChildView(LocalizedString title,
UIComponent view) |
abstract void |
HostInformationView.addChildView(LocalizedString title,
UIComponent view) |
abstract void |
HostInformationView.removeChildView(LocalizedString title) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
HeaderPanel.getHeader() |
Modifier and Type | Method and Description |
---|---|
void |
HeaderPanel.setHeader(LocalizedString header) |
void |
SearchField.setLabel(LocalizedString label) |
void |
SearchField.setTooltip(LocalizedString tooltip) |
Constructor and Description |
---|
ActionButton(Icon icon,
LocalizedString text) |
ActionToggleButton(Icon icon,
LocalizedString text) |
HeaderPanel(LocalizedString header) |
HeaderPanel(Preferences prefs,
LocalizedString header) |
LabelField(LocalizedString text) |
LocalizedLabel(LocalizedString text) |
OverlayPanel(LocalizedString title)
Creates a new
OverlayPanel , with an arrow facing upward. |
OverlayPanel(LocalizedString title,
boolean displayArrow)
Creates a new
OverlayPanel . |
SectionHeader(LocalizedString text) |
ShadowLabel(LocalizedString text) |
ShadowLabel(LocalizedString text,
Icon icon) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
ContextAction.getDescription()
A user-visible description for this action
|
LocalizedString |
MenuAction.getDescription()
A user-visible description of what this
MenuAction does. |
LocalizedString |
ContextAction.getName()
A user-visible name for this action
|
LocalizedString |
MenuAction.getName()
The user-visible text displayed as the menu item.
|
LocalizedString[] |
MenuAction.getPath()
The path to the menu action.
|
Modifier and Type | Method and Description |
---|---|
LocalizedString |
CommandException.getTranslatedMessage() |
Constructor and Description |
---|
CommandException(LocalizedString message) |
CommandException(LocalizedString message,
Throwable cause) |
CommandLineArgumentParseException(LocalizedString message) |
CommandLineArgumentParseException(LocalizedString message,
Throwable cause) |
Constructor and Description |
---|
InvalidConfigurationException(LocalizedString message) |
InvalidConfigurationException(LocalizedString message,
Throwable cause) |
Modifier and Type | Field and Description |
---|---|
static LocalizedString |
LocalizedString.EMPTY_STRING |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
Translate.localize(T toTranslate) |
LocalizedString |
Translate.localize(T toTranslate,
String... params) |
LocalizedString |
Translate.localize(T toTranslate,
String[] specialParams,
String separator,
int position,
String... params)
Creates a
LocalizedString that can contain one list of unknown length
that gets inserted as a single String, with separator as specified, into
the regular translate parameters at a given position. |
Copyright © 2014. All rights reserved.