| Package | Description |
|---|---|
| com.microfocus.awm.control |
Contains basic classes for executing AWM actions, like
the ActionExecutor.
|
| com.microfocus.awm.control.internal |
Internal implementations for action execution and data model manipulation.
|
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| com.microfocus.awm.model |
Contains interfaces which provide access to AWM managed
resources at run-time like AWM applications, elements, element lists,
filters, file descriptors, actions, tools, properties and the master
configuration, and so on.
|
| com.microfocus.awm.model.internal |
Internal implementations of AWM interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ElementListController.addElementListEntry(IElementList pElementList,
IElementListEntry pElementListEntry,
boolean pRefreshList)
Deprecated.
Element list entries are now being automatically added to
their element list during initialization.
|
static void |
ElementListController.addElementListEntry(IElementList pElementList,
IElementListEntry pElementListEntry,
int pIndex,
boolean pRefreshList)
Deprecated.
Element list entries are now being automatically added to
their element list during initialization.
|
int |
ElementListSorter.compare(IElementListEntry pE1,
IElementListEntry pE2) |
static void |
ElementListController.removeElementListEntry(IElementList pElementList,
IElementListEntry pElementListEntry,
boolean pRefreshList)
Deprecated.
Remove the given element list entry from the given element list.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ElementListController.addElementListEntries(IElementList pElementList,
java.util.List<IElementListEntry> pElementListEntries,
boolean pRefreshList)
Deprecated.
Add the given element list entry list to the given element list at the
given position.
|
static void |
ElementListController.removeElementListEntries(IElementList pElementList,
java.util.List<IElementListEntry> pElementListEntries,
boolean pRefreshList)
Deprecated.
Remove the given element list entry list from the given element list.
|
| Modifier and Type | Method and Description |
|---|---|
static IElementListEntry |
ResourceOperationProcessor.insertNewElementEntry(java.lang.String pNewEleID,
IElementListEntry pReferenceEntry,
ElementType pNewEleType,
IElementList pElmList,
java.util.Collection<IPropertyValue> pProperties,
boolean pInsertChild,
ISystemImage pSystemImage)
Creates a new element list entry and adds it to the element list.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IElementListEntry> |
ResourceOperationProcessor.getEntriesToSelect()
Returns a list of element list entries which should be selected after a
resource operation was executed.
|
| Modifier and Type | Method and Description |
|---|---|
static IElementListEntry |
ResourceOperationProcessor.insertNewElementEntry(java.lang.String pNewEleID,
IElementListEntry pReferenceEntry,
ElementType pNewEleType,
IElementList pElmList,
java.util.Collection<IPropertyValue> pProperties,
boolean pInsertChild,
ISystemImage pSystemImage)
Creates a new element list entry and adds it to the element list.
|
| Modifier and Type | Method and Description |
|---|---|
IElementListEntry |
TaurusFactory.createElementListEntry(IElementList pElementList,
java.lang.String pElementId,
ElementType pElementTyp)
Creates a new element list entry.
|
IElementListEntry |
TaurusFactory.createElementListEntry(IElementList pElementList,
java.lang.String pElementId,
ElementType pElementTyp,
int pState)
Creates a new element list entry.
|
IElementListEntry |
TaurusFactory.createElementListEntry(IElementList pElementList,
java.lang.String pElementListEntryID,
IElement pElement)
Creates a new element list entry.
|
IElementListEntry |
TaurusNotification.getElementListEntry()
Gets the the element list entry of the notification, which can be
null. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IElementListEntry> |
TaurusNotification.getElementListEntries()
Gets the element list entries which have been affected by the event.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.Integer> |
TaurusUtility.checkLineProp(IElementListEntry pElementListEntry)
Checks for the element list entry, its parent and its children if the
edit marker line property is set.
|
| Constructor and Description |
|---|
TaurusNotification(ETaurusNotification pType,
IElementListEntry pEntry)
Constructor used for notifications which evolve an element list entry.
|
| Constructor and Description |
|---|
TaurusNotification(IElement pDeletedElement,
java.util.Collection<IElementListEntry> pDeletedElementListEntries)
Constructor for a
ETaurusNotification.ELEMENT_REMOVED
notification. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElementListEntry
Abstract
IElementListEntry implementation. |
| Modifier and Type | Method and Description |
|---|---|
IElementListEntry |
IElementList.getElementListEntry(IElement pElment)
Gets the element list entry of this list for the given element.
|
IElementListEntry |
IElementDirectory.getElementListEntry(java.lang.String pID)
Returns a cached
IElementListEntry or null if no
entry with the given ID was found. |
IElementListEntry |
IElementListEntry.getParent()
Deprecated.
Used for tree tables only. This will be moved into UI in
future. Use
IResource.getParentResource() instead. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IElementListEntry> |
IElementListEntry.getChildrenEntries()
Deprecated.
Used for tree tables only. This will be moved into UI in
future. Use
getElementList() to get the lists
elements. |
java.util.List<IElementListEntry> |
IElementList.getElementListEntries()
Gets the list of element list entries.
|
java.util.Map<java.lang.String,IElementListEntry> |
IElementDirectory.getElementListEntries() |
java.util.Set<IElementListEntry> |
IElement.getElementListEntries()
Gets all element list entries for this element.
|
java.util.Set<IElementListEntry> |
IElementDirectory.getElementListEntries(IElement pElement)
Gets element list entries that belong to the given element.
|
java.util.List<IElementListEntry> |
IAction.getElementListEntriesToSelect() |
| Modifier and Type | Method and Description |
|---|---|
void |
IElementListEntry.addChild(IElementListEntry pListEntry)
Deprecated.
Used for tree tables only. This will be moved into UI in
future.
|
boolean |
IElementDirectory.addElementListEntries(IElementListEntry pElementListEntry,
IElement pElement)
Deprecated.
Do not use. Not required anymore. Element list entries are
automatically maintained in the directory.
|
void |
IElementList.addElementListEntry(IElementListEntry pElementListEntry)
Add the given element list entry to this element list's entry list.
|
void |
IElementDirectory.addElementListEntry(IElementListEntry pEntry)
Adds a new
IElementListEntry to the cache. |
void |
IElementList.addElementListEntry(IElementListEntry pElementListEntry,
int pIndex)
Add the given element list entry to this element list's entry list at the
given position.
|
void |
IElementListDirectory.addElementListEntry(IElementList pElementList,
IElementListEntry pElementListEntry,
boolean pRefresh)
Deprecated.
Element list entries are now being automatically added to
their element list during initialization.
|
void |
IElementListDirectory.addElementListEntry(IElementList pElementList,
IElementListEntry pElementListEntry,
int index,
boolean pRefresh)
Deprecated.
Element list entries are now being automatically added to
their element list during initialization.
|
void |
IAction.addElementListEntryToSelect(IElementListEntry pEntry)
Adds an
IElementListEntry to be selected after the execution of
the action. |
static java.util.Map<Property,IPropertyValue> |
AbstractElementListEntry.getAllPropertyValuesWithElementStatic(IElementListEntry pEntry)
Static call for
getAllPropertyValuesWithElement(). |
static IPropertyValue |
AbstractElementListEntry.getPropertyValueWithElementStatic(IElementListEntry pEntry,
Property pProp)
Static call for
getPropertyValueWithElement(Property). |
static java.lang.String |
AbstractElementListEntry.getTreeViewLabelStatic(IElementListEntry pEntry)
Static call for
getTreeViewLabel(). |
int |
IElementList.indexOf(IElementListEntry pEntry)
Returns the index of the given element list entry or
-1 if
it is not in the element list. |
void |
IUIUtility.refreshElementListEntryInViews(IElementListEntry pEntry)
Refreshes visual representations of the element list entry in AWM views.
|
void |
IElementListEntry.removeChild(IElementListEntry pListEntry)
Deprecated.
Used for tree tables only. This will be moved into UI in
future. Use
IResource.getChildrenResources() and
IResource.delete() to remove a specific child resource. |
void |
IElementList.removeElementListEntry(IElementListEntry pElementListEntry)
Remove the given element list entry from this element lists's entry list.
|
void |
IElementListDirectory.removeElementListEntry(IElementList pElementList,
IElementListEntry pElementListEntry,
boolean pRefreshList)
Deprecated.
To delete an element list entry from a list, simply call
IResource.delete() |
void |
IElementListEntry.setParent(IElementListEntry pParentListEntry)
Deprecated.
Used for tree tables only. This will be moved into UI in
future.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IElementListDirectory.addElementListEntries(IElementList pElementList,
java.util.List<IElementListEntry> pElementListEntries,
boolean pRefreshList)
Add the given element list entry list to the given element list at the
given position.
|
void |
IElementList.addElementListEntries(java.util.List<IElementListEntry> pElementListEntries)
Add the given list of element list entries to this element list's entry
list.
|
void |
IElementListDirectory.removeElementListEntries(IElementList pElementList,
java.util.List<IElementListEntry> pElementListEntries,
boolean pRefreshList)
Deprecated.
To delete an element list entry from a list, simply call
IResource.delete() |
void |
IElementList.removeElementListEntries(java.util.List<IElementListEntry> pElementListEntries)
Remove the given list of element list entries from this element list's
entry list.
|
void |
IElementList.setElementListEntries(java.util.List<IElementListEntry> pElementListEntries)
Deprecated.
This method does not maintain the children of this resource.
Use
IElementList.removeElementListEntries(List) and
IElementList.addElementListEntries(List) to set the entries of
the list. |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementListEntry
Main implementation of
IElementListEntry. |
| Modifier and Type | Method and Description |
|---|---|
IElementListEntry |
ElementList.getElementListEntry(IElement pElment) |
IElementListEntry |
ElementDirectory.getElementListEntry(java.lang.String pID) |
IElementListEntry |
ElementListEntry.getParent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IElementListEntry> |
ElementListEntry.getChildrenEntries() |
java.util.List<IElementListEntry> |
ElementList.getElementListEntries() |
java.util.Map<java.lang.String,IElementListEntry> |
ElementDirectory.getElementListEntries() |
java.util.Set<IElementListEntry> |
Element.getElementListEntries() |
java.util.Set<IElementListEntry> |
ElementDirectory.getElementListEntries(IElement pElement) |
java.util.List<IElementListEntry> |
Action.getElementListEntriesToSelect() |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementListEntry.addChild(IElementListEntry pListEntry) |
boolean |
ElementDirectory.addElementListEntries(IElementListEntry pElementListEntry,
IElement pElement) |
void |
ElementList.addElementListEntry(IElementListEntry pElementListEntry) |
void |
ElementDirectory.addElementListEntry(IElementListEntry pEntry) |
void |
ElementList.addElementListEntry(IElementListEntry pElementListEntry,
int index) |
void |
ElementListDirectory.addElementListEntry(IElementList pElementList,
IElementListEntry pElementListEntry,
boolean pRefreshList) |
void |
ElementListDirectory.addElementListEntry(IElementList pElementList,
IElementListEntry pElementListEntry,
int pIndex,
boolean pRefreshList) |
void |
Action.addElementListEntryToSelect(IElementListEntry pEntry) |
int |
ElementList.indexOf(IElementListEntry pEntry) |
void |
ElementListEntry.removeChild(IElementListEntry pListEntry) |
void |
ElementList.removeElementListEntry(IElementListEntry pElementListEntry) |
void |
ElementListDirectory.removeElementListEntry(IElementList pElementList,
IElementListEntry pElementListEntry,
boolean pRefreshList) |
void |
ElementListEntry.setParent(IElementListEntry pParentListEntry) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementListDirectory.addElementListEntries(IElementList pElementList,
java.util.List<IElementListEntry> pElementListEntries,
boolean pRefreshList) |
void |
ElementList.addElementListEntries(java.util.List<IElementListEntry> pElementListEntries) |
void |
ElementListDirectory.removeElementListEntries(IElementList pElementList,
java.util.List<IElementListEntry> pElementListEntries,
boolean pRefreshList) |
void |
ElementList.removeElementListEntries(java.util.List<IElementListEntry> pElementListEntries) |
void |
ElementList.setElementListEntries(java.util.List<IElementListEntry> pElementListEntries) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.