Package | Description |
---|---|
com.redhat.thermostat.client.core | |
com.redhat.thermostat.client.core.controllers | |
com.redhat.thermostat.client.swing | |
com.redhat.thermostat.client.ui | |
com.redhat.thermostat.storage.core |
An API to manipulate data, including the basic create, read, update, and
delete operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InformationService<T extends Ref>
Deprecated.
The preferred method is to use Platform plugins
|
class |
NameMatchingRefFilter<T extends Ref>
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
NameMatchingRefFilter.matchesPattern(Ref ref) |
Modifier and Type | Interface and Description |
---|---|
interface |
InformationServiceController<T extends Ref>
Deprecated.
use UIPluginInfo instead
|
Modifier and Type | Method and Description |
---|---|
Ref |
ReferenceSelectionChangedEvent.getOld() |
Ref |
ReferenceSelectionService.getReference() |
Ref |
ReferenceSelectionChangedEvent.getSelected() |
Constructor and Description |
---|
ReferenceSelectionChangedEvent(Object source,
Ref oldRef,
Ref newRef) |
Modifier and Type | Method and Description |
---|---|
boolean |
ReferenceFilter.applies(Ref reference)
Return
true if the given filter applies to this reference. |
void |
ReferenceContextAction.execute(Ref reference)
Invoked when the user selects this
ReferenceAction . |
PlatformIcon |
ReferenceFieldIconDecorator.getIcon(PlatformIcon originalIcon,
Ref reference)
The passed
PlatformIcon my be null, indicating no plugin has
set the icon. |
String |
ReferenceFieldLabelDecorator.getLabel(String originalLabel,
Ref reference)
The passed label my be null, indicating no plugin has set the label so
far.
|
PlatformIcon |
ReferenceFieldIconDecorator.getSelectedIcon(PlatformIcon originalIcon,
Ref reference)
The passed
PlatformIcon my be null, indicating no plugin has
set the icon. |
Modifier and Type | Class and Description |
---|---|
class |
HostRef
Identifies an agent or a host
|
class |
VmRef |
Copyright © 2017. All rights reserved.