org.openmdx.ui1.query
Interface InspectorQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate, BasicObjectQuery, ContainerQuery, ContextCapableQuery, ElementQuery, ExtentCapableQuery, ViewCapableQuery
All Known Implementing Classes:
InspectorFilterImpl

public interface InspectorQuery
extends ContainerQuery


Method Summary
 org.w3c.cci2.StringTypePredicate forClass()
           
 org.w3c.cci2.SimpleTypeOrder orderByForClass()
          Allows to adds a sort instruction for Inspector depending the feature forClass Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByScaleX()
          Allows to adds a sort instruction for Inspector depending the feature scaleX Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByScaleY()
          Allows to adds a sort instruction for Inspector depending the feature scaleY Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.ComparableTypePredicate scaleX()
           
 org.w3c.cci2.ComparableTypePredicate scaleY()
           
 
Methods inherited from interface org.openmdx.ui1.query.ContainerQuery
forAllMember, member, thereExistsMember
 
Methods inherited from interface org.openmdx.ui1.query.ElementQuery
autoGenerated, changeable, forAllIconKey, forAllMimeType, forAllToolTip, iconKey, mimeType, orderByAutoGenerated, orderByChangeable, orderByIconKey, orderByMimeType, orderByToolTip, thereExistsIconKey, thereExistsMimeType, thereExistsToolTip, toolTip
 
Methods inherited from interface org.openmdx.base.query.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.query.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

forClass

org.w3c.cci2.StringTypePredicate forClass()

orderByForClass

org.w3c.cci2.SimpleTypeOrder orderByForClass()
Allows to adds a sort instruction for Inspector depending the feature forClass Note: The order in which orderBy… instructions are given is relevant!


scaleX

org.w3c.cci2.ComparableTypePredicate scaleX()

orderByScaleX

org.w3c.cci2.SimpleTypeOrder orderByScaleX()
Allows to adds a sort instruction for Inspector depending the feature scaleX Note: The order in which orderBy… instructions are given is relevant!


scaleY

org.w3c.cci2.ComparableTypePredicate scaleY()

orderByScaleY

org.w3c.cci2.SimpleTypeOrder orderByScaleY()
Allows to adds a sort instruction for Inspector depending the feature scaleY Note: The order in which orderBy… instructions are given is relevant!



This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.