|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectappli.sqlplayer.util.DisplayState
Title:
Description: Classe gerant un etat d'affichage a l'aide d'indice de debut et de fin.
Copyright: Copyright (c) 2003
Company:
Field Summary | |
int |
begin
|
int |
end
|
Constructor Summary | |
DisplayState()
|
|
DisplayState(int begin,
int end)
|
Method Summary | |
void |
set(DisplayState dispState)
|
void |
set(int begin,
int end)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int begin
public int end
Constructor Detail |
public DisplayState()
public DisplayState(int begin, int end)
Method Detail |
public void set(int begin, int end)
public void set(DisplayState dispState)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |