Serialized Form
Package net.groboclown.eventbus.v1 |
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.
eventClass
String eventClass
-
eventMethod
String eventMethod
-
eventSource
Object eventSource
-
eventData
Object eventData
-
Package net.groboclown.eventbus.v2 |
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.
eventSource
EventBusId eventSource
-
eventData
Serializable eventData
-
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.
className
String className
-
methodName
String methodName
-
data
Serializable data
-
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.
busId
String busId
-
objId
String objId
-
listeners
List listeners
Package net.groboclown.eventbus.v2.rmi |
localBus
EventBus localBus
visitedBusses
LinkedList visitedBusses
-
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.
homeBusId
String homeBusId
- Save the home bus's ID for filtering out messages that originated
from there.
-
localBus
EventBus localBus
Package net.groboclown.eventbus.v2.tests |
returnResult
boolean returnResult
Package net.groboclown.gui.misc.v1 |
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 |
mainFrame
MainFrame mainFrame
propertyMgr
PropertyManager propertyMgr
eventMgr
EventManager eventMgr
pluginMgr
PluginManager pluginMgr
elementMgr
ElementManager elementMgr
elementMaps
Map elementMaps
eventMgr
EventManager eventMgr
eb
EventBus eb
elementMgr
ElementManager elementMgr
merl
EventManager.MyElementRemovedListener merl
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
plugins
List plugins
frame
MainFrame frame
eventMgr
EventManager eventMgr
elemMgr
ElementManager elemMgr
core
Core core
db
PropertyDatabase db
core
Core core
appName
String appName
Package net.groboclown.gui.pluginapp.v1.event |
clazz
Class clazz
element
IElement element
element
IElement element
source
IElement source
action
String action
results
String[] results
key
String key
orig
String orig
newv
String newv
Package net.groboclown.gui.pluginapp.v1.plugin |
text
JTextArea text
propertyMgr
PropertyManager propertyMgr
text
JEditorPane text
propertyMgr
PropertyManager propertyMgr
eventMgr
EventManager eventMgr
runningText
StringBuffer runningText
Package net.groboclown.gui.tripleBuffer.v1 |
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 |
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
-
k
int k
-
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 |
Written under the LGPL