|
ReportCat 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
li.netcat.print.PrintManagerEvent
Event that specifies the sort of change occured in the PrintManager
.
Field Summary | |
static int |
FLAG_IMG_POSITION
Specifies, that the imageable position of the page changed |
static int |
FLAG_IMG_SIZE
Specifies, that the imageable size of the page changed |
static int |
FLAG_PAGE_SIZE
Specifies, that the size of the page changed |
static int |
FLAG_PRINT
Specifies, that the print changed e.g. change of scale or change of Print |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
PrintManagerEvent(java.lang.Object source,
int flags)
Constructs a new PrintManagerEvent using the given source and the given flags. |
Method Summary | |
int |
getFlags()
Returns the flags of this event. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int FLAG_PAGE_SIZE
public static final int FLAG_IMG_SIZE
public static final int FLAG_IMG_POSITION
public static final int FLAG_PRINT
Print
Constructor Detail |
public PrintManagerEvent(java.lang.Object source, int flags)
PrintManagerEvent
using the given source and the given flags.
source
- The source object for the event.flags
- A combination of the values FLAG_*
.Method Detail |
public int getFlags()
FLAG_*
.
|
ReportCat 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |