|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ascape.ant.SelectionSet
public class SelectionSet
The Class SelectionSet.
Constructor Summary | |
---|---|
SelectionSet()
Instantiates a new selection set. |
Method Summary | |
---|---|
void |
apply(VectorSelection selection)
Apply. |
java.lang.Object |
createDynamicElement(java.lang.String s)
|
java.util.List |
getActiveRules()
Gets the active rules. |
java.util.List |
getInactiveRules()
Gets the inactive rules. |
boolean |
isClearAll()
Checks if is clear all. |
boolean |
isSelectAll()
Checks if is select all. |
void |
setClearAll(boolean clearAll)
Sets the clear all. |
void |
setDynamicAttribute(java.lang.String s,
java.lang.String s1)
|
void |
setSelectAll(boolean selectAll)
Sets the select all. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectionSet()
Method Detail |
---|
public void setDynamicAttribute(java.lang.String s, java.lang.String s1) throws org.apache.tools.ant.BuildException
setDynamicAttribute
in interface org.apache.tools.ant.DynamicAttribute
org.apache.tools.ant.BuildException
public java.lang.Object createDynamicElement(java.lang.String s) throws org.apache.tools.ant.BuildException
createDynamicElement
in interface org.apache.tools.ant.DynamicElement
org.apache.tools.ant.BuildException
public boolean isClearAll()
public void setClearAll(boolean clearAll)
clearAll
- the new clear allpublic boolean isSelectAll()
public void setSelectAll(boolean selectAll)
selectAll
- the new select allpublic java.util.List getActiveRules()
public java.util.List getInactiveRules()
public void apply(VectorSelection selection)
selection
- the selection
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |