Modifier and Type | Method and Description |
---|---|
ModelItem |
ModelItem.getParent() |
Modifier and Type | Method and Description |
---|---|
List<? extends ModelItem> |
ModelItem.getChildren() |
Modifier and Type | Method and Description |
---|---|
boolean |
TargetSelector.applies(ModelItem target) |
Modifier and Type | Interface and Description |
---|---|
interface |
SoapUIAction<T extends ModelItem>
An action for a ModelItem
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSoapUIAction<T extends ModelItem>
Abstract SoapUIAction for extension
|
Modifier and Type | Interface and Description |
---|---|
interface |
TargetProvider<T extends ModelItem>
Defers the selection of an action target until when the action is actually invoked
|
static class |
TargetProvider.StaticTargetProvider<T extends ModelItem> |
Modifier and Type | Method and Description |
---|---|
ModelItem |
DesktopHistory.Entry.getModelItem() |
ModelItem |
DesktopPanel.getModelItem()
Gets the model item associated with this desktop panel
|
default ModelItem |
DesktopPanel.getNavigatorModelItem()
Gets the Navigator model item associated with this desktop panel
|
Modifier and Type | Method and Description |
---|---|
void |
DesktopHistory.addEntry(ModelItem modelItem) |
boolean |
DesktopPanel.dependsOn(ModelItem modelItem)
Checks if this desktop panel depends on the existence of the specified
model item, used for closing relevant panels.
|
Constructor and Description |
---|
Entry(ModelItem modelItem,
String moduleId) |
Modifier and Type | Method and Description |
---|---|
ModelItem |
ModelItemDeletionMessage.getItemDeleted() |
ModelItem |
ModelItemSelectionMessage.getItemSelected() |
ModelItem |
ModelItemParameterMessage.getModelItem() |
ModelItem |
ModelItemUpdateMessage.getModelItem() |
Constructor and Description |
---|
ModelItemDeletionMessage(ModelItem itemSelected) |
ModelItemDeletionMessage(ModelItem itemSelected,
Object source) |
ModelItemParameterMessage(ModelItem modelItem,
String command,
String parameter) |
ModelItemSelectionMessage(ModelItem itemSelected,
Object source) |
ModelItemSelectionMessage(ModelItem itemSelected,
Object source,
boolean propagateToNavigators)
Deprecated.
Use ModelItemSelectionMessage#ModelItemSelectionMessage(ModelItem, Object, ModelItemSelectionMessage.NavigatorSelectionStrategy) instead.
|
ModelItemSelectionMessage(ModelItem itemSelected,
Object source,
ModelItemSelectionMessage.NavigatorSelectionStrategy navigatorSelectionStrategy) |
ModelItemSelectionMessage(ModelItem itemSelected,
Object source,
ModelItemSelectionMessage.NavigatorSelectionStrategy navigatorSelectionStrategy,
boolean updateMainToolbar) |
ModelItemUpdateMessage(String propertyName,
Object oldValue,
Object newValue,
String modelItemId,
ModelItemType type,
ModelItem modelItem) |
Modifier and Type | Method and Description |
---|---|
static <T extends ModelItem> |
TargetProviderUtil.getModelItemForType(ModelItem modelItem,
Class<T> type) |
Modifier and Type | Method and Description |
---|---|
static <T extends ModelItem> |
TargetProviderUtil.getModelItemForType(ModelItem modelItem,
Class<T> type) |
Modifier and Type | Class and Description |
---|---|
class |
ContextModelItemProvider<T extends ModelItem>
Provides selected model item if it is of target type.
|
Modifier and Type | Method and Description |
---|---|
ModelItem |
SelectedModelItemProvider.getSelectedModelItem() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractToolBarAction<T extends ModelItem> |
Modifier and Type | Field and Description |
---|---|
protected ModelItem |
AbstractToolBarAction.selectedModelItem |
Modifier and Type | Method and Description |
---|---|
ModelItem |
InspectorPanelHiddenNotification.getModelItem() |
Constructor and Description |
---|
InspectorPanelHiddenNotification(ModelItem modelItem) |
Modifier and Type | Interface and Description |
---|---|
interface |
RunnableDesktopPanel<T extends ModelItem> |
Copyright © 2019. All rights reserved.