| Package | Description |
|---|---|
| com.microfocus.awm.control |
Contains basic classes for executing AWM actions, like
the ActionExecutor.
|
| 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 IFilter |
FilterController.getFilter(java.lang.String pFilterID)
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FilterController.execFilterAdd(IFilter pFilter,
boolean pSaveFilter,
boolean pNotify)
Add a the given filter to the TAURUS filter list.
|
static void |
FilterController.execFilterAdd(IFilter pFilter,
boolean pSaveFilter,
boolean pNotify,
int pIndex)
Add the given filter to the TAURUS filter list at the given position.
|
static void |
FilterController.execFilterMove(IFilter pFilter,
boolean pSaveFilter,
boolean pNotify,
int pIndex)
Move the given filter to the TAURUS filter list at the given position.
|
static void |
FilterController.execFilterRemove(IFilter pFilter)
Remove the given filter from the TAURUS filter list.
|
static int |
FilterController.indexOf(IFilter pFilter)
Returns the index of the given filter or
-1 if it is not in
the filter list. |
static void |
FilterController.setFilter(IFilter pFilter)
Call the
FilterList.setFilter(IFilter). |
| Modifier and Type | Method and Description |
|---|---|
static void |
FilterController.execFilterAdd(java.util.List<IFilter> pFilters,
boolean pSaveFilter,
boolean pNotify)
Add the given filters to the TAURUS filter list.
|
static void |
FilterController.execFilterAdd(java.util.List<IFilter> pFilters,
boolean pSaveFilter,
boolean pNotify,
int pIndex)
Add the given filters to the TAURUS filter list at the given position.
|
static void |
FilterController.execFilterMove(java.util.List<IFilter> pFilters,
boolean pSaveFilter,
boolean pNotify,
int pIndex)
Move the given filters to the TAURUS filter list at the given position.
|
static void |
FilterController.execFilterRemove(java.util.List<IFilter> pFilters)
Remove the given filters from the TAURUS filter list.
|
| Modifier and Type | Method and Description |
|---|---|
IFilter |
TaurusFactory.createFilter(FilterType pFilterType,
java.lang.String pID)
Creates a new filter.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionDescriptor |
TaurusModelUtilities.getDefaultFilterAction(IFilter pFilter)
Get the default filter action for the given filter.
|
| Modifier and Type | Method and Description |
|---|---|
IFilter |
IFilterList.getFilter(java.lang.String pFilterID)
Get the filter with the given
IFilter id from the
IFilterList. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IFilter> |
IFilterList.getFilters()
Gets the list of all currently loaded
IFilters. |
| Modifier and Type | Method and Description |
|---|---|
void |
IFilterList.addFilter(IFilter pFilter,
boolean pSaveFilters,
boolean pNotify)
Add a the given
IFilter to the IFilterList. |
void |
IFilterList.addFilter(IFilter pFilter,
boolean pSaveFilters,
boolean pNotify,
int pIndex)
Add the given
IFilter to the IFilterList at the given
position. |
int |
IFilterList.indexOf(IFilter pFilter)
|
void |
IFilterList.moveFilter(IFilter pFilter,
boolean pSaveFilters,
boolean pNotify,
int pIndex)
Move the given
IFilter to the IFilterList at the given
position. |
void |
IFilterList.removeFilter(IFilter pFilter)
Remove the given
IFilter from the IFilterList. |
| Modifier and Type | Method and Description |
|---|---|
void |
IFilterList.addFilter(java.util.List<IFilter> pFilters,
boolean pSaveFilters,
boolean pNotify)
Add a the given
IFilter to the IFilterList. |
void |
IFilterList.addFilter(java.util.List<IFilter> pFilters,
boolean pSaveFilters,
boolean pNotify,
int pIndex)
Add the given
IFilter to the IFilterList at the given
position. |
void |
IFilterList.moveFilter(java.util.List<IFilter> pFilters,
boolean pSaveFilters,
boolean pNotify,
int pIndex)
Move the given
IFilters to the IFilterList list at the
given position. |
void |
IFilterList.removeFilter(java.util.List<IFilter> pFilters)
Remove the given
IFilters from the IFilterList. |
void |
IFilterList.setFilters(java.util.List<IFilter> pFilters)
Deprecated.
does not properly add the filters to the directory. Use
addFilter(...) instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
Filter
Main implementation of
IFilter. |
| Modifier and Type | Method and Description |
|---|---|
IFilter |
FilterList.getFilter(java.lang.String pFilterID) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IFilter> |
FilterList.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterList.addFilter(IFilter pFilter,
boolean pSaveFilters,
boolean pNotify) |
void |
FilterList.addFilter(IFilter pFilter,
boolean pSaveFilters,
boolean pNotify,
int pIndex) |
int |
FilterList.indexOf(IFilter pFilter) |
void |
FilterList.moveFilter(IFilter pFilter,
boolean pSaveFilters,
boolean pNotify,
int pIndex) |
void |
FilterList.removeFilter(IFilter pFilter) |
void |
FilterList.setFilter(IFilter pFilter)
Currently only notifies observers that a filter has been updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterList.addFilter(java.util.List<IFilter> pFilters,
boolean pSaveFilters,
boolean pNotify) |
void |
FilterList.addFilter(java.util.List<IFilter> pFilters,
boolean pSaveFilters,
boolean pNotify,
int pIndex) |
void |
FilterList.moveFilter(java.util.List<IFilter> pFilters,
boolean pSaveFilters,
boolean pNotify,
int pIndex) |
void |
FilterList.removeFilter(java.util.List<IFilter> pFilters) |
void |
FilterList.setFilters(java.util.List<IFilter> pFilters)
Deprecated.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.