public class SortByPositionOperator extends BaseOperator
ParametrizedOperation.ValueType| Modifier and Type | Field and Description |
|---|---|
protected boolean |
columnFirst |
protected java.lang.String[] |
paramNames |
protected ParametrizedOperation.ValueType[] |
paramTypes |
| Constructor and Description |
|---|
SortByPositionOperator() |
SortByPositionOperator(boolean columnFirst) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(AreaTree atree)
Applies the operation to the given tree.
|
void |
apply(AreaTree atree,
Area root)
Applies the operation to the given subtree of the tree.
|
boolean |
getColumnFirst() |
java.lang.String |
getDescription()
Obtains a longer description of the service.
|
java.lang.String |
getId()
Obtains a unique ID of the service
|
java.lang.String |
getName()
Obtains a descriptive name of the service that may be presented to the user.
|
java.lang.String[] |
getParamNames()
Obtains a list of available parameter names of the operation.
|
ParametrizedOperation.ValueType[] |
getParamTypes()
Obtains a list of available parameter value types.
|
protected void |
recursivelySortChildAreas(Area root,
boolean columnFirst) |
void |
setColumnFirst(boolean columnFirst) |
toStringgetParam, getParamRange, setParamclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetParam, getParamRange, setParamprotected boolean columnFirst
protected final java.lang.String[] paramNames
protected final ParametrizedOperation.ValueType[] paramTypes
public SortByPositionOperator()
public SortByPositionOperator(boolean columnFirst)
public java.lang.String getId()
Servicepublic java.lang.String getName()
Servicepublic java.lang.String getDescription()
Servicepublic java.lang.String[] getParamNames()
ParametrizedOperationpublic ParametrizedOperation.ValueType[] getParamTypes()
ParametrizedOperationpublic boolean getColumnFirst()
public void setColumnFirst(boolean columnFirst)
public void apply(AreaTree atree)
AreaTreeOperatoratree - the area tree to be modified.public void apply(AreaTree atree, Area root)
AreaTreeOperatoratree - the area tree to be modified.root - the root node of the affected subtree.protected void recursivelySortChildAreas(Area root, boolean columnFirst)