| Package | Description |
|---|---|
| com.redhat.thermostat.client.core | |
| com.redhat.thermostat.client.core.controllers | |
| com.redhat.thermostat.client.ui | |
| com.redhat.thermostat.storage.core |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InformationService<T extends Ref>
Marker interface for information services.
|
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>
The UI controller for a view that provides some information about a Host or a VM.
|
| 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 © 2015. All rights reserved.