|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The representative of Album Index Page.
| Method Summary | |
Detail |
getDetail(int i)
Returns the file (image) by index from the current index page. |
int |
getDetailCount()
Returns the count of details (images) in the current index page. |
Detail[] |
getDetails()
Returns all files (images) of current page in a proper ordering. |
java.lang.String |
getFileName()
Returns the file name of the current HTML page. |
IndexPage |
getNextPage(int step)
Returns the next index page or null in case no page was found. |
int |
getPointerOfIndex()
Returns a pointer of the current index page or -1 if the poiner was not found. |
| Method Detail |
public Detail[] getDetails()
public Detail getDetail(int i)
public int getDetailCount()
public int getPointerOfIndex()
public IndexPage getNextPage(int step)
step - Step to new page. Value +1 means the first next page, value -1 means the first previsou page.
public java.lang.String getFileName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||