Serialized Form


Package jadex.micro.examples.chat

Class jadex.micro.examples.chat.ChatPanel extends JPanel implements Serializable

Serialized Fields

agent

IMicroExternalAccess agent
The agent.


Package jadex.micro.examples.helpline

Class jadex.micro.examples.helpline.HelplinePanel extends JPanel implements Serializable

Serialized Fields

agent

IMicroExternalAccess agent
The external access of the agent.


Package jadex.micro.examples.mandelbrot

Class jadex.micro.examples.mandelbrot.ColorChooserPanel extends JPanel implements Serializable

Class jadex.micro.examples.mandelbrot.DisplayPanel extends JComponent implements Serializable

Serialized Fields

provider

IServiceProvider provider
The service provider.


colors

Color[] colors
The colors for drawing.


data

AreaData data
The latest area data used for determining original coordinates of painted regions.


image

Image image
The current image derived from the results.


point

Point point
The current selection start point (if any).


range

Rectangle range
The current selection range (if any).


calculating

boolean calculating
Flag indicating that a calculation is in progress.


progressdata

Map<K,V> progressdata
Progress data objects, available only when calculating (progress data -> percent finished).


progressupdate

Timer progressupdate
Progress update timer.


startdrag

Point startdrag
Start point for dragging (if any).


enddrag

Point enddrag
End point for dragging (if any).

Class jadex.micro.examples.mandelbrot.GeneratePanel extends JPanel implements Serializable

Serialized Fields

sb

StatusBar sb
The status bar.


pp

PropertiesPanel pp
The properties panel.



Copyright © 2010. All Rights Reserved.