Serialized Form
-
Package jadex.micro.helpline
-
Class jadex.micro.helpline.DateTimeRenderer
class DateTimeRenderer extends DefaultTableCellRenderer implements Serializable-
Serialized Fields
-
formatter
DateFormat formatter
-
-
-
Class jadex.micro.helpline.HelplinePanel
class HelplinePanel extends JPanel implements Serializable-
Serialized Fields
-
agent
jadex.core.IExternalAccess agent
The external access of the agent.
-
-
-
-
Package jadex.micro.mandelbrot.display
-
Class jadex.micro.mandelbrot.display.DisplayPanel
class DisplayPanel extends JComponent implements Serializable-
Serialized Fields
-
agent
jadex.core.IExternalAccess agent
The service provider. -
algos
List<IFractalAlgorithm> algos
-
calculating
boolean calculating
Flag indicating that a calculation is in progress. -
colors
Color[] colors
The colors for drawing. -
data
AreaData data
The latest area data used for determining original coordinates of painted regions. -
dirty
boolean dirty
-
displayid
String displayid
The display id. -
enddrag
Point enddrag
End point for dragging (if any). -
genservice
IGenerateService genservice
The generate service. -
image
Image image
The current image derived from the results. -
point
Point point
The current selection start point (if any). -
progressdata
Set<ProgressData> progressdata
Progress data objects, available only when calculating (progress data -> percent finished). -
range
Rectangle range
The current selection range (if any). -
startdrag
Point startdrag
Start point for dragging (if any).
-
-
-
-
Package jadex.micro.mandelbrot.generate
-
Class jadex.micro.mandelbrot.generate.GeneratePanel
class GeneratePanel extends JPanel implements Serializable-
Serialized Fields
-
algos
List<IFractalAlgorithm> algos
-
okbut
JButton okbut
The ok button. -
pp
PropertiesPanel pp
The properties panel. -
sb
StatusBar sb
The status bar.
-
-
-
-
Package jadex.micro.mandelbrot.ui
-
Class jadex.micro.mandelbrot.ui.ColorChooserPanel
class ColorChooserPanel extends JPanel implements Serializable -
Class jadex.micro.mandelbrot.ui.PropertiesPanel
class PropertiesPanel extends JPanel implements Serializable-
Serialized Fields
-
adddummy
boolean adddummy
Add dummy when weighty==0. -
components
Map components
The created components (name->comp). -
dummy
JComponent dummy
The last component for extra space. -
gbc
GridBagConstraints gbc
The grid bag constraints.
-
-
-
Class jadex.micro.mandelbrot.ui.StatusBar
class StatusBar extends JPanel implements Serializable
-
-
Package jadex.micro.quiz
-
Class jadex.micro.quiz.TimerPanel
class TimerPanel extends JPanel implements Serializable
-
-
Package jadex.micro.tutorial.a3
-
Class jadex.micro.tutorial.a3.ChatGui
class ChatGui extends JFrame implements Serializable-
Serialized Fields
-
received
JTextArea received
The textfield with received messages.
-
-
-
-
Package jadex.micro.tutorial.a4
-
Class jadex.micro.tutorial.a4.ChatGui
class ChatGui extends JFrame implements Serializable-
Serialized Fields
-
received
JTextArea received
The textfield with received messages.
-
-
-