|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.table.selection.IlpArea
ilog.cpl.table.selection.IlpAllArea
public class IlpAllArea
This class models an area that represents the whole table.
It is currently used to support the selectAll operation.
| Constructor Summary | |
|---|---|
IlpAllArea(Collection ros,
Collection attribs)
Creates an area with a set of representation objects and a set of attributes. |
|
IlpAllArea(Collection ros,
Collection attribs,
boolean copy)
Creates an area with a set of representation objects and a set of attributes. |
|
| Method Summary | |
|---|---|
IlpArea |
getAttributesArea()
Returns a new area that contains only the attributes. |
IlpArea |
getRepresentationObjectsArea()
Returns a new area that contains only the representation objects. |
boolean |
isSelectAll()
Indicates if this area represents a complete selection in the table. |
| Methods inherited from class ilog.cpl.table.selection.IlpArea |
|---|
contains, contains, equals, getAttributes, getIntersection, getRepresentationObjects, isEmpty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlpAllArea(Collection ros,
Collection attribs)
ros - The set of representation objects defining the area;
can be null or empty.attribs - The set of attributes defining the area;
can be null or empty.
public IlpAllArea(Collection ros,
Collection attribs,
boolean copy)
ros - The set of representation objects defining the area;
can be null or empty.attribs - The set of attributes defining the area;
can be null or empty.copy - Flag that indicates if the set of representation
objects and the set of attributes will be copied to
the internal structures or if they will be used as
is.| Method Detail |
|---|
public IlpArea getAttributesArea()
getAttributesArea in class IlpAreapublic IlpArea getRepresentationObjectsArea()
getRepresentationObjectsArea in class IlpAreapublic boolean isSelectAll()
isSelectAll in class IlpArea
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||