Serialized Form


Package net.sourceforge.groboutils.codecoverage.v2.compiler

Class net.sourceforge.groboutils.codecoverage.v2.compiler.NullInstruction implements Serializable


Package net.sourceforge.groboutils.pmti.v1

Class net.sourceforge.groboutils.pmti.v1.IssueRemovedException implements Serializable

Class net.sourceforge.groboutils.pmti.v1.ProblemManagerException implements Serializable

Serialized Fields

ceh

ChainableExceptionHelper ceh
 


Package net.sourceforge.groboutils.uicapture.v1

Class net.sourceforge.groboutils.uicapture.v1.VirtualWindowUI implements Serializable

Serialized Fields

enableGlass

boolean enableGlass
 


Package net.sourceforge.groboutils.uicapture.v1.event

Class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent implements Serializable

Serialized Fields

eventType

int eventType
 

event

java.awt.event.InputEvent event
 

timeOfEvent

long timeOfEvent
 

Class net.sourceforge.groboutils.uicapture.v1.event.KeyCaptureEvent implements Serializable

Serialized Fields

keyCode

int keyCode
 

Class net.sourceforge.groboutils.uicapture.v1.event.KeyPressedCaptureEvent implements Serializable

Class net.sourceforge.groboutils.uicapture.v1.event.KeyReleasedCaptureEvent implements Serializable

Class net.sourceforge.groboutils.uicapture.v1.event.MouseButtonCaptureEvent implements Serializable

Serialized Fields

modifiers

int modifiers
 

Class net.sourceforge.groboutils.uicapture.v1.event.MouseCaptureEvent implements Serializable

Class net.sourceforge.groboutils.uicapture.v1.event.MouseMovedCaptureEvent implements Serializable

Serialized Fields

x

int x
 

y

int y
 

Class net.sourceforge.groboutils.uicapture.v1.event.MousePressedCaptureEvent implements Serializable

Class net.sourceforge.groboutils.uicapture.v1.event.MouseReleasedCaptureEvent implements Serializable

Class net.sourceforge.groboutils.uicapture.v1.event.MouseWheelCaptureEvent implements Serializable

Serialized Fields

rotation

int rotation
 


Package net.sourceforge.groboutils.util.datastruct.v1

Class net.sourceforge.groboutils.util.datastruct.v1.NoRegisteredComponentException implements Serializable

Class net.sourceforge.groboutils.util.datastruct.v1.PathAlreadyRegisteredException implements Serializable


Package net.sourceforge.groboutils.util.throwable.v1

Class net.sourceforge.groboutils.util.throwable.v1.ChainableException implements Serializable

Serialized Fields

ceh

ChainableExceptionHelper ceh
 

Class net.sourceforge.groboutils.util.throwable.v1.ChainableExceptionHelper implements Serializable

Serialized Fields

source

java.lang.Throwable source

cause

java.lang.Throwable cause
The chained-to cause for this exception. Note that if the source cause is set and allows the cause to be set, then this cause will be null. If the source cannot store the cause, then this cause will be set to the correct cause, which may be null.


causeSet

boolean causeSet
Flag to indicate if the cause was ever set. Needed, since the set cause may be null.



Copyright © 2001-2003 by The GroboUtils Project