Serialized Form


Package net.groboclown.eventbus.v1

Class net.groboclown.eventbus.v1.EventBusObject implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Explicitly read the input so we can always maintain backwards compatibility.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Explicitly write the output so we can always maintain backwards compatibility.
Serialized Fields

eventClass

String eventClass
 

eventMethod

String eventMethod
 

eventSource

Object eventSource
 

eventData

Object eventData
 


Package net.groboclown.eventbus.v2

Class net.groboclown.eventbus.v2.EventBusEvent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Explicitly read the input so we can always maintain backwards compatibility.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Explicitly write the output so we can always maintain backwards compatibility.
Serialized Fields

eventSource

EventBusId eventSource
 

eventData

Serializable eventData
 

Class net.groboclown.eventbus.v2.EventBusEventObject implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Explicitly read the input so we can always maintain backwards compatibility.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Explicitly write the output so we can always maintain backwards compatibility.
Serialized Fields

className

String className
 

methodName

String methodName
 

data

Serializable data
 

Class net.groboclown.eventbus.v2.EventBusId implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Explicitly read the input so we can always maintain backwards compatibility.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Explicitly write the output so we can always maintain backwards compatibility.
Serialized Fields

busId

String busId
 

objId

String objId
 

Class net.groboclown.eventbus.v2.RemoteListenerException implements Serializable

Serialized Fields

listeners

List listeners


Package net.groboclown.eventbus.v2.rmi

Class net.groboclown.eventbus.v2.rmi.RemoteEventBus implements Serializable

Serialized Fields

localBus

EventBus localBus

Class net.groboclown.eventbus.v2.rmi.RemoteEventBusEvent implements Serializable

Serialized Fields

visitedBusses

LinkedList visitedBusses
 

Class net.groboclown.eventbus.v2.rmi.RemoteFilterAgent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Explicitly read the input so we can always maintain backwards compatibility.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Explicitly write the output so we can always maintain backwards compatibility.
Serialized Fields

homeBusId

String homeBusId
Save the home bus's ID for filtering out messages that originated from there.
 

Class net.groboclown.eventbus.v2.rmi.RemoteListener implements Serializable

Serialized Fields

localBus

EventBus localBus


Package net.groboclown.eventbus.v2.tests

Class net.groboclown.eventbus.v2.tests.TestEventBus.TestAgent implements Serializable

Serialized Fields

returnResult

boolean returnResult

Class net.groboclown.eventbus.v2.tests.TestEventBus.TestObject implements Serializable

Class net.groboclown.eventbus.v2.tests.TestEventBusEvent.TestObject implements Serializable

Class net.groboclown.eventbus.v2.tests.TestEventBusEventObject.TestObject implements Serializable


Package net.groboclown.gui.misc.v1

Class net.groboclown.gui.misc.v1.DragTree implements Serializable

Serialized Fields

draggingObjects

Hashtable draggingObjects
Record keeping of which ones are up. This allows dragging/dropping to be restricted to only this tree.
 

dragNumber

int dragNumber
 


Package net.groboclown.gui.pluginapp.v1

Class net.groboclown.gui.pluginapp.v1.Core implements Serializable

Serialized Fields

mainFrame

MainFrame mainFrame

propertyMgr

PropertyManager propertyMgr

eventMgr

EventManager eventMgr

pluginMgr

PluginManager pluginMgr

elementMgr

ElementManager elementMgr

Class net.groboclown.gui.pluginapp.v1.ElementManager implements Serializable

Serialized Fields

elementMaps

Map elementMaps

eventMgr

EventManager eventMgr

Class net.groboclown.gui.pluginapp.v1.EventManager implements Serializable

Serialized Fields

eb

EventBus eb

elementMgr

ElementManager elementMgr

merl

EventManager.MyElementRemovedListener merl

Class net.groboclown.gui.pluginapp.v1.MainFrame implements Serializable

Serialized Fields

windowFrame

JFrame windowFrame

menuBar

JMenuBar menuBar

componentPane

JTabbedPane componentPane

viewComponentPanesMenu

JMenu viewComponentPanesMenu

components

Map components

propertyMgr

PropertyManager propertyMgr

elementMgr

ElementManager elementMgr

merl

MainFrame.MyElementRemovedListener merl

Class net.groboclown.gui.pluginapp.v1.PluginManager implements Serializable

Serialized Fields

plugins

List plugins

frame

MainFrame frame

eventMgr

EventManager eventMgr

elemMgr

ElementManager elemMgr

core

Core core

Class net.groboclown.gui.pluginapp.v1.PropertyManager implements Serializable

Serialized Fields

db

