|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjimm.datavision.ReportSectionLoc
public class ReportSectionLoc
Returned by a report when asked about a section's location within
the report. Handed back to the report when it is asked to re-insert
a section. Used by DeleteSectionCommand.
DeleteSectionCommand| Field Summary | |
|---|---|
(package private) SectionArea |
area
|
(package private) int |
index
|
(package private) Section |
section
|
| Constructor Summary | |
|---|---|
ReportSectionLoc(Section s,
SectionArea a,
int i)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Section section
SectionArea area
int index
| Constructor Detail |
|---|
public ReportSectionLoc(Section s,
SectionArea a,
int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||