org.openmdx.ui1.cci
Interface InspectorFilter
- All Superinterfaces:
- BasicObjectFilter, ContainerFilter, ContextCapableFilter, ElementFilter, ExtentCapableFilter, org.openmdx.base.accessor.jmi.cci.RefFilter_1_0, Serializable, ViewCapableFilter
- All Known Implementing Classes:
- InspectorFilterImpl
public interface InspectorFilter
- extends ContainerFilter
|
Method Summary |
void |
forAllForClass(short operator,
Collection filterValues)
|
void |
forAllForClass(short operator,
String[] filterValues)
|
void |
forAllScaleX(short operator,
Collection filterValues)
|
void |
forAllScaleX(short operator,
int[] filterValues)
|
void |
forAllScaleY(short operator,
Collection filterValues)
|
void |
forAllScaleY(short operator,
int[] filterValues)
|
void |
orderByForClass(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByScaleX(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByScaleY(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsForClass(short operator,
Collection filterValues)
|
void |
thereExistsForClass(short operator,
String[] filterValues)
|
void |
thereExistsScaleX(short operator,
Collection filterValues)
|
void |
thereExistsScaleX(short operator,
int[] filterValues)
|
void |
thereExistsScaleY(short operator,
Collection filterValues)
|
void |
thereExistsScaleY(short operator,
int[] filterValues)
|
| Methods inherited from interface org.openmdx.ui1.cci.ElementFilter |
forAllAutoGenerated, forAllAutoGenerated, forAllChangeable, forAllChangeable, forAllIconKey, forAllIconKey, forAllMimeType, forAllMimeType, forAllToolTip, forAllToolTip, orderByAutoGenerated, orderByChangeable, orderByIconKey, orderByMimeType, orderByToolTip, thereExistsAutoGenerated, thereExistsAutoGenerated, thereExistsChangeable, thereExistsChangeable, thereExistsIconKey, thereExistsIconKey, thereExistsMimeType, thereExistsMimeType, thereExistsToolTip, thereExistsToolTip |
| Methods inherited from interface org.openmdx.base.cci.BasicObjectFilter |
forAllCreatedAt, forAllCreatedAt, forAllCreatedBy, forAllCreatedBy, forAllModifiedAt, forAllModifiedAt, forAllModifiedBy, forAllModifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedAt, thereExistsCreatedAt, thereExistsCreatedBy, thereExistsCreatedBy, thereExistsModifiedAt, thereExistsModifiedAt, thereExistsModifiedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
forAllForClass
void forAllForClass(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsForClass
void thereExistsForClass(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllForClass
void forAllForClass(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsForClass
void thereExistsForClass(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByForClass
void orderByForClass(short order)
- Specifies the sort order of all the instances that match the filter criteria.
- Parameters:
order - The sort order for this filter.- See Also:
Directions
forAllScaleX
void forAllScaleX(short operator,
int[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsScaleX
void thereExistsScaleX(short operator,
int[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllScaleX
void forAllScaleX(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsScaleX
void thereExistsScaleX(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByScaleX
void orderByScaleX(short order)
- Specifies the sort order of all the instances that match the filter criteria.
- Parameters:
order - The sort order for this filter.- See Also:
Directions
forAllScaleY
void forAllScaleY(short operator,
int[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsScaleY
void thereExistsScaleY(short operator,
int[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllScaleY
void forAllScaleY(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsScaleY
void thereExistsScaleY(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByScaleY
void orderByScaleY(short order)
- Specifies the sort order of all the instances that match the filter criteria.
- Parameters:
order - The sort order for this filter.- See Also:
Directions
This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.