PropertyDatabase db

core

Core core

appName

String appName


Package net.groboclown.gui.pluginapp.v1.event

Class net.groboclown.gui.pluginapp.v1.event.BaseEvent implements Serializable

Class net.groboclown.gui.pluginapp.v1.event.ClassFilterAgent implements Serializable

Serialized Fields

clazz

Class clazz

Class net.groboclown.gui.pluginapp.v1.event.ElementAddedEvent implements Serializable

Serialized Fields

element

IElement element

Class net.groboclown.gui.pluginapp.v1.event.ElementRemovedEvent implements Serializable

Serialized Fields

element

IElement element

Class net.groboclown.gui.pluginapp.v1.event.ErrorEvent implements Serializable

Serialized Fields

source

IElement source

action

String action

results

String[] results

Class net.groboclown.gui.pluginapp.v1.event.PropertyChangeEvent implements Serializable

Serialized Fields

key

String key

orig

String orig

newv

String newv


Package net.groboclown.gui.pluginapp.v1.plugin

Class net.groboclown.gui.pluginapp.v1.plugin.ErrorReporterPlugin implements Serializable

Serialized Fields

text

JTextArea text

propertyMgr

PropertyManager propertyMgr

Class net.groboclown.gui.pluginapp.v1.plugin.EventReporterPlugin implements Serializable

Serialized Fields

text

JEditorPane text

propertyMgr

PropertyManager propertyMgr

eventMgr

EventManager eventMgr

runningText

StringBuffer runningText


Package net.groboclown.gui.tripleBuffer.v1

Class net.groboclown.gui.tripleBuffer.v1.TripleBufferCanvas implements Serializable

Serialized Fields

width

int width
Canvas width, in pixels (<= 0 means we're currently undrawable)
 

height

int height
Canvas height, in pixels (<= 0 means we're currently undrawable)
 

bgcolor

Color bgcolor
The drawImage class can modify this at will to change the background color of the drawn image
 

img

Image[] img
2 Images for drawing buffers
 

gfx

Graphics[] gfx
2 Graphics correlating to the drawing buffers
 

currentIndex

int currentIndex
Specify which of the 2 images/graphics is to be painted on the screen. -1 means don't draw anything this time
 

drawingIndex

int drawingIndex
Specify which of the 2 images/graphics is to be drawn to in the background. -1 means no buffer available at this time
 

drawer

Thread drawer
The drawing thread - this class should totally control it.
 

isRunning

boolean isRunning
Thread state flags: is the process still running
 

isPaused

boolean isPaused
Thread state flags: is the process paused
 

waitTime

int waitTime
The time to wait between each drawImage() call, in milliseconds; <= 0 means no wait at all.
 

drawEveryFrame

boolean drawEveryFrame
Should we wait for each frame to be drawn?
 

repaintCount

int repaintCount
 


Package net.groboclown.gui.tripleBuffer.v1.test

Class net.groboclown.gui.tripleBuffer.v1.test.TerrainCanvas implements Serializable

Serialized Fields

view

TerrainViewSpace view
 

map

TerrainMap map
 

units

Unit[] units

maxBucketSize

int maxBucketSize
 

drawHeap

Heap drawHeap
 

passXpoints

int[] passXpoints
 

passYpoints

int[] passYpoints
 

xpoints

int[][] xpoints
 

ypoints

int[][] ypoints
 

maxDispX

int maxDispX
 

maxDispY

int maxDispY
 

colorSet

Color[] colorSet
 

dirX

double dirX
 

dirY

double dirY
 

lightSourceDX

float lightSourceDX
 

lightSourceDY

float lightSourceDY
 

lightSourceDZ

float lightSourceDZ
 

Class net.groboclown.gui.tripleBuffer.v1.test.Test implements Serializable

Serialized Fields

k

int k
 

Class net.groboclown.gui.tripleBuffer.v1.test.Test3D implements Serializable

Serialized Fields

tc

TerrainCanvas tc
 

tm

TerrainMap tm
 

tvs

TerrainViewSpace tvs
 

tfEye2Plane

TextField tfEye2Plane
 

tfPlane2Zero

TextField tfPlane2Zero
 

tfSquareX

TextField tfSquareX
 

tfSquareY

TextField tfSquareY
 

tfLsR

TextField tfLsR
 

tfLsG

TextField tfLsG
 

tfLsB

TextField tfLsB
 


Package net.groboclown.util.datastruct.v1

Class net.groboclown.util.datastruct.v1.NoRegisteredComponentException implements Serializable

Class net.groboclown.util.datastruct.v1.PathAlreadyRegisteredException implements Serializable



Written under the LGPL