|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.table.TableDetective
public class TableDetective
| Field Summary | |
|---|---|
protected List<TableHighlightedRange> |
tableHighlightedRange
|
protected List<TableOperation> |
tableOperation
|
| Constructor Summary | |
|---|---|
TableDetective()
|
|
| Method Summary | |
|---|---|
List<TableHighlightedRange> |
getTableHighlightedRange()
Gets the value of the tableHighlightedRange property. |
List<TableOperation> |
getTableOperation()
Gets the value of the tableOperation property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<TableHighlightedRange> tableHighlightedRange
protected List<TableOperation> tableOperation
| Constructor Detail |
|---|
public TableDetective()
| Method Detail |
|---|
public List<TableHighlightedRange> getTableHighlightedRange()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set method for the tableHighlightedRange property.
For example, to add a new item, do as follows:
getTableHighlightedRange().add(newItem);
Objects of the following type(s) are allowed in the list TableHighlightedRange
public List<TableOperation> getTableOperation()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set method for the tableOperation property.
For example, to add a new item, do as follows:
getTableOperation().add(newItem);
Objects of the following type(s) are allowed in the list TableOperation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||