Serialized Form
- 
Package jadex.base- 
Class jadex.base.JarAsDirectory extends java.io.File implements Serializable- 
Serialized Fields- 
dirjava.lang.Boolean dir 
- 
entriesjava.io.File[] entries The subentries contained in the entry.
- 
entryjava.util.zip.ZipEntry entry The entry.
- 
entryfilesjava.util.Map<java.lang.String,JarAsDirectory> entryfiles The files for the entry paths (cached for easy access).
- 
entrystrjava.lang.String entrystr 
- 
jarpathjava.lang.String jarpath The path of the jar file.
- 
lastmodifiedlong lastmodified The timestamp of the file.
- 
refreshboolean refresh The refresh flag (normally only for root jar file but in remote case also for entries (partial jars).
 
- 
 
- 
- 
Class jadex.base.PlatformApplet extends java.applet.Applet implements Serializable
 
- 
- 
Package jadex.base.gui- 
Class jadex.base.gui.AboutDialog extends JAutoPositionDialog implements Serializable- 
Serialized Fields- 
infotextjava.lang.String infotext The text to display.
 
- 
 
- 
- 
Class jadex.base.gui.ClassChooserPanel extends javax.swing.JPanel implements Serializable
- 
Class jadex.base.gui.ComponentIdentifierPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
accessIExternalAccess access The service provider.
- 
cidIComponentIdentifier cid The component identifier.
- 
editableboolean editable The editable state.
- 
nameeditingboolean nameediting Flag indicating that the user is currently editing the name.
- 
namelistenerjavax.swing.event.DocumentListener namelistener Listener for name updates.
- 
schemesjavax.swing.table.DefaultTableModel schemes The list of local transport address schemes.
- 
taddressesEditableList taddresses The addresses table.
- 
tfnamejavax.swing.JTextField tfname The name textfield.
 
- 
 
- 
- 
Class jadex.base.gui.ConfigurationDialog extends JAutoPositionDialog implements Serializable- 
Serialized Fields- 
componentsjava.util.List components The components representing properties.
 
- 
 
- 
- 
Class jadex.base.gui.JadexLogoButton extends LogoButton implements Serializable
- 
Class jadex.base.gui.JAutoPositionDialog extends javax.swing.JDialog implements Serializable
- 
Class jadex.base.gui.LogoButton extends javax.swing.JButton implements Serializable- 
Serialized Fields- 
last_orientint last_orient 
- 
logohjavax.swing.Icon logoh 
- 
logovjavax.swing.Icon logov 
 
- 
 
- 
- 
Class jadex.base.gui.ObjectInspectorPanel extends javax.swing.JPanel implements Serializable
- 
Class jadex.base.gui.ObjectTreeModel.ObjectTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable
- 
Class jadex.base.gui.RememberOptionMessage extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
rememberjavax.swing.JCheckBox remember The remember checkbox.
 
- 
 
- 
- 
Class jadex.base.gui.StatusBar extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
componentsjava.util.Map components The components.
- 
textljavax.swing.JLabel textl The text label.
- 
timeoutlong timeout The timeout.
- 
timerjavax.swing.Timer timer The timer.
 
- 
 
- 
 
- 
- 
Package jadex.base.gui.asynctree- 
Class jadex.base.gui.asynctree.AsyncTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable
 
- 
- 
Package jadex.base.gui.asynctree.adapter- 
Class jadex.base.gui.asynctree.adapter.TreeModelEventWrapper extends javax.swing.event.TreeModelEvent implements Serializable
 
- 
- 
Package jadex.base.gui.componenttree- 
Class jadex.base.gui.componenttree.ComponentProperties extends PropertiesPanel implements Serializable
- 
Class jadex.base.gui.componenttree.ComponentTreePanel extends javax.swing.JSplitPane implements Serializable- 
Serialized Fields- 
accessIExternalAccess access The external access of the shown platform.
- 
actionsjava.util.Map actions The actions.
- 
jccaccessIExternalAccess jccaccess The external access of the platform running the gui.
- 
modelAsyncSwingTreeModel model The component tree model.
- 
propcmdICommand<IMonitoringEvent> propcmd The property update handler command.
- 
proppaneljavax.swing.JScrollPane proppanel The properties panel.
- 
treejavax.swing.JTree tree The component tree.
 
- 
 
- 
- 
Class jadex.base.gui.componenttree.NFPropertyProperties extends PropertiesPanel implements Serializable- 
Serialized Fields- 
bufetchjavax.swing.JButton bufetch 
- 
counitsjavax.swing.JComboBox counits 
- 
eaIExternalAccess ea 
- 
miMethodInfo mi 
- 
propmiINFPropertyMetaInfo propmi 
- 
sidIServiceIdentifier sid 
- 
tfvaljavax.swing.JTextField tfval 
 
- 
 
- 
- 
Class jadex.base.gui.componenttree.NFRPropertyProperties extends PropertiesPanel implements Serializable- 
Serialized Fields- 
bufetchjavax.swing.JButton bufetch 
- 
counitsjavax.swing.JComboBox counits 
- 
eaIExternalAccess ea 
- 
miMethodInfo mi 
- 
propmiINFPropertyMetaInfo propmi 
- 
rinfoRequiredServiceInfo rinfo 
- 
tfvaljavax.swing.JTextField tfval 
 
- 
 
- 
- 
Class jadex.base.gui.componenttree.ProvidedServiceInfoProperties extends PropertiesPanel implements Serializable
- 
Class jadex.base.gui.componenttree.RequiredServiceProperties extends PropertiesPanel implements Serializable
 
- 
- 
Package jadex.base.gui.config- 
Class jadex.base.gui.config.ArgumentTableModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
argumentsjava.util.Map<java.lang.String,java.lang.String> arguments The edited arguments.
- 
configjava.lang.String config The currently selected configuration.
- 
miIModelInfo mi The model info.
 
- 
 
- 
- 
Class jadex.base.gui.config.ClasspathPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
classloaderjava.lang.ClassLoader classloader The current class loader.
- 
modeljavax.swing.table.DefaultTableModel model The table model.
 
- 
 
- 
- 
Class jadex.base.gui.config.PlatformConfigPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
argmodelArgumentTableModel argmodel The argument table model (stored for changing the configuration).
- 
argpaneljava.awt.Component argpanel The argument panel (stored for later removal).
- 
classpathClasspathPanel classpath The argument table model (stored for changing the configuration).
- 
factoriesjava.util.Map<java.lang.String,java.lang.String> factories The found factories (component file suffix -> factory class name).
 
- 
 
- 
 
- 
- 
Package jadex.base.gui.filechooser- 
Class jadex.base.gui.filechooser.RemoteFile extends java.io.File implements Serializable- 
Serialized Fields- 
filedataFileData filedata The file data.
 
- 
 
- 
 
- 
- 
Package jadex.base.gui.filetree- 
Class jadex.base.gui.filetree.FileTreePanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
expansionhandlerExpansionHandler expansionhandler Tree expansion handler remembers open tree nodes.
- 
extaIExternalAccess exta The external access.
- 
factoryINodeFactory factory The node factory.
- 
iconcacheFileTreePanel.DelegationIconCache iconcache The iconcache.
- 
keeprootsboolean keeproots The keep roots flag (if added top-level nodes should be used instead of nodes from loaded properties).
- 
micIMenuItemConstructor mic The filter popup.
- 
modelAsyncSwingTreeModel model The component tree model.
- 
pubuilderPopupBuilder pubuilder Popup rightclick.
- 
remoteboolean remote The remote flag.
- 
treejavax.swing.JTree tree The component tree.
 
- 
 
- 
- 
Class jadex.base.gui.filetree.RefreshAction extends javax.swing.AbstractAction implements Serializable- 
Serialized Fields- 
treejavax.swing.JTree tree The tree.
 
- 
 
- 
- 
Class jadex.base.gui.filetree.RefreshSubtreeAction extends javax.swing.AbstractAction implements Serializable- 
Serialized Fields- 
treejavax.swing.JTree tree The tree.
 
- 
 
- 
 
- 
- 
Package jadex.base.gui.idtree- 
Class jadex.base.gui.idtree.IdTableModel extends javax.swing.table.DefaultTableModel implements Serializable- 
Serialized Fields- 
coltypesjava.lang.Class<?>[] coltypes The column types.
- 
columnsjava.lang.String[] columns The column names.
- 
dorefreshboolean dorefresh 
- 
obsjava.util.Map<T,E> obs The known (id->ob).
- 
selmodeljavax.swing.ListSelectionModel selmodel The selection model.
- 
selsjava.util.List<E> sels The selected elems.
- 
tablejavax.swing.JTable table The table.
 
- 
 
- 
- 
Class jadex.base.gui.idtree.IdTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable
- 
Class jadex.base.gui.idtree.IdTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable- 
Serialized Fields- 
nodesjava.util.Map<java.lang.String,IdTreeNode<T>> nodes The id map (id -> node).
 
- 
 
- 
- 
Class jadex.base.gui.idtree.IdTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable- 
Serialized Fields- 
iconjavax.swing.Icon icon The icon.
- 
keyjava.lang.String key The node id.
- 
leafjava.lang.Boolean leaf Flag if is leaf.
- 
namejava.lang.String name The node name.
- 
objectT object The artifact info.
- 
tmIdTreeModel<T> tm The tree model.
- 
tooltipjava.lang.String tooltip The tooltip text.
 
- 
 
- 
 
- 
- 
Package jadex.base.gui.jtable- 
Class jadex.base.gui.jtable.ComponentIdentifierRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable- 
Serialized Fields- 
adrcachejava.util.Map<IComponentIdentifier,java.lang.String> adrcache 
- 
platformIComponentIdentifier platform The local platform.
 
- 
 
- 
- 
Class jadex.base.gui.jtable.ComponentIdentifiersRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
- 
Class jadex.base.gui.jtable.ServiceIdentifierRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
 
- 
- 
Package jadex.base.gui.modeltree- 
Class jadex.base.gui.modeltree.AddPathAction extends ToolTipAction implements Serializable- 
Serialized Fields- 
filechooserjavax.swing.JFileChooser filechooser The file chooser.
- 
treepanelITreeAbstraction treepanel The tree.
 
- 
 
- 
- 
Class jadex.base.gui.modeltree.AddRemotePathAction extends ToolTipAction implements Serializable- 
Serialized Fields- 
filechooserRemoteFileChooser filechooser The file chooser.
- 
treepanelITreeAbstraction treepanel The tree.
 
- 
 
- 
- 
Class jadex.base.gui.modeltree.AddRIDAction extends ToolTipAction implements Serializable- 
Serialized Fields- 
tpIThreadPool tp The thread pool.
- 
treepanelITreeAbstraction treepanel The tree.
 
- 
 
- 
- 
Class jadex.base.gui.modeltree.CollapseAllAction extends ToolTipAction implements Serializable- 
Serialized Fields- 
treepanelFileTreePanel treepanel The tree.
 
- 
 
- 
- 
Class jadex.base.gui.modeltree.ModelTreePanel extends FileTreePanel implements Serializable- 
Serialized Fields- 
actionsjava.util.Map actions The actions.
- 
autodeletejava.lang.Boolean autodelete Flag if path should be automatically deleted from library service.
- 
kernellistenerIMultiKernelListener kernellistener Kernel listener
- 
libservicelistenerILibraryServiceListener libservicelistener The library service listener
- 
localextaIExternalAccess localexta The local external access.
- 
rootentriesjava.util.Map<java.net.URI,IResourceIdentifier> rootentries The root entries.
- 
rootpathentriesjava.util.Map<java.lang.String,IResourceIdentifier> rootpathentries 
 
- 
 
- 
- 
Class jadex.base.gui.modeltree.RemovePathAction extends ToolTipAction implements Serializable- 
Serialized Fields- 
treepanelITreeAbstraction treepanel The tree.
 
- 
 
- 
 
- 
- 
Package jadex.base.gui.reposearch- 
Class jadex.base.gui.reposearch.RepositorySearchPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
cbreposjavax.swing.JComboBox cbrepos The repo combo.
- 
curqueryjava.lang.String curquery The current search query text.
- 
plexusorg.codehaus.plexus.PlexusContainer plexus The container.
- 
reposjava.util.Map<java.lang.String,RepositorySearchPanel.RepositoryInfo> repos The repository infos.
- 
statusjavax.swing.JLabel status The status.
- 
tfaijavax.swing.JTextField tfai 
- 
tfgijavax.swing.JTextField tfgi 
- 
tfvjavax.swing.JTextField tfv 
- 
tmIdTreeModel<org.apache.maven.index.ArtifactInfo> tm The tree model.
- 
tpIThreadPool tp The thread pool.
- 
treejavax.swing.JTree tree The tree.
 
- 
 
- 
- 
Class jadex.base.gui.reposearch.RepositorySearchPanel.RepoComboModel extends javax.swing.AbstractListModel implements Serializable- 
Serialized Fields- 
selectionRepositorySearchPanel.RepositoryInfo selection 
 
- 
 
- 
 
- 
- 
Package jadex.bdi.benchmarks- 
Class jadex.bdi.benchmarks.MessageGui extends javax.swing.JFrame implements Serializable
 
- 
- 
Package jadex.bdi.examples.alarmclock- 
Class jadex.bdi.examples.alarmclock.Alarm extends java.lang.Object implements Serializable- 
Serialized Fields- 
activeboolean active The active state.
- 
alarmdatelong alarmdate Cached alarm date.
- 
calc_allowedboolean calc_allowed 
- 
filenamejava.lang.String filename The alarm sound filename.
- 
messagejava.lang.String message The alaram message.
- 
modejava.lang.String mode The alarm mode.
- 
timeTime time The alarm time.
 
- 
 
- 
- 
Class jadex.bdi.examples.alarmclock.AlarmSettingsDialog extends javax.swing.JDialog implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent The agent.
- 
alarmAlarm alarm The alarm.
- 
alarmtfjavax.swing.JTextField alarmtf The alarm text.
- 
datecom.toedter.calendar.JDateChooser date The date.
- 
messagetfjavax.swing.JTextField messagetf The message text.
- 
modejavax.swing.JComboBox mode The mode.
- 
playingIGoal playing Playing state.
- 
state_okboolean state_ok Result state.
- 
timeTimeSpinner time The time.
 
- 
 
- 
- 
Class jadex.bdi.examples.alarmclock.AlarmsGui extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent The agent.
- 
alarmsjavax.swing.JTable alarms The alarms table.
- 
plisPropertyChangeListener plis The property change listener.
 
- 
 
- 
- 
Class jadex.bdi.examples.alarmclock.ClockFrame extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent The external access.
- 
alarms_guiAlarmsGui alarms_gui The alarms gui.
- 
formatjava.text.SimpleDateFormat format The formatter.
- 
last_ampmboolean last_ampm The ampm format.
- 
last_fontsizeint last_fontsize The last font size.
- 
shutdownboolean shutdown Flag to indicate shutdown.
- 
tijava.awt.TrayIcon ti The tray icon.
- 
timejavax.swing.JLabel time The time label.
- 
timerjavax.swing.Timer timer The timer.
- 
trayjava.awt.SystemTray tray The system tray.
 
- 
 
- 
- 
Class jadex.bdi.examples.alarmclock.OptionDialog extends javax.swing.JDialog implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent The agent.
 
- 
 
- 
- 
Class jadex.bdi.examples.alarmclock.Settings extends java.lang.Object implements Serializable- 
Serialized Fields- 
alarmsjava.util.List<Alarm> alarms The alarms.
- 
ampmboolean ampm The ampm time format.
- 
autosaveboolean autosave The autosave flag.
- 
filenamejava.lang.String filename The actual filename for this settings.
- 
fontsizeint fontsize The font size.
 
- 
 
- 
- 
Class jadex.bdi.examples.alarmclock.Time extends java.lang.Object implements Serializable- 
Serialized Fields- 
hoursint hours The hours.
- 
minutesint minutes The minutes.
- 
monthint month The month.
- 
monthdayint monthday The monthday.
- 
secondsint seconds The seconds.
- 
weekdayint weekday The weekday.
- 
yearint year The year.
 
- 
 
- 
- 
Class jadex.bdi.examples.alarmclock.TimeSpinner extends javax.swing.JSpinner implements Serializable- 
Serialized Fields- 
tfjavax.swing.JFormattedTextField tf The textfield.
 
- 
 
- 
 
- 
- 
Package jadex.bdi.examples.blackjack.dealer- 
Class jadex.bdi.examples.blackjack.dealer.DealerFrame extends GameStateFrame implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent The agent access object.
- 
childrenjava.util.Set children child windows (e.g. statistics).
 
- 
 
- 
- 
Class jadex.bdi.examples.blackjack.dealer.DealerOptionPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent The agent access.
- 
cardWaitSpinnerjavax.swing.JSpinner cardWaitSpinner the spinner, that adjusts the seconds to wait until dealer or player may draw the next card
- 
messageLabeljavax.swing.JLabel messageLabel this label shows, what the dealer is waiting for, i.e. player-arrivals game-restart and so on
- 
progressBarjavax.swing.JProgressBar progressBar the progressbar
- 
restartWaitSpinnerjavax.swing.JSpinner restartWaitSpinner the spinner, that adjusts the seconds to wait until a game-restart
- 
singleStepCheckBoxjavax.swing.JCheckBox singleStepCheckBox singleStep-checkBox, if 'selected' dealer and players receive their cards after pressing the single-step button.
- 
stepButtonjavax.swing.JButton stepButton Step-Button for stepping forward in 'single step mode'
 
- 
 
- 
 
- 
- 
Package jadex.bdi.examples.blackjack.gui- 
Class jadex.bdi.examples.blackjack.gui.GameStateFrame extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
controlpaneljavax.swing.JPanel controlpanel The control panel.
- 
dealerpanGameStateFrame.PlayersPanel dealerpan The dealers panel.
- 
playerpanGameStateFrame.PlayersPanel playerpan The players panel.
- 
topjavax.swing.JPanel top The top panel.
 
- 
 
- 
- 
Class jadex.bdi.examples.blackjack.gui.GameStateFrame.PlayersPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
playersjava.util.ArrayList players The actual players (because invokeLater() may cause delays).
 
- 
 
- 
- 
Class jadex.bdi.examples.blackjack.gui.PlayerPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
accountjavax.swing.JLabel account Label containing the player's account.
- 
betjavax.swing.JLabel bet Label containing the player's bet.
- 
cardpaneljavax.swing.JPanel cardpanel Panel containing card images.
- 
playerPlayer player The player object.
- 
statejavax.swing.JLabel state Label containing the player's state.
- 
strategyjavax.swing.JLabel strategy Label containing the player's strategy name.
 
- 
 
- 
- 
Class jadex.bdi.examples.blackjack.gui.StatisticGraph extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
depthToShowint depthToShow unit of the lower part of the y-axis
- 
heightToShowint heightToShow unit of the upper part of the y-axis
- 
modelGameStatistics model the model-object containing the information shown on the graph
- 
roundsToShowint roundsToShow unit of the x-axis
- 
showDealerjavax.swing.JCheckBox showDealer shall the dealer's result be shown ?
- 
showPlayerNamesjavax.swing.JCheckBox showPlayerNames shall the player-names be shown ?
 
- 
 
- 
 
- 
- 
Package jadex.bdi.examples.blackjack.manager- 
Class jadex.bdi.examples.blackjack.manager.ManagerFrame extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent 
- 
dealeraidIComponentIdentifier dealeraid 
- 
dealermodeljavax.swing.table.TableModel dealermodel 
- 
dealerpanjavax.swing.JPanel dealerpan 
- 
dealertablejavax.swing.JTable dealertable 
- 
dealertfjavax.swing.JTextField dealertf 
- 
enableTimerjavax.swing.Timer enableTimer 
- 
exitButtonjavax.swing.JButton exitButton 
- 
localDealerButtonjavax.swing.JButton localDealerButton 
- 
localDealerLabeljavax.swing.JLabel localDealerLabel 
- 
localDealerMaxPlayerStringjava.lang.String localDealerMaxPlayerString 
- 
localDealerNameStringjava.lang.String localDealerNameString 
- 
localDealerPlayerPlayingStringjava.lang.String localDealerPlayerPlayingString 
- 
playerpanjavax.swing.JPanel playerpan 
 
- 
 
- 
- 
Class jadex.bdi.examples.blackjack.manager.ManagerFrame.ManagerPlayerPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
actionButtonjavax.swing.JButton actionButton 
- 
colorButtonjavax.swing.JButton colorButton 
- 
enableTimerjavax.swing.Timer enableTimer Timer, that enables the start/stop-button 1 second after the user pressed the button (pressing the button, disables it, for stability-reasons
- 
initialAccountjavax.swing.JTextField initialAccount 
- 
namejavax.swing.JTextField name 
- 
playerPlayer player 
- 
strategyjavax.swing.JComboBox strategy 
 
- 
 
- 
 
- 
- 
Package jadex.bdi.examples.blackjack.player- 
Class jadex.bdi.examples.blackjack.player.HumanPlayerInterface extends GameStateFrame implements Serializable- 
Serialized Fields- 
betint bet The bet.
- 
drawcardboolean drawcard The draw state.
- 
pcsSimplePropertyChangeSupport pcs The property change support.
 
- 
 
- 
- 
Class jadex.bdi.examples.blackjack.player.HumanPlayerInterface.HumanPlayerControlPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
betbutjavax.swing.JButton betbut The button for placing a bet.
- 
betprogressjavax.swing.JProgressBar betprogress The bet progress bar.
- 
betspjavax.swing.JSpinner betsp The bet.
- 
drawjavax.swing.JButton draw The draw card decision.
- 
drawprogressjavax.swing.JProgressBar drawprogress The draw card progress bar.
- 
stopjavax.swing.JButton stop The stop button.
- 
timerjavax.swing.Timer timer The timer.
 
- 
 
- 
 
- 
- 
Package jadex.bdi.examples.blocksworld- 
Class jadex.bdi.examples.blocksworld.BlockCellRenderer extends javax.swing.JLabel implements Serializable
- 
Class jadex.bdi.examples.blocksworld.BlocksListModel extends javax.swing.DefaultListModel implements Serializable
- 
Class jadex.bdi.examples.blocksworld.BlocksworldGui extends javax.swing.JFrame implements Serializable
- 
Class jadex.bdi.examples.blocksworld.BlocksworldPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
blocksjava.util.Set<Block> blocks The known blocks.
- 
blocksizeint blocksize The block size (in pixels).
- 
imaginaryboolean imaginary The imaginary flag.
- 
pclPropertyChangeListener pcl The change listener to update the gui.
- 
tableTable table The table.
 
- 
 
- 
 
- 
- 
Package jadex.bdi.examples.booktrading.common- 
Class jadex.bdi.examples.booktrading.common.Gui extends javax.swing.JFrame implements Serializable
- 
Class jadex.bdi.examples.booktrading.common.GuiPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
addorderlabeljava.lang.String addorderlabel 
- 
agentIExternalAccess agent 
- 
detailsdmjavax.swing.table.DefaultTableModel detailsdm 
- 
dformatjava.text.DateFormat dformat 
- 
goalnamejava.lang.String goalname 
- 
itemlabeljava.lang.String itemlabel 
- 
itemsjavax.swing.table.AbstractTableModel items 
- 
ordersjava.util.List orders 
- 
tablejavax.swing.JTable table 
 
- 
 
- 
 
- 
- 
Package jadex.bdi.examples.cleanerworld_classic.cleaner- 
Class jadex.bdi.examples.cleanerworld_classic.cleaner.CleanerGui extends javax.swing.JFrame implements Serializable
 
- 
- 
Package jadex.bdi.examples.cleanerworld_classic.environment- 
Class jadex.bdi.examples.cleanerworld_classic.environment.EnvironmentGui extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
timerjavax.swing.Timer timer The repaint timer.
 
- 
 
- 
 
- 
- 
Package jadex.bdi.examples.cleanerworld.cleaner- 
Class jadex.bdi.examples.cleanerworld.cleaner.CleanerGui extends javax.swing.JFrame implements Serializable
 
- 
- 
Package jadex.bdi.examples.garbagecollector_classic- 
Class jadex.bdi.examples.garbagecollector_classic.EnvironmentGui extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
disposedboolean disposed 
 
- 
 
- 
- 
Class jadex.bdi.examples.garbagecollector_classic.MapPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
burnerjavax.swing.JLabel burner The component to display burners.
- 
burner_imagejava.awt.Image burner_image The burner image.
- 
collectorjavax.swing.JLabel collector The component to display collector.
- 
collector_imagejava.awt.Image collector_image The collector image.
- 
envEnvironment env The environment.
- 
garbagejavax.swing.JLabel garbage The component to display garbage.
- 
garbage_imagejava.awt.Image garbage_image The burner image.
- 
rescaleboolean rescale Flag to indicate that component has changed and sizes have to be recalculated.
 
- 
 
- 
 
- 
- 
Package jadex.bdi.examples.hunterprey_classic- 
Class jadex.bdi.examples.hunterprey_classic.Hunter extends Creature implements Serializable
- 
Class jadex.bdi.examples.hunterprey_classic.Prey extends Creature implements Serializable
 
- 
- 
Package jadex.bdi.examples.hunterprey_classic.creature.hunters.ldahunter.potentialfield- 
Class jadex.bdi.examples.hunterprey_classic.creature.hunters.ldahunter.potentialfield.JointField extends java.util.HashMap implements Serializable- 
Serialized Fields- 
desiredouble[][] desire desire
- 
eatenjava.util.HashSet eaten 
- 
evEvaluator ev 
- 
fieldFieldModel field 
- 
foodFoodModel food 
- 
hint h 
- 
maxDesiredouble maxDesire maxDesiremaximum value in desire
- 
minDesiredouble minDesire minDesireminimum value in desire > 0
- 
myselfCreature myself 
- 
myXint myX 
- 
myYint myY 
- 
rangeint range 
- 
roundint round 
- 
wint w 
 
- 
 
- 
- 
Class jadex.bdi.examples.hunterprey_classic.creature.hunters.ldahunter.potentialfield.PotentialFrame extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
jfJointField jf 
- 
myLocLocation myLoc 
- 
toLocLocation toLoc 
- 
toXint toX 
- 
toYint toY 
 
- 
 
- 
 
- 
- 
Package jadex.bdi.examples.hunterprey_classic.environment- 
Class jadex.bdi.examples.hunterprey_classic.environment.CreaturePanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
creaturesCreature[] creatures The creatures.
- 
hunterjavax.swing.Icon hunter The hunter image.
- 
obsboolean obs Flag to activate observer panel (only shows observers).
- 
observerjavax.swing.Icon observer The observer image.
- 
preyjavax.swing.Icon prey The prey image.
- 
tablejavax.swing.JTable table The table.
- 
table2javax.swing.JTable table2 The table.
- 
tablemodelObjectTableModel tablemodel The table model.
- 
tablemodel2ObjectTableModel tablemodel2 The table model.
 
- 
 
- 
- 
Class jadex.bdi.examples.hunterprey_classic.environment.EnvironmentGui extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
creaturesCreaturePanel creatures The panel displaying active creatures.
- 
highscoreCreaturePanel highscore The panel displaying alltime highscores.
- 
mapMapPanel map The panel showing the map.
- 
observersCreaturePanel observers The panel displaying current observers.
- 
roundcntjavax.swing.JLabel roundcnt The round counter label.
 
- 
 
- 
- 
Class jadex.bdi.examples.hunterprey_classic.environment.MapPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
background_imagejava.awt.Image background_image The background image.
- 
cvCurrentVision cv The vision to display in the panel.
- 
foodjavax.swing.JLabel food The component to display food.
- 
food_imagejava.awt.Image food_image The food image.
- 
hunterjavax.swing.JLabel hunter The component to display hunters.
- 
hunter_imagejava.awt.Image hunter_image The hunter image.
- 
obstaclejavax.swing.JLabel obstacle The component to display obstacles.
- 
obstacle_imagejava.awt.Image obstacle_image The obstacle image.
- 
preyjavax.swing.JLabel prey The component to display prey.
- 
prey_imagejava.awt.Image prey_image The prey image.
- 
rescaleboolean rescale Flag to indicate that component has changed and sizes have to be recalculated.
 
- 
 
- 
- 
Class jadex.bdi.examples.hunterprey_classic.environment.ObserverGui extends EnvironmentGui implements Serializable- 
Serialized Fields- 
refreshintervallong refreshinterval The interval between refreshes of highscore (-1 for autorefresh off).
- 
refreshtimelong refreshtime The last time the highscore was refreshed.
 
- 
 
- 
 
- 
- 
Package jadex.bdi.examples.hunterprey.ldahunter.potentialfield- 
Class jadex.bdi.examples.hunterprey.ldahunter.potentialfield.JointField extends java.util.HashMap implements Serializable- 
Serialized Fields- 
desiredouble[][] desire desire
- 
eatenjava.util.HashSet eaten 
- 
evEvaluator ev 
- 
fieldFieldModel field 
- 
foodFoodModel food 
- 
hint h 
- 
maxDesiredouble maxDesire maxDesiremaximum value in desire
- 
minDesiredouble minDesire minDesireminimum value in desire > 0
- 
myselfISpaceObject myself 
- 
myXint myX 
- 
myYint myY 
- 
rangeint range 
- 
roundint round 
- 
wint w 
 
- 
 
- 
- 
Class jadex.bdi.examples.hunterprey.ldahunter.potentialfield.PotentialFrame extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
jfJointField jf 
- 
myLocIVector2 myLoc 
- 
toLocVector2Int toLoc 
- 
toXint toX 
- 
toYint toY 
 
- 
 
- 
 
- 
- 
Package jadex.bdi.examples.marsworld_classic- 
Class jadex.bdi.examples.marsworld_classic.Homebase extends LocationObject implements Serializable- 
Serialized Fields- 
clockIClockService clock The clock.
- 
missiontimelong missiontime The mission time.
- 
oreint ore The currently collected ore amount.
- 
starttimelong starttime The start time.
 
- 
 
- 
- 
Class jadex.bdi.examples.marsworld_classic.Location extends java.lang.Object implements Serializable- 
Serialized Fields- 
xdouble x The x-coordinate.
- 
ydouble y The y-coordinate.
 
- 
 
- 
- 
Class jadex.bdi.examples.marsworld_classic.LocationObject extends java.lang.Object implements Serializable- 
Serialized Fields- 
idjava.lang.String id Attribute for slot id.
- 
locationLocation location The location of the object.
 
- 
 
- 
- 
Class jadex.bdi.examples.marsworld_classic.Target extends LocationObject implements Serializable- 
Serialized Fields- 
capacityint capacity The actual available capacity.
- 
initialcapacityint initialcapacity The max. produceable ore amount.
- 
markedboolean marked Was the target visited.
- 
oreint ore The currently available ore amount.
 
- 
 
- 
 
- 
- 
Package jadex.bdi.examples.marsworld_classic.environment- 
Class jadex.bdi.examples.marsworld_classic.environment.MarsworldGui extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
disposedboolean disposed 
- 
mapjavax.swing.JPanel map The marsworld panel.
- 
timerjavax.swing.Timer timer The timer for continuously repainting the gui.
 
- 
 
- 
 
- 
- 
Package jadex.bdi.examples.puzzle- 
Class jadex.bdi.examples.puzzle.Board extends java.lang.Object implements Serializable- 
Serialized Fields- 
hole_posPosition hole_pos The hole position.
- 
movesjava.util.ArrayList moves The moves.
- 
pcsSimplePropertyChangeSupport pcs The helper object for bean events.
- 
piecesjava.util.HashMap pieces The pieces.
- 
sizeint size The size.
 
- 
 
- 
- 
Class jadex.bdi.examples.puzzle.BoardControlPanel extends javax.swing.JPanel implements Serializable
- 
Class jadex.bdi.examples.puzzle.BoardGui extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
boardIBoard board The board to visualize.
 
- 
 
- 
- 
Class jadex.bdi.examples.puzzle.BoardPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
boardIBoard board The board to visualize.
- 
ef_imagejava.awt.Image ef_image The empty field image.
- 
empty_fieldjavax.swing.JLabel empty_field The component to display white pieces.
- 
lastMove last The last move (if any).
- 
listenersjava.util.List listeners The listeners.
- 
movecntint movecnt The move count (to detect takebacks).
- 
red_piecejavax.swing.JLabel red_piece The component to display white pieces.
- 
rescaleboolean rescale Indicates if an image rescaling is necessray.
- 
rp_imagejava.awt.Image rp_image The red piece image.
- 
white_piecejavax.swing.JLabel white_piece The component to display white pieces.
- 
wp_imagejava.awt.Image wp_image The white piece image.
 
- 
 
- 
- 
Class jadex.bdi.examples.puzzle.JackBoard extends java.lang.Object implements Serializable- 
Serialized Fields- 
black_piecePiece black_piece 
- 
boardint[][] board The int [][] board represents the game board, with 0 marking the hole, and 4 marking out-of-limit coordinates. Otherwise there are "1" pieces and "-1" pieces. Note that we don't distinguish pieces individually in this representation.
- 
lastint last 
- 
movesjava.util.ArrayList moves 
- 
pcsSimplePropertyChangeSupport pcs 
- 
the_holePosition the_hole 
- 
white_piecePiece white_piece 
 
- 
 
- 
- 
Class jadex.bdi.examples.puzzle.Move extends java.lang.Object implements Serializable
- 
Class jadex.bdi.examples.puzzle.Piece extends java.lang.Object implements Serializable- 
Serialized Fields- 
is_whiteboolean is_white The piece color (white or black).
 
- 
 
- 
- 
Class jadex.bdi.examples.puzzle.Position extends java.lang.Object implements Serializable- 
Serialized Fields- 
xint x The x position.
- 
yint y The y position.
 
- 
 
- 
 
- 
- 
Package jadex.bdi.examples.shop- 
Class jadex.bdi.examples.shop.CustomerFrame extends javax.swing.JFrame implements Serializable
- 
Class jadex.bdi.examples.shop.CustomerPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent 
- 
invlistjava.util.List invlist 
- 
invmodeljavax.swing.table.AbstractTableModel invmodel 
- 
invtablejavax.swing.JTable invtable 
- 
remotejavax.swing.JCheckBox remote 
- 
shoplistjava.util.List shoplist 
- 
shopmodeljavax.swing.table.AbstractTableModel shopmodel 
- 
shopsjava.util.Map shops 
- 
shoptablejavax.swing.JTable shoptable 
 
- 
 
- 
 
- 
- 
Package jadex.bdi.testcases.beliefs- 
Class jadex.bdi.testcases.beliefs.BeanChangesArrayList extends java.util.ArrayList implements Serializable- 
Serialized Fields- 
pcsSimplePropertyChangeSupport pcs The proerty change thrower.
 
- 
 
- 
 
- 
- 
Package jadex.bdi.tutorial- 
Class jadex.bdi.tutorial.TranslationGuiF1 extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
tadatajavax.swing.table.DefaultTableModel tadata The list of all requests served.
 
- 
 
- 
 
- 
- 
Package jadex.bdiv3- 
Class jadex.bdiv3.MyTestClass extends java.util.ArrayList implements Serializable- 
Serialized Fields- 
handlerjava.lang.reflect.InvocationHandler handler 
 
- 
 
- 
 
- 
- 
Package jadex.bdiv3.examples.alarmclock- 
Class jadex.bdiv3.examples.alarmclock.Alarm extends java.lang.Object implements Serializable- 
Serialized Fields- 
activeboolean active The active state.
- 
alarmdatelong alarmdate Cached alarm date.
- 
calc_allowedboolean calc_allowed 
- 
filenamejava.lang.String filename The alarm sound filename.
- 
messagejava.lang.String message The alaram message.
- 
modejava.lang.String mode The alarm mode.
- 
timeTime time The alarm time.
 
- 
 
- 
- 
Class jadex.bdiv3.examples.alarmclock.AlarmSettingsDialog extends javax.swing.JDialog implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent The agent.
- 
alarmAlarm alarm The alarm.
- 
alarmtfjavax.swing.JTextField alarmtf The alarm text.
- 
datecom.toedter.calendar.JDateChooser date The date.
- 
messagetfjavax.swing.JTextField messagetf The message text.
- 
modejavax.swing.JComboBox mode The mode.
- 
playingAlarmclockAgent.PlaySongGoal playing Playing state.
- 
state_okboolean state_ok Result state.
- 
timeTimeSpinner time The time.
 
- 
 
- 
- 
Class jadex.bdiv3.examples.alarmclock.AlarmsGui extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent The agent.
- 
alarmsjavax.swing.JTable alarms The alarms table.
- 
plisjava.beans.PropertyChangeListener plis The property change listener.
 
- 
 
- 
- 
Class jadex.bdiv3.examples.alarmclock.ClockFrame extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent The external access.
- 
alarms_guiAlarmsGui alarms_gui The alarms gui.
- 
formatjava.text.SimpleDateFormat format The formatter.
- 
last_ampmboolean last_ampm The ampm format.
- 
last_fontsizeint last_fontsize The last font size.
- 
shutdownboolean shutdown Flag to indicate shutdown.
- 
tijava.awt.TrayIcon ti The tray icon.
- 
timejavax.swing.JLabel time The time label.
- 
timerjavax.swing.Timer timer The timer.
- 
trayjava.awt.SystemTray tray The system tray.
 
- 
 
- 
- 
Class jadex.bdiv3.examples.alarmclock.OptionDialog extends javax.swing.JDialog implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent The agent.
 
- 
 
- 
- 
Class jadex.bdiv3.examples.alarmclock.Settings extends java.lang.Object implements Serializable- 
Serialized Fields- 
alarmsjava.util.List<Alarm> alarms The alarms.
- 
ampmboolean ampm The ampm time format.
- 
autosaveboolean autosave The autosave flag.
- 
filenamejava.lang.String filename The actual filename for this settings.
- 
fontsizeint fontsize The font size.
 
- 
 
- 
- 
Class jadex.bdiv3.examples.alarmclock.Time extends java.lang.Object implements Serializable- 
Serialized Fields- 
hoursint hours The hours.
- 
minutesint minutes The minutes.
- 
monthint month The month.
- 
monthdayint monthday The monthday.
- 
secondsint seconds The seconds.
- 
weekdayint weekday The weekday.
- 
yearint year The year.
 
- 
 
- 
- 
Class jadex.bdiv3.examples.alarmclock.TimeSpinner extends javax.swing.JSpinner implements Serializable- 
Serialized Fields- 
tfjavax.swing.JFormattedTextField tf The textfield.
 
- 
 
- 
 
- 
- 
Package jadex.bdiv3.examples.blocksworld- 
Class jadex.bdiv3.examples.blocksworld.BlockCellRenderer extends javax.swing.JLabel implements Serializable
- 
Class jadex.bdiv3.examples.blocksworld.BlocksListModel extends javax.swing.DefaultListModel implements Serializable
- 
Class jadex.bdiv3.examples.blocksworld.BlocksworldGui extends javax.swing.JFrame implements Serializable
- 
Class jadex.bdiv3.examples.blocksworld.BlocksworldPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
blocksjava.util.Set<Block> blocks The known blocks.
- 
blocksizeint blocksize The block size (in pixels).
- 
imaginaryboolean imaginary The imaginary flag.
- 
pclPropertyChangeListener pcl The change listener to update the gui.
- 
tableTable table The table.
 
- 
 
- 
 
- 
- 
Package jadex.bdiv3.examples.booktrading.common- 
Class jadex.bdiv3.examples.booktrading.common.Gui extends javax.swing.JFrame implements Serializable
- 
Class jadex.bdiv3.examples.booktrading.common.GuiPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
addorderlabeljava.lang.String addorderlabel 
- 
agentIExternalAccess agent 
- 
detailsdmjavax.swing.table.DefaultTableModel detailsdm 
- 
dformatjava.text.DateFormat dformat 
- 
itemlabeljava.lang.String itemlabel 
- 
itemsjavax.swing.table.AbstractTableModel items 
- 
ordersjava.util.List orders 
- 
tablejavax.swing.JTable table 
 
- 
 
- 
 
- 
- 
Package jadex.bdiv3.examples.cleanerworld.cleaner- 
Class jadex.bdiv3.examples.cleanerworld.cleaner.CleanerGui extends javax.swing.JFrame implements Serializable
 
- 
- 
Package jadex.bdiv3.examples.cleanerworld.environment- 
Class jadex.bdiv3.examples.cleanerworld.environment.EnvironmentGui extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
timerjavax.swing.Timer timer The repaint timer.
 
- 
 
- 
 
- 
- 
Package jadex.bdiv3.examples.joke- 
Class jadex.bdiv3.examples.joke.JokeAgent.MoodGui extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
callsjava.util.List<Future<JokeAgent.Mood>> calls 
- 
moodtfjavax.swing.JTextField moodtf 
- 
slogantfjavax.swing.JTextField slogantf 
 
- 
 
- 
 
- 
- 
Package jadex.bdiv3.examples.puzzle- 
Class jadex.bdiv3.examples.puzzle.Board extends java.lang.Object implements Serializable- 
Serialized Fields- 
hole_posPosition hole_pos The hole position.
- 
movesjava.util.List<Move> moves The moves.
- 
pcsSimplePropertyChangeSupport pcs The helper object for bean events.
- 
piecesjava.util.Map<Position,Piece> pieces The pieces.
- 
sizeint size The size.
 
- 
 
- 
- 
Class jadex.bdiv3.examples.puzzle.BoardControlPanel extends javax.swing.JPanel implements Serializable
- 
Class jadex.bdiv3.examples.puzzle.BoardGui extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
boardIBoard board The board to visualize.
 
- 
 
- 
- 
Class jadex.bdiv3.examples.puzzle.BoardPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
boardIBoard board The board to visualize.
- 
ef_imagejava.awt.Image ef_image The empty field image.
- 
empty_fieldjavax.swing.JLabel empty_field The component to display white pieces.
- 
lastMove last The last move (if any).
- 
listenersjava.util.List<java.awt.event.ActionListener> listeners The listeners.
- 
movecntint movecnt The move count (to detect takebacks).
- 
red_piecejavax.swing.JLabel red_piece The component to display white pieces.
- 
rescaleboolean rescale Indicates if an image rescaling is necessray.
- 
rp_imagejava.awt.Image rp_image The red piece image.
- 
white_piecejavax.swing.JLabel white_piece The component to display white pieces.
- 
wp_imagejava.awt.Image wp_image The white piece image.
 
- 
 
- 
- 
Class jadex.bdiv3.examples.puzzle.JackBoard extends java.lang.Object implements Serializable- 
Serialized Fields- 
black_piecePiece black_piece 
- 
boardint[][] board The int [][] board represents the game board, with 0 marking the hole, and 4 marking out-of-limit coordinates. Otherwise there are "1" pieces and "-1" pieces. Note that we don't distinguish pieces individually in this representation.
- 
lastint last 
- 
movesjava.util.List<Move> moves 
- 
pcsSimplePropertyChangeSupport pcs 
- 
the_holePosition the_hole 
- 
white_piecePiece white_piece 
 
- 
 
- 
- 
Class jadex.bdiv3.examples.puzzle.Move extends java.lang.Object implements Serializable
- 
Class jadex.bdiv3.examples.puzzle.Piece extends java.lang.Object implements Serializable- 
Serialized Fields- 
is_whiteboolean is_white The piece color (white or black).
 
- 
 
- 
- 
Class jadex.bdiv3.examples.puzzle.Position extends java.lang.Object implements Serializable- 
Serialized Fields- 
xint x The x position.
- 
yint y The y position.
 
- 
 
- 
 
- 
- 
Package jadex.bdiv3.examples.shop- 
Class jadex.bdiv3.examples.shop.CustomerFrame extends javax.swing.JFrame implements Serializable
- 
Class jadex.bdiv3.examples.shop.CustomerPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
capaICapability capa 
- 
invlistjava.util.List invlist 
- 
invmodeljavax.swing.table.AbstractTableModel invmodel 
- 
invtablejavax.swing.JTable invtable 
- 
remotejavax.swing.JCheckBox remote 
- 
shoplistjava.util.List shoplist 
- 
shopmodeljavax.swing.table.AbstractTableModel shopmodel 
- 
shopsjava.util.Map shops 
- 
shoptablejavax.swing.JTable shoptable 
 
- 
 
- 
 
- 
- 
Package jadex.bdiv3.exceptions- 
Class jadex.bdiv3.exceptions.JadexBDIGenerationException extends java.lang.Exception implements Serializable
- 
Class jadex.bdiv3.exceptions.JadexBDIGenerationRuntimeException extends java.lang.RuntimeException implements Serializable
 
- 
- 
Package jadex.bdiv3.runtime- 
Class jadex.bdiv3.runtime.BDIFailureException extends java.lang.RuntimeException implements Serializable
 
- 
- 
Package jadex.binary- 
Class jadex.binary.SerializerDecodingException extends java.lang.RuntimeException implements Serializable- serialVersionUID:
- -5954592239771886373L
 - 
Serialized Fields- 
contextIDecodingContext context Decoding context in its failure state.
 
- 
 
 
- 
- 
Package jadex.bpmn.editor.gui- 
Class jadex.bpmn.editor.gui.AbstractEditingToolbar extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
toolbarsjava.util.List<javax.swing.JToolBar> toolbars The tool bars.
- 
toolgroupjavax.swing.ButtonGroup toolgroup The tool button group.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.BackgroundProgressBar extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
labeljavax.swing.JLabel label Label for the GUI message.
- 
monitorjava.lang.Object monitor Monitor for locking.
- 
progressbarjavax.swing.JProgressBar progressbar The progress bar.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.BetterFileChooser extends javax.swing.JFileChooser implements Serializable
- 
Class jadex.bpmn.editor.gui.BpmnEditorPanel extends JSplitPanel implements Serializable- 
Serialized Fields- 
modelcontainerModelContainer modelcontainer The container of the current model.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.BpmnEditorWindow extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
bpmntoolbarBpmnToolbar bpmntoolbar The tool bar.
- 
settingsSettings settings The global settings.
- 
statusareaStatusArea statusarea The status area.
- 
tabpanejavax.swing.JTabbedPane tabpane The tab pane showing the models.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.BpmnGraphComponent extends com.mxgraph.swing.mxGraphComponent implements Serializable- 
Serialized Fields- 
cellsaddedhandlercom.mxgraph.util.mxEventSource.mxIEventListener cellsaddedhandler Cell addition handler.
- 
collapseimageiconjavax.swing.ImageIcon collapseimageicon Collapse Image Icon.
- 
uncollapseimageiconjavax.swing.ImageIcon uncollapseimageicon Uncollapse Image Icon.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.BpmnGraphComponent.BpmnGraphControl extends com.mxgraph.swing.mxGraphComponent.mxGraphControl implements Serializable
- 
Class jadex.bpmn.editor.gui.BpmnMenuBar extends javax.swing.JMenuBar implements Serializable- 
Serialized Fields- 
copycellsTuple2<BpmnGraph,java.util.List<VElement>> copycells 
- 
editorwindowBpmnEditorWindow editorwindow The editor window.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.BpmnToolbar extends AbstractEditingToolbar implements Serializable- 
Serialized Fields- 
iconsizeint iconsize The icon size.
- 
settingsSettings settings The settings.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.CellContextMenu extends javax.swing.JPopupMenu implements Serializable
- 
Class jadex.bpmn.editor.gui.OptionDialog extends javax.swing.JDialog implements Serializable
- 
Class jadex.bpmn.editor.gui.SettingsPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
deboxjavax.swing.JCheckBox debox Data edge enabled box.
- 
dsboxjavax.swing.JCheckBox dsbox Direct sequence edge auto box.
- 
extboxjavax.swing.JCheckBox extbox Jadex extensions box.
- 
libentriesjava.util.List<java.io.File> libentries The new library entries.
- 
libentrytablejavax.swing.JTable libentrytable The library entry table.
- 
lookandfeelboxjavax.swing.JComboBox lookandfeelbox Look and feel box.
- 
ntboxjavax.swing.JCheckBox ntbox Name/Type data edge box.
- 
seboxjavax.swing.JCheckBox sebox Sequence edge enabled box.
- 
settingsSettings settings The settings
- 
szboxjavax.swing.JCheckBox szbox Smooth zoom box.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.SettingsPanel.ClassPathTableModel extends javax.swing.table.AbstractTableModel implements Serializable
- 
Class jadex.bpmn.editor.gui.StatusArea extends javax.swing.JPanel implements Serializable
- 
Class jadex.bpmn.editor.gui.ZoomSlider extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
bpmncompBpmnGraphComponent bpmncomp The bpmn component.
- 
changelistenerjavax.swing.event.ChangeListener changelistener Change listener.
- 
currentcontainerModelContainer currentcontainer Current model container
- 
editorwindowBpmnEditorWindow editorwindow The editor window.
- 
sliderjavax.swing.JSlider slider The slider.
 
- 
 
- 
 
- 
- 
Package jadex.bpmn.editor.gui.contextmenus- 
Class jadex.bpmn.editor.gui.contextmenus.EdgeDragContextMenu extends javax.swing.JPopupMenu implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
defaultitemsTuple3<java.lang.String,java.lang.String,javax.swing.Icon>[] defaultitems Default creation items in the main part of the menu.
- 
endeventitemsTuple3<java.lang.String,java.lang.String,javax.swing.Icon>[] endeventitems End events in sub-menu.
- 
intermediateeventitemsTuple3<java.lang.String,java.lang.String,javax.swing.Icon>[] intermediateeventitems Intermediate events in sub-menu.
- 
sourcejava.lang.Object source Source cell
- 
targetcom.mxgraph.model.mxICell target Generated target cell if any.
 
- 
 
- 
Class jadex.bpmn.editor.gui.contextmenus.EventContextMenu extends javax.swing.JPopupMenu implements Serializable- serialVersionUID:
- 1L
 
- 
Class jadex.bpmn.editor.gui.contextmenus.GatewayContextMenu extends javax.swing.JPopupMenu implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package jadex.bpmn.editor.gui.propertypanels- 
Class jadex.bpmn.editor.gui.propertypanels.ActivityParameterTable extends javax.swing.JTable implements Serializable- 
Serialized Fields- 
activityVActivity activity The activity.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.ActivityParameterTable.ParameterTableModel extends javax.swing.table.AbstractTableModel implements Serializable
- 
Class jadex.bpmn.editor.gui.propertypanels.AddRemoveButtonPanel extends javax.swing.JPanel implements Serializable
- 
Class jadex.bpmn.editor.gui.propertypanels.AddRemoveTablePanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
tablejavax.swing.JTable table The table.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.AddRemoveTablePanel.SimpleTableModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
entriesjava.util.List<java.lang.String> entries 
- 
namejava.lang.String name 
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.BasePropertyPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
modelcontainerModelContainer modelcontainer The model container.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.BpmnPropertyPanel extends BasePropertyPanel implements Serializable- 
Serialized Fields- 
confcachejava.util.List<ConfigurationInfo> confcache Cache for handling configurations.
- 
CONFIGURATIONS_COLUMN_NAMESjava.lang.String[] CONFIGURATIONS_COLUMN_NAMES The column names for the configurations table.
- 
confmodelsjava.util.List<ConfigurationModel> confmodels The configuration models for configuration choosers
- 
conftablejavax.swing.JTable conftable The configurations table.
- 
graphselectionlistenercom.mxgraph.util.mxEventSource.mxIEventListener graphselectionlistener Start elements graph selection listener
- 
IMPORTS_COLUMN_NAMESjava.lang.String[] IMPORTS_COLUMN_NAMES The column names for the imports table.
- 
importtablejavax.swing.JTable importtable The import table.
- 
listselectionlistenerjavax.swing.event.ListSelectionListener listselectionlistener Start elements list selection listener
- 
paramccheIndexMap paramcche Cache for handling parameters.
- 
PARAMETERS_COLUMN_NAMESjava.lang.String[] PARAMETERS_COLUMN_NAMES The column names for the parameters table.
- 
paramtablejavax.swing.JTable paramtable The parameter table.
- 
PROPERTIES_COLUMN_NAMESjava.lang.String[] PROPERTIES_COLUMN_NAMES The column names for the properties table.
- 
propertynamesjava.util.List<java.lang.String> propertynames Properties Index list.
- 
proptablejavax.swing.JTable proptable The properties table.
- 
PROVIDED_SERVICES_COLUMN_NAMESjava.lang.String[] PROVIDED_SERVICES_COLUMN_NAMES The column names for the provided services table.
- 
PROXY_TYPESjava.lang.String[] PROXY_TYPES The proxy types.
- 
pstablejavax.swing.JTable pstable The provided services table.
- 
reqservconftablejavax.swing.JTable reqservconftable The required services configurations table.
- 
REQUIRED_SERVICES_COLUMN_NAMESjava.lang.String[] REQUIRED_SERVICES_COLUMN_NAMES The column names for the required services table.
- 
rstablejavax.swing.JTable rstable The required services table.
- 
START_ACTIVITIES_COLUMN_NAMESjava.lang.String[] START_ACTIVITIES_COLUMN_NAMES The column names for the start activities table.
- 
startelementstablejavax.swing.JTable startelementstable The start elements table.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.BpmnPropertyPanel.ConfigComboBox extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
comboboxjavax.swing.JComboBox combobox 
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.BpmnPropertyPanel.ConfigurationTableModel extends javax.swing.table.AbstractTableModel implements Serializable
- 
Class jadex.bpmn.editor.gui.propertypanels.BpmnPropertyPanel.ImportTableModel extends javax.swing.table.AbstractTableModel implements Serializable
- 
Class jadex.bpmn.editor.gui.propertypanels.BpmnPropertyPanel.ParameterTableModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
confmodelConfigurationModel confmodel The configuration model.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.BpmnPropertyPanel.PropertyTableModel extends javax.swing.table.AbstractTableModel implements Serializable
- 
Class jadex.bpmn.editor.gui.propertypanels.BpmnPropertyPanel.ProvidedServicesTableModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
confmodelConfigurationModel confmodel The configuration model.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.BpmnPropertyPanel.RequiredServicesConfigurationTableModel extends javax.swing.table.AbstractTableModel implements Serializable
- 
Class jadex.bpmn.editor.gui.propertypanels.BpmnPropertyPanel.RequiredServicesTableModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
confmodelConfigurationModel confmodel The configuration model.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.BpmnPropertyPanel.StartElementsTableModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
confmodelConfigurationModel confmodel The configuration model.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.DataEdgePropertyPanel extends BasePropertyPanel implements Serializable- 
Serialized Fields- 
dataedgeVDataEdge dataedge The data edge
- 
MAPPINGS_COLUMN_NAMESjava.lang.String[] MAPPINGS_COLUMN_NAMES The column names for the mapping table
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.ECARuleEventPropertyPanel extends BasePropertyPanel implements Serializable- 
Serialized Fields- 
eventVActivity event The event activity.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.ErrorEventPropertyPanel extends BasePropertyPanel implements Serializable- 
Serialized Fields- 
veventVActivity vevent The event.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.ExternalSubprocessPropertyPanel extends InternalSubprocessPropertyPanel implements Serializable- 
Serialized Fields- 
FILE_EXPRESSION_TEXTjava.lang.String FILE_EXPRESSION_TEXT Label text for file expression.
- 
FILE_NAME_TEXTjava.lang.String FILE_NAME_TEXT Label text for file name.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.InternalSubprocessPropertyPanel extends BasePropertyPanel implements Serializable- 
Serialized Fields- 
atableActivityParameterTable atable Parameter table.
- 
parameterpaneljavax.swing.JPanel parameterpanel The parameter panel.
- 
tabpanejavax.swing.JTabbedPane tabpane The tab pane.
- 
taskVActivity task The task.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.MessageEventPropertyPanel extends BasePropertyPanel implements Serializable
- 
Class jadex.bpmn.editor.gui.propertypanels.MessageEventPropertyPanel.ParameterTableModel extends javax.swing.table.AbstractTableModel implements Serializable
- 
Class jadex.bpmn.editor.gui.propertypanels.MessageEventPropertyPanel2 extends BasePropertyPanel implements Serializable
- 
Class jadex.bpmn.editor.gui.propertypanels.ProvidedServicePropertyPanel extends BasePropertyPanel implements Serializable- 
Serialized Fields- 
iboxAutoCompleteCombo ibox The task combo box.
- 
mboxjavax.swing.JComboBox mbox The method combo box.
- 
tfreturnjavax.swing.JTextField tfreturn The return param text field.
- 
vactVActivity vact The visual event
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.SequenceEdgePropertyPanel extends BasePropertyPanel implements Serializable- 
Serialized Fields- 
MAPPINGS_COLUMN_NAMESjava.lang.String[] MAPPINGS_COLUMN_NAMES The column names for the mapping table
- 
maptablejavax.swing.JTable maptable The mappings table.
- 
seqedgeVSequenceEdge seqedge The sequence edge
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.SequenceEdgePropertyPanel.MappingsTableModel extends javax.swing.table.AbstractTableModel implements Serializable
- 
Class jadex.bpmn.editor.gui.propertypanels.SignalEventHandlerPropertyPanel extends BasePropertyPanel implements Serializable
- 
Class jadex.bpmn.editor.gui.propertypanels.SignalPropertyPanel extends BasePropertyPanel implements Serializable- 
Serialized Fields- 
PROPERTIES_COLUMN_NAMESjava.lang.String[] PROPERTIES_COLUMN_NAMES The column names for the properties table.
- 
veventVActivity vevent The event.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.SignalPropertyPanel.PropertyTableModel extends javax.swing.table.AbstractTableModel implements Serializable
- 
Class jadex.bpmn.editor.gui.propertypanels.SubcomponentTab extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
modelcontainerModelContainer modelcontainer 
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.SubcomponentTab.SubcomponentTypeTableModel extends javax.swing.table.AbstractTableModel implements Serializable
- 
Class jadex.bpmn.editor.gui.propertypanels.TaskPropertyPanel extends BasePropertyPanel implements Serializable- 
Serialized Fields- 
atableActivityParameterTable atable Parameter table.
- 
FILE_EXPRESSION_TEXTjava.lang.String FILE_EXPRESSION_TEXT Label text for file expression.
- 
FILE_NAME_TEXTjava.lang.String FILE_NAME_TEXT Label text for file name.
- 
taskVActivity task The task.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.TaskPropertyPanel2 extends InternalSubprocessPropertyPanel implements Serializable- 
Serialized Fields- 
cboxAutoCompleteCombo cbox The task combo box.
- 
descareajavax.swing.JEditorPane descarea The description area.
- 
pbutjavax.swing.JButton pbut The add task param button.
 
- 
 
- 
- 
Class jadex.bpmn.editor.gui.propertypanels.TimerEventPropertyPanel extends BasePropertyPanel implements Serializable- 
Serialized Fields- 
eventVActivity event The event activity.
 
- 
 
- 
 
- 
- 
Package jadex.bpmn.editor.model.visual- 
Class jadex.bpmn.editor.model.visual.VActivity extends VNamedNode implements Serializable- 
Serialized Fields- 
inportsjava.util.Map<java.lang.String,VInParameter> inports Map to parameter input ports.
- 
internalparametersjava.util.Set<java.lang.String> internalparameters Set of internal parameters
- 
outportsjava.util.Map<java.lang.String,VOutParameter> outports Map to parameter input ports.
 
- 
 
- 
- 
Class jadex.bpmn.editor.model.visual.VDataEdge extends VEdge implements Serializable
- 
Class jadex.bpmn.editor.model.visual.VEdge extends VElement implements Serializable
- 
Class jadex.bpmn.editor.model.visual.VElement extends com.mxgraph.model.mxCell implements Serializable- 
Serialized Fields- 
bpmnelementMIdElement bpmnelement Associated BPMN element
- 
graphcom.mxgraph.view.mxGraph graph The graph where this element is used.
 
- 
 
- 
- 
Class jadex.bpmn.editor.model.visual.VExternalSubProcess extends VActivity implements Serializable
- 
Class jadex.bpmn.editor.model.visual.VInParameter extends VNamedNode implements Serializable- 
Serialized Fields- 
parameterMParameter parameter The parameter.
 
- 
 
- 
- 
Class jadex.bpmn.editor.model.visual.VLane extends VNamedNode implements Serializable- 
Serialized Fields- 
laneheightint laneheight Height of the lane.
- 
pooltextfieldwidthdouble pooltextfieldwidth Width of the text field of the associated pool.
 
- 
 
- 
- 
Class jadex.bpmn.editor.model.visual.VMessagingEdge extends VEdge implements Serializable
- 
Class jadex.bpmn.editor.model.visual.VNamedNode extends VNode implements Serializable
- 
Class jadex.bpmn.editor.model.visual.VNode extends VElement implements Serializable
- 
Class jadex.bpmn.editor.model.visual.VOutParameter extends VNamedNode implements Serializable- 
Serialized Fields- 
parameterMParameter parameter The parameter.
 
- 
 
- 
- 
Class jadex.bpmn.editor.model.visual.VPool extends VNamedNode implements Serializable- 
Serialized Fields- 
previousgeometrycom.mxgraph.model.mxGeometry previousgeometry Previous geometry since the last set.
 
- 
 
- 
- 
Class jadex.bpmn.editor.model.visual.VSequenceEdge extends VEdge implements Serializable
- 
Class jadex.bpmn.editor.model.visual.VSubProcess extends VActivity implements Serializable- 
Serialized Fields- 
pseudofoldedboolean pseudofolded Pseudo folding flag.
 
- 
 
- 
 
- 
- 
Package jadex.bpmn.examples.execute- 
Class jadex.bpmn.examples.execute.NotifierFrame extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
finishwaitjavax.swing.JButton finishwait The button for process notification.
- 
notifierNotifier notifier The notifier to be called on process continuation.
 
- 
 
- 
 
- 
- 
Package jadex.bpmn.runtime- 
Class jadex.bpmn.runtime.ProcessThreadValueFetcher.IfDefMap extends java.util.HashMap<java.lang.String,java.lang.Boolean> implements Serializable
 
- 
- 
Package jadex.bpmn.runtime.handler- 
Class jadex.bpmn.runtime.handler.EventEndErrorActivityHandler.EventEndErrorException extends java.lang.RuntimeException implements Serializable
- 
Class jadex.bpmn.runtime.handler.EventIntermediateErrorActivityHandler.EventIntermediateErrorException extends java.lang.RuntimeException implements Serializable
 
- 
- 
Package jadex.bpmn.tools.ui- 
Class jadex.bpmn.tools.ui.ActivityPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
activitiesjava.util.List activities The activities.
- 
listjavax.swing.JTable list The list.
- 
listenersjava.util.List listeners The listeners (if any).
- 
modelMBpmnModel model The rulebase.
- 
steppableISteppable steppable The steppable (to set/remove breakpoints).
 
- 
 
- 
- 
Class jadex.bpmn.tools.ui.ActivityPanel.ButtonCellManager extends javax.swing.AbstractCellEditor implements Serializable
- 
Class jadex.bpmn.tools.ui.BreakpointMarker extends com.mxgraph.model.mxCell implements Serializable- 
Serialized Fields- 
graphcom.mxgraph.view.mxGraph graph The graph where this element is used.
 
- 
 
- 
- 
Class jadex.bpmn.tools.ui.ExecutionControlPanel extends javax.swing.JPanel implements Serializable
- 
Class jadex.bpmn.tools.ui.ProcessViewPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
accessIExternalAccess access The process.
- 
bppIBreakpointPanel bpp The breakpoint panel.
- 
historyjavax.swing.JTable history The list for the history.
- 
historyinfosjava.util.List historyinfos The previous process thread steps.
- 
hmodelProcessViewPanel.HistoryModel hmodel The list model for the history.
- 
ptmodelProcessViewPanel.ProcessThreadModel ptmodel The list model for the activations.
- 
subISubscriptionIntermediateFuture<IMonitoringEvent> sub The change listener.
- 
threadinfosjava.util.Set threadinfos The displayed process threads.
- 
threadsjavax.swing.JTable threads The list for the activations.
 
- 
 
- 
- 
Class jadex.bpmn.tools.ui.ProcessViewPanel.HistoryModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
colnamesjava.lang.String[] colnames 
 
- 
 
- 
- 
Class jadex.bpmn.tools.ui.ProcessViewPanel.ProcessThreadModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
colnamesjava.lang.String[] colnames 
 
- 
 
- 
- 
Class jadex.bpmn.tools.ui.VisualProcessViewPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
accessIExternalAccess access The process.
- 
bppIBreakpointPanel bpp The breakpoint panel.
- 
historyjavax.swing.JTable history The list for the history.
- 
hmodelVisualProcessViewPanel.HistoryModel hmodel The list model for the history.
- 
modelcontainerModelContainer modelcontainer The model container.
- 
ptmodelVisualProcessViewPanel.ProcessThreadModel ptmodel The list model for the activations.
- 
subISubscriptionIntermediateFuture<IMonitoringEvent> sub The change listener.
- 
threadsjavax.swing.JTable threads The list for the activations.
- 
threadstostepsjava.util.Map<java.lang.String,java.lang.String> threadstosteps The map of currently active steps (thread id -> step id).
 
- 
 
- 
- 
Class jadex.bpmn.tools.ui.VisualProcessViewPanel.HistoryModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
colnamesjava.lang.String[] colnames 
- 
historyinfosjava.util.List<ProcessThreadInfo> historyinfos The previous process thread steps.
 
- 
 
- 
- 
Class jadex.bpmn.tools.ui.VisualProcessViewPanel.ProcessThreadModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
colnamesjava.lang.String[] colnames 
- 
threadinfosjava.util.List<ProcessThreadInfo> threadinfos The displayed process threads.
 
- 
 
- 
 
- 
- 
Package jadex.bridge- 
Class jadex.bridge.ComponentCreationException extends java.lang.RuntimeException implements Serializable- 
Serialized Fields- 
infojava.lang.Object info The optional info.
- 
reasonjava.lang.String reason The reason.
 
- 
 
- 
- 
Class jadex.bridge.ComponentIdentifier extends java.lang.Object implements Serializable- 
Serialized Fields- 
namejava.lang.String name The component name.
- 
rootjava.lang.String root Cache for platform name for getRoot() calls.
 
- 
 
- 
- 
Class jadex.bridge.ComponentNotFoundException extends java.lang.RuntimeException implements Serializable- 
Serialized Fields- 
cidIComponentIdentifier cid The component identifier.
 
- 
 
- 
- 
Class jadex.bridge.ComponentPersistedException extends java.lang.RuntimeException implements Serializable- 
Serialized Fields- 
cidIComponentIdentifier cid The component identifier.
 
- 
 
- 
- 
Class jadex.bridge.ComponentTerminatedException extends java.lang.RuntimeException implements Serializable- 
Serialized Fields- 
cidIComponentIdentifier cid The component identifier.
 
- 
 
- 
- 
Class jadex.bridge.ContentException extends java.lang.RuntimeException implements Serializable
- 
Class jadex.bridge.ErrorReport extends java.lang.Object implements Serializable- 
Serialized Fields- 
documentsjava.util.Map<java.lang.String,java.lang.String> documents The external reports.
- 
errhtmljava.lang.String errhtml The error html text.
- 
errtextjava.lang.String errtext The error text.
 
- 
 
- 
- 
Class jadex.bridge.ServiceTerminatedException extends java.lang.RuntimeException implements Serializable- 
Serialized Fields- 
sidIServiceIdentifier sid The service identifier.
 
- 
 
- 
- 
Class jadex.bridge.StepAborted extends java.lang.ThreadDeath implements Serializable
- 
Class jadex.bridge.StepAbortedException extends java.lang.RuntimeException implements Serializable- 
Serialized Fields- 
stepIComponentStep<?> step The step.
- 
stepstringjava.lang.String stepstring The step string (for remote).
 
- 
 
- 
- 
Class jadex.bridge.StepInvalidException extends java.lang.RuntimeException implements Serializable- 
Serialized Fields- 
stepIComponentStep<?> step The step.
 
- 
 
- 
 
- 
- 
Package jadex.bridge.component- 
Class jadex.bridge.component.FeatureNotAvailableException extends java.lang.RuntimeException implements Serializable
 
- 
- 
Package jadex.bridge.fipa- 
Class jadex.bridge.fipa.SearchConstraints extends java.lang.Object implements Serializable- 
Serialized Fields- 
maxdepthint maxdepth Attribute for slot max-depth.
- 
maxresultsint maxresults Attribute for slot max-results.
- 
searchidjava.lang.String searchid Attribute for slot search-id.
 
- 
 
- 
 
- 
- 
Package jadex.bridge.service- 
Class jadex.bridge.service.ServiceInvalidException extends java.lang.RuntimeException implements Serializable
 
- 
- 
Package jadex.bridge.service.component.interceptors- 
Class jadex.bridge.service.component.interceptors.ConditionException extends java.lang.RuntimeException implements Serializable
- 
Class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor.IntermediateResultUnavailableException extends java.lang.RuntimeException implements Serializable
 
- 
- 
Package jadex.bridge.service.search- 
Class jadex.bridge.service.search.MultiplicityException extends FutureTerminatedException implements Serializable
- 
Class jadex.bridge.service.search.ServiceNotFoundException extends java.lang.RuntimeException implements Serializable
 
- 
- 
Package jadex.bridge.service.types.chat- 
Class jadex.bridge.service.types.chat.TransferInfo extends java.lang.Object implements Serializable- 
Serialized Fields- 
donelong done The done size.
- 
downloadboolean download True for download, false for upload.
- 
filenamejava.lang.String filename The name of the local file (without path).
- 
filepathjava.lang.String filepath The full path of the local file (including filename).
- 
idjava.lang.String id The id.
- 
lastdonelong lastdone The done size of the last update (for calculating speed).
- 
lastupdatelong lastupdate The time (millis) of the last update (for calculating speed).
- 
otherIComponentIdentifier other The ID of the component at the other side of the transfer (i.e. sender for downloads, receiver for uploads).
- 
sizelong size The size.
- 
speeddouble speed The upload/download speed calculated as dynamic moving average (bytes/sec).
- 
statejava.lang.String state The state.
- 
timeoutlong timeout The absolute timeout value.
 
- 
 
- 
 
- 
- 
Package jadex.bridge.service.types.cms- 
Class jadex.bridge.service.types.cms.CustomLogRecord extends java.util.logging.LogRecord implements Serializable- 
Serialized Fields- 
needToInferCallerboolean needToInferCaller 
 
- 
 
- 
 
- 
- 
Package jadex.bytecode.vmhacks- 
Class jadex.bytecode.vmhacks.LoggerFilterStore extends java.util.ArrayList<java.lang.Object> implements Serializable- serialVersionUID:
- -1120016223808401812L
 - 
Serialized Fields- 
realstorejava.util.ArrayList<java.lang.Object> realstore 
 
- 
 
 
- 
- 
Package jadex.commons- 
Class jadex.commons.CachedObject extends java.lang.Object implements Serializable- 
Serialized Fields- 
cachedobjectjava.io.Serializable cachedobject The cached object.
- 
filenamejava.lang.String filename The filename of the cache.
- 
lastmodifiedlong lastmodified The last modified date.
 
- 
 
- 
- 
Class jadex.commons.ComposedFilter extends java.lang.Object implements Serializable
- 
Class jadex.commons.ComposedRemoteFilter extends java.lang.Object implements Serializable- 
Serialized Fields- 
filtersIAsyncFilter[] filters The filters
- 
operatorint operator The operator.
 
- 
 
- 
- 
Class jadex.commons.DebugException extends java.lang.RuntimeException implements Serializable
- 
Class jadex.commons.ErrorException extends java.lang.Exception implements Serializable
- 
Class jadex.commons.FixedJComboBox extends javax.swing.JComboBox implements Serializable- 
Serialized Fields- 
iSelectedIndexint iSelectedIndex 
 
- 
 
- 
- 
Class jadex.commons.MultiException extends java.lang.RuntimeException implements Serializable- 
Serialized Fields- 
causesjava.util.List<java.lang.Throwable> causes The exceptions.
- 
messagejava.lang.String message The message.
 
- 
 
- 
- 
Class jadex.commons.ObjectCache extends java.lang.Object implements Serializable- 
Serialized Fields- 
cachejava.util.Map cache The expression caches for filename.
- 
filenamejava.lang.String filename The filename of the cache.
- 
persist_alwaysboolean persist_always The persist strategy (always or only on demand by manually calling persist).
- 
persist_singleboolean persist_single The flag indicating if cached objects are stored on disk themselves.
 
- 
 
- 
- 
Class jadex.commons.SimplePropertyChangeSupport extends java.lang.Object implements Serializable- 
Serialized Fields- 
listenersjava.util.List<PropertyChangeListener> listeners 
- 
sourcejava.lang.Object source 
 
- 
 
- 
- 
Class jadex.commons.TimeoutException extends java.lang.RuntimeException implements Serializable
- 
Class jadex.commons.Tuple extends java.lang.Object implements Serializable- 
Serialized Fields- 
entitiesjava.lang.Object[] entities The entities of the tuple.
 
- 
 
- 
- 
Class jadex.commons.Tuple2 extends Tuple implements Serializable
- 
Class jadex.commons.Tuple3 extends Tuple implements Serializable
 
- 
- 
Package jadex.commons.beans- 
Class jadex.commons.beans.IndexedPropertyChangeEvent extends PropertyChangeEvent implements Serializable- serialVersionUID:
- -320227448495806870L
 - 
Serialized Fields- 
indexint index 
 
- 
 
- 
Class jadex.commons.beans.IntrospectionException extends java.lang.Exception implements Serializable- serialVersionUID:
- -3728150539969542619L
 
- 
Class jadex.commons.beans.PropertyChangeEvent extends java.util.EventObject implements Serializable- serialVersionUID:
- 7042693688939648123L
 - 
Serialized Fields- 
newValuejava.lang.Object newValue 
- 
oldValuejava.lang.Object oldValue 
- 
propagationIdjava.lang.Object propagationId 
- 
propertyNamejava.lang.String propertyName 
 
- 
 
- 
Class jadex.commons.beans.PropertyChangeSupport extends java.lang.Object implements Serializable- serialVersionUID:
- 6401253773779951803L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream ois) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObjectprivate void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
- 
Serialized Fields- 
childrenjava.util.Hashtable<java.lang.String,PropertyChangeSupport> children 
- 
propertyChangeSupportSerializedDataVersionint propertyChangeSupportSerializedDataVersion 
- 
sourcejava.lang.Object source 
 
- 
 
- 
Class jadex.commons.beans.PropertyVetoException extends java.lang.Exception implements Serializable- serialVersionUID:
- 129596057694162164L
 - 
Serialized Fields- 
evtPropertyChangeEvent evt 
 
- 
 
- 
Class jadex.commons.beans.VetoableChangeSupport extends java.lang.Object implements Serializable- serialVersionUID:
- -5090210921595982017L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream ois) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObjectprivate void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
- 
Serialized Fields- 
childrenjava.util.Hashtable<java.lang.String,VetoableChangeSupport> children 
- 
sourcejava.lang.Object source 
- 
vetoableChangeSupportSerializedDataVersionint vetoableChangeSupportSerializedDataVersion 
 
- 
 
 
- 
- 
Package jadex.commons.beans.beancontext- 
Class jadex.commons.beans.beancontext.BeanContextChildSupport extends java.lang.Object implements Serializable- serialVersionUID:
- 6328947014421475877L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream ois) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObjectprivate void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
- 
Serialized Fields- 
beanContextChildPeerBeanContextChild beanContextChildPeer 
- 
pcSupportPropertyChangeSupport pcSupport 
- 
vcSupportVetoableChangeSupport vcSupport 
 
- 
 
- 
Class jadex.commons.beans.beancontext.BeanContextEvent extends java.util.EventObject implements Serializable- serialVersionUID:
- 7267998073569045052L
 - 
Serialized Fields- 
propagatedFromBeanContext propagatedFrom 
 
- 
 
- 
Class jadex.commons.beans.beancontext.BeanContextMembershipEvent extends BeanContextEvent implements Serializable- serialVersionUID:
- 3499346510334590959L
 - 
Serialized Fields- 
childrenjava.util.Collection children 
 
- 
 
- 
Class jadex.commons.beans.beancontext.BeanContextServiceAvailableEvent extends BeanContextEvent implements Serializable- serialVersionUID:
- -5333985775656400778L
 - 
Serialized Fields- 
serviceClassjava.lang.Class serviceClass 
 
- 
 
- 
Class jadex.commons.beans.beancontext.BeanContextServiceRevokedEvent extends BeanContextEvent implements Serializable- serialVersionUID:
- -1295543154724961754L
 - 
Serialized Fields- 
invalidateRefsboolean invalidateRefs 
- 
serviceClassjava.lang.Class serviceClass 
 
- 
 
- 
Class jadex.commons.beans.beancontext.BeanContextServicesSupport extends BeanContextSupport implements Serializable- serialVersionUID:
- -8494482757288719206L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream ois) throws java.io.IOException, java.lang.ClassNotFoundExceptionThe implementation goes through following steps:defaultReadObject(). - Throws:
- java.io.IOException- if I/O error occurs
- java.lang.ClassNotFoundException- if class of read object is not found
 writeObjectprivate void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOExceptionThe implementation goes through following steps:defaultWriteObject(). - Throws:
- java.io.IOException- if I/O exception occurs
 Class jadex.commons.beans.beancontext.BeanContextServicesSupport.BCSSChild extends BeanContextSupport.BCSChild implements Serializable- serialVersionUID:
- -3263851306889194873L
 Class jadex.commons.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider extends java.lang.Object implements Serializable- serialVersionUID:
- 861278251667444782L
 - 
Serialized Fields- 
serviceProviderBeanContextServiceProvider serviceProvider The service provider of the related service.
 
- 
 Class jadex.commons.beans.beancontext.BeanContextSupport extends BeanContextChildSupport implements Serializable- serialVersionUID:
- -4879613978649577204L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream ois) throws java.io.IOException, java.lang.ClassNotFoundExceptionThe implementation goes through following steps:defaultReadObject().bcsPreDeserializationHook().readChildren() if this context works standalone. Otherwise it is the peer's responsibility to call readChildren()after this object is deserialized.- Throws:
- java.io.IOException- if I/O error occurs
- java.lang.ClassNotFoundException- if class of read object is not found
 writeObjectprivate void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOExceptionThe implementation goes through following steps:defaultWriteObject(), especially the serializableindicating the number of serializable children.bcsPreSerializationHook().writeChildren() if this context works standalone. Otherwise it is the peer's responsibility to callwriteChildren()after this object is serialized.- Throws:
- java.io.IOException- if I/O exception occurs
 Serialized Fields- 
designTimeboolean designTime A flag indicating whether this context is in design mode.
- 
localejava.util.Locale locale The locale of this context.
- 
okToUseGuiboolean okToUseGui A flag indicating whether this context is allowed to use GUI.
- 
serializableint serializable 
 Class jadex.commons.beans.beancontext.BeanContextSupport.BCSChild extends java.lang.Object implements Serializable- serialVersionUID:
- -5815286101609939109L
 - 
Serialized Fields- 
childjava.lang.Object child 
- 
proxyPeerjava.lang.Object proxyPeer 
 
- 
 Package jadex.commons.collection- 
Class jadex.commons.collection.ConcurrencyCheckingList extends java.lang.Object implements Serializable- 
Serialized Fields- 
listjava.util.List list The wrapped list.
 
- 
 
- 
- 
Class jadex.commons.collection.FastHashMap extends java.lang.Object implements Serializable- serialVersionUID:
- 362722346524651265L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObjectprivate void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
Class jadex.commons.collection.IBlockingQueue.ClosedException extends java.lang.RuntimeException implements Serializable
- 
Class jadex.commons.collection.IndexMap extends java.lang.Object implements Serializable
- 
Class jadex.commons.collection.IndexMap.ListIndexMap extends IndexMap<K,V> implements Serializable
- 
Class jadex.commons.collection.IndexMap.MapIndexMap extends IndexMap<K,V> implements Serializable
- 
Class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection extends java.lang.Object implements Serializable- 
Serialization Methods- 
writeObjectprivate void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
- 
Serialized Fields- 
cILeaseTimeSet<E> c 
- 
mutexjava.lang.Object mutex 
 
- 
 
- 
- 
Class jadex.commons.collection.LRU extends java.util.LinkedHashMap<K,V> implements Serializable- 
Serialized Fields- 
cleanerILRUEntryCleaner cleaner The entry cleaner (for performing cleanup code on removed entries).
- 
maxint max The maximum number of entries.
 
- 
 
- 
- 
Class jadex.commons.collection.MultiCollection extends java.lang.Object implements Serializable
- 
Class jadex.commons.collection.NestedMap extends java.lang.Object implements Serializable- 
Serialized Fields- 
localjava.util.Map local The local map.
- 
parentsjava.util.Map[] parents The parent maps.
 
- 
 
- 
- 
Class jadex.commons.collection.OrderedProperties extends java.util.Properties implements Serializable- 
Serialized Fields- 
mapjava.util.LinkedHashMap<java.lang.Object,java.lang.Object> map The internal map.
 
- 
 
- 
- 
Class jadex.commons.collection.SortedList extends java.util.LinkedList<T> implements Serializable- 
Serialized Fields- 
ascendingboolean ascending The ordering direction of the list.
- 
compjava.util.Comparator<? super T> comp The comparator to use (if any).
 
- 
 
- 
- 
Class jadex.commons.collection.TwoWayMultiCollection extends MultiCollection implements Serializable- 
Serialized Fields- 
reverseTwoWayMultiCollection reverse The reverse multi-collection.
 
- 
 
- 
- 
Class jadex.commons.collection.WeakList extends java.lang.Object implements Serializable- 
Serialization Methods- 
readResolveprotected java.lang.Object readResolve() throws java.io.ObjectStreamExceptionPerform special handling on deserialization.- Throws:
- java.io.ObjectStreamException
 
- 
writeReplaceprotected java.lang.Object writeReplace() throws java.io.ObjectStreamExceptionPerform special handling on serialization.- Throws:
- java.io.ObjectStreamException
 
 
- 
- 
Serialized Fields- 
serialized_listjava.util.List<E> serialized_list 
- 
sizeint size The number of elements.
- 
stateint state The state (to check for modifications).
 
- 
 
- 
- 
Class jadex.commons.collection.WeakSet extends java.util.AbstractSet<T> implements Serializable- 
Serialization Methods- 
readResolveprotected java.lang.Object readResolve() throws java.io.ObjectStreamExceptionPerform special handling on serialization.- Throws:
- java.io.ObjectStreamException
 
- 
writeReplaceprotected java.lang.Object writeReplace() throws java.io.ObjectStreamExceptionPerform special handling on serialization.- Throws:
- java.io.ObjectStreamException
 
 
- 
- 
Serialized Fields- 
serialized_setjava.util.Set serialized_set 
 
- 
 
- 
 Package jadex.commons.future- 
Class jadex.commons.future.DuplicateResultException extends java.lang.RuntimeException implements Serializable- 
Serialized Fields- 
firstjava.lang.Object first The first result.
- 
futureIFuture<?> future The future.
- 
secondjava.lang.Object second The second result.
- 
typeint type The type.
 
- 
 
- 
- 
Class jadex.commons.future.FutureTerminatedException extends java.lang.RuntimeException implements Serializable
 Package jadex.commons.gui- 
Class jadex.commons.gui.BrowserPane extends javax.swing.JTextPane implements Serializable- 
Serialized Fields- 
externalsjava.util.Map<java.lang.String,java.lang.String> externals The external references.
- 
inbrowserboolean inbrowser Open links per click in external browser.
- 
popupboolean popup Indicates that the last mouse click included a popup trigger.
- 
referencejava.lang.String reference The current URL under the mouse cursor when local reference (i.e. #ref).
- 
urljava.net.URL url The current URL under the mouse cursor.
 
- 
 
- 
- 
Class jadex.commons.gui.BrowserPane.ClasspathHTMLEditorKit extends javax.swing.text.html.HTMLEditorKit implements Serializable- 
Serialized Fields- 
thefactoryjavax.swing.text.ViewFactory thefactory The view factory.
 
- 
 
- 
- 
Class jadex.commons.gui.ClassSearchPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
cbacjavax.swing.JCheckBox cbac 
- 
cbcjavax.swing.JCheckBox cbc 
- 
cbicjavax.swing.JCheckBox cbic 
- 
cbifjavax.swing.JCheckBox cbif The checkbox for interfaces.
- 
cljava.lang.ClassLoader cl The classloader.
- 
ctmjadex.commons.gui.ClassSearchPanel.ClassTableModel ctm 
- 
curqueryjava.lang.String curquery The current search query text.
- 
lastsearchTerminableFuture<java.lang.Void> lastsearch 
- 
resultsjavax.swing.JTable results The results table.
- 
statusjavax.swing.JLabel status The status.
- 
tpIThreadPool tp The thread pool.
 
- 
 
- 
- 
Class jadex.commons.gui.EditableList extends javax.swing.JTable implements Serializable- 
Serialized Fields- 
allowduplicatesboolean allowduplicates Allow duplicate entries.
- 
editableboolean editable The editable flag.
- 
entriesjava.util.List entries The entries.
- 
showcntboolean showcnt Show the numbers of entries in title.
- 
titlejava.lang.String title The list title.
 
- 
 
- 
- 
Class jadex.commons.gui.EditableList.ButtonCellManager extends javax.swing.AbstractCellEditor implements Serializable
- 
Class jadex.commons.gui.EditableListEvent extends javax.swing.event.TableModelEvent implements Serializable- 
Serialized Fields- 
datajava.lang.Object[] data The data.
 
- 
 
- 
- 
Class jadex.commons.gui.JBusyRing extends javax.swing.JComponent implements Serializable- 
Serialized Fields- 
activeboolean active Flag if active.
- 
animationactionjava.awt.event.ActionListener animationaction Animation action.
- 
animationtimerjavax.swing.Timer animationtimer Animation timer.
- 
frametimeint frametime Time between frames.
- 
fullrotlong fullrot Time for a full rotation of the ring.
- 
halfstrokedouble halfstroke Half the size of a stroke.
- 
ringcolorjava.awt.Color ringcolor Color of the ring.
- 
sizejava.awt.Dimension size Widget size.
- 
startframelong startframe Start frame time stamp.
 
- 
 
- 
- 
Class jadex.commons.gui.JCopyPasteContextMenu extends javax.swing.JPopupMenu implements Serializable- 
Serialized Fields- 
textcompjavax.swing.text.JTextComponent textcomp The text component.
 
- 
 
- 
- 
Class jadex.commons.gui.JPlaceholderTextField extends javax.swing.JTextField implements Serializable- 
Serialized Fields- 
activeplaceholderboolean activeplaceholder Flag if the placeholder is active
- 
animtimerjavax.swing.Timer animtimer Animation timer.
- 
borderJPlaceholderTextField.RecolorLineBorder border Glow border for broken UIs like GTK.
- 
doclistenerjavax.swing.event.DocumentListener doclistener Document listener to intercept edits when in placeholder mode.
- 
foregroundcolorjava.awt.Color foregroundcolor Regular foreground color.
- 
highlighterjavax.swing.text.Highlighter highlighter The default highlighter to exchange with null when placeholder is active.
- 
invalidcolorjava.awt.Color invalidcolor Color for invalid field.
- 
origcolorjava.awt.Color origcolor Original color during animation.
- 
placeholderjava.lang.String placeholder The placeholder text.
- 
placeholdercolorjava.awt.Color placeholdercolor Color of the placeholder.
 
- 
 
- 
- 
Class jadex.commons.gui.JPlaceholderTextField.RecolorLineBorder extends javax.swing.border.LineBorder implements Serializable
- 
Class jadex.commons.gui.JSplitPanel extends javax.swing.JSplitPane implements Serializable- 
Serialized Fields- 
hasProportionalLocationboolean hasProportionalLocation 
- 
isPaintedint isPainted 
- 
proportionalLocationdouble proportionalLocation 
 
- 
 
- 
- 
Class jadex.commons.gui.JValidatorTextField extends javax.swing.JTextField implements Serializable- 
Serialized Fields- 
validatorIValidator validator The validator.
 
- 
 
- 
- 
Class jadex.commons.gui.JWizard extends javax.swing.JPanel implements Serializable- serialVersionUID:
- 4992471651678269871L
 - 
Serialized Fields- 
busyringJBusyRing busyring The busy ring.
- 
buttonpaneljavax.swing.JPanel buttonpanel The current button panel.
- 
currentJWizard.WizardNode current Current frame of the wizard.
- 
mainpaneljavax.swing.JPanel mainpanel 
- 
nextbuttonjavax.swing.JButton nextbutton The button for the next/finish action, can be disabled.
- 
startJWizard.WizardNode start Start frame of the wizard.
- 
terminationlistenersjava.util.Set<java.awt.event.ActionListener> terminationlisteners Listeners called when wizard terminates.
 
- 
 
- 
Class jadex.commons.gui.JWizard.ChoiceNode extends JWizard.WizardNode implements Serializable- serialVersionUID:
- 1634355685705747180L
 - 
Serialized Fields- 
bgroupjavax.swing.ButtonGroup bgroup 
 
- 
 
- 
Class jadex.commons.gui.JWizard.WizardNode extends javax.swing.JPanel implements Serializable- serialVersionUID:
- 7657673980110325857L
 - 
Serialized Fields- 
childrenjava.util.List<JWizard.WizardNode> children Wizard child nodes.
- 
nextitemint nextitem The next item, 0 for default.
- 
parentsjava.util.LinkedList<JWizard.WizardNode> parents The parent node stack.
 
- 
 
- 
Class jadex.commons.gui.PropertiesPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
adddummyboolean adddummy Add dummy when weighty==0.
- 
componentsjava.util.Map components The created components (name->comp).
- 
dummyjavax.swing.JComponent dummy The last component for extra space.
- 
gbcjava.awt.GridBagConstraints gbc The grid bag constraints.
 
- 
 
- 
- 
Class jadex.commons.gui.ScrollablePanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
preferredsizejava.awt.Dimension preferredsize The preferred scrollable viewport size.
- 
trackheightboolean trackheight True if the view should always be adjusted to scrollpane height (i.e. no vertical scrolling).
- 
trackwidthboolean trackwidth True if the view should always be adjusted to scrollpane width (i.e. no horizontal scrolling).
 
- 
 
- 
- 
Class jadex.commons.gui.ToolTipAction extends javax.swing.AbstractAction implements Serializable
- 
Class jadex.commons.gui.TreeCombo extends javax.swing.JComboBox implements Serializable
 Package jadex.commons.gui.autocombo- 
Class jadex.commons.gui.autocombo.AbstractAutoComboModel extends javax.swing.AbstractListModel implements Serializable- 
Serialized Fields- 
comboAutoCompleteCombo<T> combo 
- 
entriesjava.util.List<T> entries 
- 
maxint max 
- 
selectedT selected 
 
- 
 
- 
- 
Class jadex.commons.gui.autocombo.AbstractFixedAutoComboModel extends AbstractAutoComboModel<T> implements Serializable- 
Serialized Fields- 
allentriesjava.util.List<T> allentries 
 
- 
 
- 
- 
Class jadex.commons.gui.autocombo.AutoComboTableCellEditor extends javax.swing.DefaultCellEditor implements Serializable
- 
Class jadex.commons.gui.autocombo.AutoComboTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable- 
Serialized Fields- 
boxAutoCompleteCombo box The combo box.
 
- 
 
- 
- 
Class jadex.commons.gui.autocombo.AutoCompleteCombo extends javax.swing.JComboBox implements Serializable- 
Serialized Fields- 
cljava.lang.ClassLoader cl The cloassloader.
- 
currentISubscriptionIntermediateFuture<T> current The current call.
- 
lastpatternjava.lang.String lastpattern The last pattern.
- 
tpIThreadPool tp The thread pool.
- 
updatingboolean updating The flag that the model is modified.
 
- 
 
- 
- 
Class jadex.commons.gui.autocombo.AutoCompleteCombo.AutoCompleteDocument extends javax.swing.text.PlainDocument implements Serializable- 
Serialized Fields- 
arrowkeyboolean arrowkey 
- 
tjavax.swing.Timer t 
 
- 
 
- 
- 
Class jadex.commons.gui.autocombo.ClassComboModel extends AbstractAutoComboModel<java.lang.Class<?>> implements Serializable
- 
Class jadex.commons.gui.autocombo.ClassInfoComboBoxRenderer extends javax.swing.plaf.basic.BasicComboBoxRenderer implements Serializable
- 
Class jadex.commons.gui.autocombo.FixedClassComboModel extends AbstractFixedAutoComboModel<java.lang.Class<?>> implements Serializable
- 
Class jadex.commons.gui.autocombo.FixedClassInfoComboModel extends AbstractFixedAutoComboModel<ClassInfo> implements Serializable
- 
Class jadex.commons.gui.autocombo.StringComboModel extends AbstractAutoComboModel<java.lang.String> implements Serializable- 
Serialized Fields- 
allentriesjava.util.List<java.lang.String> allentries 
 
- 
 
- 
 Package jadex.commons.gui.jtable- 
Class jadex.commons.gui.jtable.AbstractIndexTableModel extends DelegateTableModel implements Serializable- 
Serialized Fields- 
indexListjava.util.ArrayList indexList 
 
- 
 
- 
- 
Class jadex.commons.gui.jtable.ClassInfoRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
- 
Class jadex.commons.gui.jtable.ClassRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
- 
Class jadex.commons.gui.jtable.DateTimeRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable- 
Serialized Fields- 
formatterjava.text.DateFormat formatter 
 
- 
 
- 
- 
Class jadex.commons.gui.jtable.DelegateTableModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
delegatejavax.swing.table.TableModel delegate 
 
- 
 
- 
- 
Class jadex.commons.gui.jtable.ObjectTableModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
columnclassesjava.util.HashMap columnclasses The classes of the columns.
- 
columnsjava.util.Vector columns The data.
- 
columseditablejava.util.HashSet columseditable The editable colums.
- 
datajava.util.Vector data The data.
 
- 
 
- 
- 
Class jadex.commons.gui.jtable.PatternEditor extends javax.swing.DefaultCellEditor implements Serializable- 
Serialized Fields- 
argTypesjava.lang.Class[] argTypes 
- 
constructorjava.lang.reflect.Constructor constructor 
- 
valuejava.lang.Object value 
 
- 
 
- 
- 
Class jadex.commons.gui.jtable.ResizeableTableHeader extends javax.swing.table.JTableHeader implements Serializable- 
Serialized Fields- 
autoResizingEnabledboolean autoResizingEnabled If true, auto resizing of columns when the TableModel invokes a tableChanged event is enabled. The default is false.
- 
includeHeaderWidthboolean includeHeaderWidth If true, resizing of columns will also take the width of header cells into account. The default is false.
 
- 
 
- 
- 
Class jadex.commons.gui.jtable.SorterFilterTableModel extends AbstractIndexTableModel implements Serializable- 
Serialized Fields- 
doFilterboolean doFilter 
- 
filterjava.util.Vector filter 
- 
pauseDisplayingboolean pauseDisplaying 
- 
pauseRowint pauseRow 
- 
sortColumnint sortColumn 
- 
sortColumnsjava.util.Vector sortColumns 
- 
sortDirectionint sortDirection 
 
- 
 
- 
- 
Class jadex.commons.gui.jtable.SortHeaderRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
- 
Class jadex.commons.gui.jtable.StringArrayTableModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
columnnamesjava.lang.String[] columnnames 
- 
editableboolean editable Flag if editable.
- 
stringarrayjava.lang.String[][] stringarray The string array
 
- 
 
- 
- 
Class jadex.commons.gui.jtable.TableSorter extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
columnComparatorsjava.util.Map columnComparators 
- 
modelToViewint[] modelToView 
- 
mouseListenerjava.awt.event.MouseListener mouseListener 
- 
sortingColumnsjava.util.List sortingColumns 
- 
tableHeaderjavax.swing.table.JTableHeader tableHeader 
- 
tableModeljavax.swing.table.TableModel tableModel 
- 
tableModelListenerjavax.swing.event.TableModelListener tableModelListener 
- 
viewToModeljadex.commons.gui.jtable.TableSorter.Row[] viewToModel 
 
- 
 
- 
- 
Class jadex.commons.gui.jtable.VisibilityPopupMenu extends javax.swing.JPopupMenu implements Serializable- 
Serialized Fields- 
modelIVisibilityTableColumnModel model 
 
- 
 
- 
- 
Class jadex.commons.gui.jtable.VisibilityTableColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable- 
Serialized Fields- 
allTableColumnsjava.util.Vector allTableColumns Array of TableColumn objects in this model. Holds all column objects, regardless of their visibility
- 
tableColumnsFixedjava.util.Vector tableColumnsFixed Array of TableColumn objects that cannot change the visibility. By default this array is empty
 
- 
 
- 
 Package jadex.commons.gui.jtreetable- 
Class jadex.commons.gui.jtreetable.AbstractTreeTableAction extends javax.swing.AbstractAction implements Serializable
- 
Class jadex.commons.gui.jtreetable.DefaultTreeTableCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable
- 
Class jadex.commons.gui.jtreetable.DefaultTreeTableNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable- 
Serialized Fields- 
modelDefaultTreeTableModel model The model, used to generate events.
- 
typeTreeTableNodeType type The node type identifier.
- 
valuesjava.util.Map values The values.
 
- 
 
- 
- 
Class jadex.commons.gui.jtreetable.JTreeTable extends javax.swing.JTable implements Serializable- 
Serialized Fields- 
treeJTreeTable.TreeTableCellRenderer tree A subclass of JTree.
 
- 
 
- 
- 
Class jadex.commons.gui.jtreetable.JTreeTable.ListToTreeSelectionModelWrapper extends javax.swing.tree.DefaultTreeSelectionModel implements Serializable- 
Serialized Fields- 
updatingListSelectionModelboolean updatingListSelectionModel Set to true when we are updating the ListSelectionModel.
 
- 
 
- 
- 
Class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellEditor extends javax.swing.DefaultCellEditor implements Serializable
- 
Class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellRenderer extends javax.swing.JTree implements Serializable- 
Serialized Fields- 
highlightBorderjavax.swing.border.Border highlightBorder Border to draw around the tree, if this is non-null, it will be painted.
- 
visibleRowint visibleRow Last table/tree row asked to renderer.
 
- 
 
- 
- 
Class jadex.commons.gui.jtreetable.SetTreeTableNode extends DefaultTreeTableNode implements Serializable
- 
Class jadex.commons.gui.jtreetable.TreeTableModelAdapter extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
treejavax.swing.JTree tree 
- 
treeTableModelTreeTableModel treeTableModel 
 
- 
 
- 
 Package jadex.commons.random- 
Class jadex.commons.random.FastThreadedRandom extends java.util.Random implements Serializable- serialVersionUID:
- -1193190439562997946L
 - 
Serialized Fields- 
prngsjava.util.Random[] prngs The random number generators.
- 
threadingmaskint threadingmask Mask for distributing threads.
 
- 
 
- 
Class jadex.commons.random.Xoroshiro128Random extends java.util.Random implements Serializable- 
Serialized Fields- 
state0long state0 
- 
state1long state1 
 
- 
 
- 
 Package jadex.commons.security.random- 
Class jadex.commons.security.random.ChaCha20Random extends java.security.SecureRandom implements Serializable- serialVersionUID:
- -4800522753628853326L
 - 
Serialized Fields- 
basestateint[] basestate ChaCha base state
- 
blockcountlong blockcount Current block count.
- 
entropysourceIEntropySource entropysource Entropy source for seeding, use SSecurity.
- 
outptrint outptr Pointer to unused output.
- 
outputblockbyte[] outputblock The output block.
 
- 
 
- 
Class jadex.commons.security.random.OpenSslAesCtrRandom extends java.security.SecureRandom implements Serializable- serialVersionUID:
- -3198322342777501L
 - 
Serialized Fields- 
aesctrOpenSslAesCtr aesctr 
- 
bufferbyte[] buffer 
- 
numbytesint numbytes 
- 
posint pos 
 
- 
 
- 
Class jadex.commons.security.random.SecureThreadedRandom extends java.security.SecureRandom implements Serializable- serialVersionUID:
- -11931962997946L
 - 
Serialized Fields- 
prngsjava.security.SecureRandom[] prngs The random number generators.
- 
threadingmaskint threadingmask Mask for distributing threads.
 
- 
 
- 
Class jadex.commons.security.random.SynchronizedSecureRandomWrapper extends java.security.SecureRandom implements Serializable- serialVersionUID:
- -2816942884190634169L
 - 
Serialized Fields- 
delegatejava.security.SecureRandom delegate 
 
- 
 
 Package jadex.examples.presentationtimer.display.ui- 
Class jadex.examples.presentationtimer.display.ui.ConfigureFrame extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
countDownTimeTFjavax.swing.JTextField countDownTimeTF 
- 
fehlerLabeljavax.swing.JLabel fehlerLabel 
- 
guiServiceICountdownGUIService guiService 
- 
infoTimeTFjavax.swing.JTextField infoTimeTF 
- 
onOkClickListenerjava.awt.event.ActionListener onOkClickListener 
- 
warningTimeTFjavax.swing.JTextField warningTimeTF 
 
- 
 
- 
- 
Class jadex.examples.presentationtimer.display.ui.CountDownView extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
controllerICountdownController controller 
- 
countdownLabeljavax.swing.JLabel countdownLabel 
- 
countDownTimeint countDownTime Time the countdown will be reset to.
- 
formatterjava.text.DecimalFormat formatter 
- 
infoTimeLeftint infoTimeLeft 
- 
listenerICountdownService.ICountdownListener listener 
- 
startStopButtonjavax.swing.JButton startStopButton 
- 
stateState state 
- 
timerjava.util.Timer timer 
- 
warningTimeLeftint warningTimeLeft 
 
- 
 
- 
 Package jadex.examples.presentationtimer.remotecontrol.ui- 
Class jadex.examples.presentationtimer.remotecontrol.ui.CDListCellRenderer extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
platformAddressesjavax.swing.JTextArea platformAddresses 
- 
platformLabeljavax.swing.JLabel platformLabel 
- 
stateLabeljavax.swing.JLabel stateLabel 
- 
timeLabeljavax.swing.JLabel timeLabel 
 
- 
 
- 
- 
Class jadex.examples.presentationtimer.remotecontrol.ui.CDListModel extends javax.swing.DefaultListModel<CDListItem> implements Serializable
- 
Class jadex.examples.presentationtimer.remotecontrol.ui.ClientFrame extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
listjavax.swing.JList<CDListItem> list 
- 
listmodelCDListModel listmodel 
- 
selectedElementCDListItem selectedElement 
- 
stateFutITerminableIntermediateFuture<State> stateFut 
- 
stateLabeljavax.swing.JLabel stateLabel 
- 
timeFutITerminableIntermediateFuture<java.lang.String> timeFut 
- 
timeLabeljavax.swing.JLabel timeLabel 
 
- 
 
- 
 Package jadex.extension.envsupport.environment- 
Class jadex.extension.envsupport.environment.ObjectEvent extends java.lang.Object implements Serializable- 
Serialized Fields- 
parametersjava.util.Map parameters The parameters.
- 
typejava.lang.Object type Event type.
 
- 
 
- 
 Package jadex.extension.envsupport.observer.gui- 
Class jadex.extension.envsupport.observer.gui.ObserverCenterWindow extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
disposedboolean disposed 
- 
fullscreenboolean fullscreen 
- 
fullscreenlistenerjava.awt.event.KeyListener fullscreenlistener 
- 
knownpluginviewsjava.util.Set knownpluginviews Known plugin views.
- 
mainpaneljavax.swing.JPanel mainpanel The main pane.
- 
menubarjavax.swing.JMenuBar menubar The menubar.
- 
oldcompjava.awt.Component oldcomp 
- 
olddimjava.awt.Dimension olddim 
- 
olddividerint olddivider 
- 
oldposjava.awt.Point oldpos 
- 
splitpanejavax.swing.JSplitPane splitpane The split pane.
- 
toolbarjavax.swing.JToolBar toolbar The toolbar.
 
- 
 
- 
 Package jadex.extension.rs.invoke- 
Class jadex.extension.rs.invoke.RestInvocationHelper.RequestFailedException extends java.lang.RuntimeException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
contentjava.lang.String content The received content
- 
statuscodeint statuscode Return status code
 
- 
 
 Package jadex.extension.rs.publish- 
Class jadex.extension.rs.publish.JadexGatewayServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
handlerIRequestHandlerService handler The request handler.
- 
platformIExternalAccess platform The Jadex platform.
 
- 
 
 Package jadex.gpmn.editor.gui- 
Class jadex.gpmn.editor.gui.AbstractEditingToolbar extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
modelcontainerModelContainer modelcontainer The model container.
- 
toolbarsjava.util.List<javax.swing.JToolBar> toolbars The tool bars.
- 
toolgroupjavax.swing.ButtonGroup toolgroup The tool button group.
 
- 
 
- 
- 
Class jadex.gpmn.editor.gui.BetterFileChooser extends javax.swing.JFileChooser implements Serializable
- 
Class jadex.gpmn.editor.gui.GpmnEditorWindow extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
modelcontainerModelContainer modelcontainer The model container
- 
selecttooljavax.swing.JToggleButton selecttool The select tool.
- 
stylegroupjavax.swing.ButtonGroup stylegroup The group of styles.
- 
viewpanejavax.swing.JSplitPane viewpane The pane containing the graph and the property view.
 
- 
 
- 
- 
Class jadex.gpmn.editor.gui.GpmnGraphComponent extends com.mxgraph.swing.mxGraphComponent implements Serializable- 
Serialized Fields- 
cellsaddedhandlercom.mxgraph.util.mxEventSource.mxIEventListener cellsaddedhandler Cell addition handler.
 
- 
 
- 
- 
Class jadex.gpmn.editor.gui.GpmnMenuBar extends javax.swing.JMenuBar implements Serializable- 
Serialized Fields- 
modelcontainerModelContainer modelcontainer The model container
 
- 
 
- 
- 
Class jadex.gpmn.editor.gui.GpmnToolbar extends AbstractEditingToolbar implements Serializable- 
Serialized Fields- 
iconsizeint iconsize The icon size.
 
- 
 
- 
 Package jadex.gpmn.editor.gui.propertypanels- 
Class jadex.gpmn.editor.gui.propertypanels.ActivationPlanPropertyPanel extends BasePropertyPanel implements Serializable- 
Serialized Fields- 
planVPlan plan The plan.
 
- 
 
- 
- 
Class jadex.gpmn.editor.gui.propertypanels.BasePropertyPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
modelcontainerModelContainer modelcontainer The model container.
 
- 
 
- 
- 
Class jadex.gpmn.editor.gui.propertypanels.ContextTableModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
modelcontainerModelContainer modelcontainer The model container
 
- 
 
- 
- 
Class jadex.gpmn.editor.gui.propertypanels.GoalPropertyPanel extends BasePropertyPanel implements Serializable- 
Serialized Fields- 
goalVGoal goal The goal.
 
- 
 
- 
- 
Class jadex.gpmn.editor.gui.propertypanels.GpmnPropertyPanel extends BasePropertyPanel implements Serializable
- 
Class jadex.gpmn.editor.gui.propertypanels.NameArea extends javax.swing.JTextArea implements Serializable- 
Serialized Fields- 
modelcontainerModelContainer modelcontainer The model container.
- 
velementVElement velement The element.
 
- 
 
- 
- 
Class jadex.gpmn.editor.gui.propertypanels.RefPlanPropertyPanel extends BasePropertyPanel implements Serializable- 
Serialized Fields- 
planVPlan plan The plan.
 
- 
 
- 
- 
Class jadex.gpmn.editor.gui.propertypanels.VirtualActivationEdgePropertyPanel extends BasePropertyPanel implements Serializable- 
Serialized Fields- 
edgeVVirtualActivationEdge edge The edge.
 
- 
 
- 
 Package jadex.gpmn.editor.model.visual- 
Class jadex.gpmn.editor.model.visual.SequentialMarker extends com.mxgraph.model.mxCell implements Serializable- 
Serialized Fields- 
providerIPlanModeProvider provider The object providing the mode
 
- 
 
- 
- 
Class jadex.gpmn.editor.model.visual.VEdge extends VElement implements Serializable
- 
Class jadex.gpmn.editor.model.visual.VElement extends com.mxgraph.model.mxCell implements Serializable
- 
Class jadex.gpmn.editor.model.visual.VGoal extends VNode implements Serializable
- 
Class jadex.gpmn.editor.model.visual.VGoal.VGoalType extends com.mxgraph.model.mxCell implements Serializable
- 
Class jadex.gpmn.editor.model.visual.VNode extends VElement implements Serializable
- 
Class jadex.gpmn.editor.model.visual.VPlan extends VNode implements Serializable
- 
Class jadex.gpmn.editor.model.visual.VPlan.VPlanType extends com.mxgraph.model.mxCell implements Serializable- 
Serialized Fields- 
widthdouble width 
 
- 
 
- 
- 
Class jadex.gpmn.editor.model.visual.VVirtualActivationEdge extends VEdge implements Serializable- 
Serialized Fields- 
edgeVEdge edge The activation edge.
- 
edgegroupjava.util.List<VVirtualActivationEdge> edgegroup Virtual edge group.
- 
planVPlan plan The activation plan.
 
- 
 
- 
- 
Class jadex.gpmn.editor.model.visual.VVirtualActivationEdge.VVEdgeMarker extends com.mxgraph.model.mxCell implements Serializable
 Package jadex.javaparser.javaccimpl- 
Class jadex.javaparser.javaccimpl.ArgumentsNode extends ExpressionNode implements Serializable
- 
Class jadex.javaparser.javaccimpl.ArrayNode extends ExpressionNode implements Serializable- 
Serialized Fields- 
typeint type The node type.
 
- 
 
- 
- 
Class jadex.javaparser.javaccimpl.BooleanNode extends ExpressionNode implements Serializable- 
Serialized Fields- 
opint op The operation.
 
- 
 
- 
- 
Class jadex.javaparser.javaccimpl.CastNode extends ExpressionNode implements Serializable
- 
Class jadex.javaparser.javaccimpl.CollectionNode extends ExpressionNode implements Serializable
- 
Class jadex.javaparser.javaccimpl.CompareNode extends ExpressionNode implements Serializable- 
Serialized Fields- 
opint op The operation.
 
- 
 
- 
- 
Class jadex.javaparser.javaccimpl.ConditionalNode extends ExpressionNode implements Serializable
- 
Class jadex.javaparser.javaccimpl.ConstantNode extends ExpressionNode implements Serializable
- 
Class jadex.javaparser.javaccimpl.ExpressionNode extends SimpleNode implements Serializable- 
Serialized Fields- 
constantboolean constant Is the node value constant (independent of evaluation context and parameters)?
- 
constant_valuejava.lang.Object constant_value The constant value (if any).
- 
expressiontextjava.lang.String expressiontext The expression text (if any).
- 
importsjava.lang.String[] imports The imports (if any).
- 
static_typejava.lang.Class static_type The static type (if any).
- 
textjava.lang.String text The token text (if any).
 
- 
 
- 
- 
Class jadex.javaparser.javaccimpl.JavaCCExpressionParser extends java.lang.Object implements Serializable
- 
Class jadex.javaparser.javaccimpl.MathNode extends ExpressionNode implements Serializable- 
Serialized Fields- 
opint op The operation.
 
- 
 
- 
- 
Class jadex.javaparser.javaccimpl.ParameterNode extends ExpressionNode implements Serializable
- 
Class jadex.javaparser.javaccimpl.ParseException extends java.lang.RuntimeException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
currentTokenjadex.javaparser.javaccimpl.Token currentToken This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.
- 
expectedTokenSequencesint[][] expectedTokenSequences Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.
- 
tokenImagejava.lang.String[] tokenImage This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
 
- 
 
- 
Class jadex.javaparser.javaccimpl.ReflectNode extends ExpressionNode implements Serializable- 
Serialized Fields- 
clazzjava.lang.Class clazz The clazz.
- 
reloadableboolean reloadable Flag indicating that this node is a candidate dynamic class reloading (currently only supported for plan constructors).
- 
typeint type The reflect node type.
 
- 
 
- 
- 
Class jadex.javaparser.javaccimpl.SelectionNode extends ExpressionNode implements Serializable
- 
Class jadex.javaparser.javaccimpl.SelectNode extends ExpressionNode implements Serializable- 
Serialized Fields- 
modeint mode The selection mode.
- 
orderint order The order direction.
- 
orderbyboolean orderby The flag indicating presence of an order by clause.
- 
varsjava.lang.String[] vars The variable names.
- 
whereboolean where The flag indicating presence of a where clause.
 
- 
 
- 
- 
Class jadex.javaparser.javaccimpl.SimpleNode extends java.lang.Object implements Serializable
- 
Class jadex.javaparser.javaccimpl.Token extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
beginColumnint beginColumn 
- 
beginLineint beginLine 
- 
endColumnint endColumn 
- 
endLineint endLine 
- 
imagejava.lang.String image 
- 
kindint kind 
- 
nextjadex.javaparser.javaccimpl.Token next 
- 
specialTokenjadex.javaparser.javaccimpl.Token specialToken 
 
- 
 
- 
Class jadex.javaparser.javaccimpl.TokenMgrError extends java.lang.Error implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
errorCodeint errorCode 
 
- 
 
- 
Class jadex.javaparser.javaccimpl.TypeNode extends ExpressionNode implements Serializable- 
Serialized Fields- 
classloaderjava.lang.ClassLoader classloader 
 
- 
 
- 
 Package jadex.micro.examples.helpline- 
Class jadex.micro.examples.helpline.HelplinePanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent The external access of the agent.
 
- 
 
- 
 Package jadex.micro.examples.helplinemega- 
Class jadex.micro.examples.helplinemega.HelplinePanel extends javax.swing.JPanel implements Serializable- serialVersionUID:
- 3159064974941120503L
 - 
Serialized Fields- 
agentIExternalAccess agent The external access of the agent.
 
- 
 
 Package jadex.micro.examples.lottery- 
Class jadex.micro.examples.lottery.PlayerPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
buclaimjavax.swing.JButton buclaim 
- 
lsILotteryService ls 
- 
taclaimedjavax.swing.JTextArea taclaimed 
- 
tfitemjavax.swing.JTextField tfitem 
 
- 
 
- 
 Package jadex.micro.examples.mandelbrot- 
Class jadex.micro.examples.mandelbrot.ColorChooserPanel extends javax.swing.JPanel implements Serializable
- 
Class jadex.micro.examples.mandelbrot.DisplayPanel extends javax.swing.JComponent implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent The service provider.
- 
calculatingboolean calculating Flag indicating that a calculation is in progress.
- 
colorsjava.awt.Color[] colors The colors for drawing.
- 
dataAreaData data The latest area data used for determining original coordinates of painted regions.
- 
displayidjava.lang.String displayid The display id.
- 
enddragjava.awt.Point enddrag End point for dragging (if any).
- 
imagejava.awt.Image image The current image derived from the results.
- 
manserviceIMandelbrotService manservice The mandelbrot service.
- 
pointjava.awt.Point point The current selection start point (if any).
- 
progressdatajava.util.Map progressdata Progress data objects, available only when calculating (progress data -> percent finished).
- 
progressupdatejavax.swing.Timer progressupdate Progress update timer.
- 
rangejava.awt.Rectangle range The current selection range (if any).
- 
startdragjava.awt.Point startdrag Start point for dragging (if any).
 
- 
 
- 
- 
Class jadex.micro.examples.mandelbrot.GeneratePanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
ppPropertiesPanel pp The properties panel.
- 
sbStatusBar sb The status bar.
 
- 
 
- 
- 
Class jadex.micro.examples.mandelbrot.MandelbrotPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent The agent.
- 
dispanelDisplayPanel dispanel The display panel.
- 
serviceIMandelbrotService service The service.
 
- 
 
- 
 Package jadex.micro.tutorial- 
Class jadex.micro.tutorial.ChatGuiD2 extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
receivedjavax.swing.JTextArea received The textfield with received messages.
 
- 
 
- 
- 
Class jadex.micro.tutorial.ChatGuiD3 extends ChatGuiD2 implements Serializable
- 
Class jadex.micro.tutorial.ChatGuiD5 extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent The agent owning the gui.
- 
receivedjavax.swing.JTextArea received The textfield with received messages.
 
- 
 
- 
 Package jadex.platform.service.cli- 
Class jadex.platform.service.cli.CloseShellException extends java.lang.RuntimeException implements Serializable
 Package jadex.platform.service.clock- 
Class jadex.platform.service.clock.TickTimer extends Timer implements Serializable
- 
Class jadex.platform.service.clock.Timer extends java.lang.Object implements Serializable- 
Serialized Fields- 
clockIClock clock The clock.
- 
numberint number The instance number.
- 
timelong time The time delta before the alarm.
- 
toITimedObject to The timed object.
 
- 
 
- 
 Package jadex.platform.service.cron- 
Class jadex.platform.service.cron.TimePatternFilter extends ComposedFilter<java.lang.Long> implements Serializable- 
Serialized Fields- 
patternjava.lang.String pattern The pattern.
 
- 
 
- 
 Package jadex.platform.service.servicepool- 
Class jadex.platform.service.servicepool.ServicePoolTask.ServicePoolTaskGui.MappingsTableModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
colnamesjava.lang.String[] colnames 
- 
entriesjava.util.List<ServicePoolTask.MappingEntry> entries 
 
- 
 
- 
 Package jadex.quickstart.cleanerworld.gui- 
Class jadex.quickstart.cleanerworld.gui.EnvironmentGui extends javax.swing.JFrame implements Serializable- serialVersionUID:
- -1451077178653064172L
 - 
Serialized Fields- 
timerjavax.swing.Timer timer The repaint timer.
 
- 
 
 Package jadex.rules.examples.hanoi- 
Class jadex.rules.examples.hanoi.Hanoi.HanoiComponent extends javax.swing.JComponent implements Serializable- 
Serialized Fields- 
agentjava.lang.Object agent The agent.
- 
stateIOAVState state The state.
 
- 
 
- 
 Package jadex.rules.state- 
Class jadex.rules.state.IProfiler.ProfilingInfo extends java.lang.Object implements Serializable- 
Serialization Methods- 
writeReplaceprotected java.lang.Object writeReplace() throws java.io.ObjectStreamExceptionClose frame before serialization.- Throws:
- java.io.ObjectStreamException
 
 
- 
- 
Serialized Fields- 
inherentlong inherent The inherent total time.
- 
itemjava.lang.Object item The profiling item.
- 
parentIProfiler.ProfilingInfo parent The parent profiling info.
- 
timelong time The total time.
- 
typejava.lang.String type The profiling event type.
 
- 
 
- 
 Package jadex.rules.tools.common- 
Class jadex.rules.tools.common.TableSorter extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
columnComparatorsjava.util.Map columnComparators 
- 
modelToViewint[] modelToView 
- 
mouseListenerjava.awt.event.MouseListener mouseListener 
- 
sortingColumnsjava.util.List sortingColumns 
- 
tableHeaderjavax.swing.table.JTableHeader tableHeader 
- 
tableModeljavax.swing.table.TableModel tableModel 
- 
tableModelListenerjavax.swing.event.TableModelListener tableModelListener 
- 
viewToModeljadex.rules.tools.common.TableSorter.Row[] viewToModel 
 
- 
 
- 
 Package jadex.rules.tools.profiler- 
Class jadex.rules.tools.profiler.Profiler extends java.lang.Object implements Serializable- 
Serialized Fields- 
cutint cut The cut index (older entries are removed).
- 
namejava.lang.String name The file name for saving.
- 
profilesjava.util.List profiles The recorded (finished) profilings.
- 
stackjava.util.List stack The stack of open profilings.
 
- 
 
- 
- 
Class jadex.rules.tools.profiler.ProfilingInfo extends java.lang.Object implements Serializable- 
Serialization Methods- 
writeReplaceprotected java.lang.Object writeReplace() throws java.io.ObjectStreamExceptionClose frame before serialization.- Throws:
- java.io.ObjectStreamException
 
 
- 
- 
Serialized Fields- 
inherentlong inherent The inherent total time.
- 
itemjava.lang.Object item The profiling item.
- 
parentProfilingInfo parent The parent profiling info.
- 
timelong time The total time.
- 
typejava.lang.String type The profiling event type.
 
- 
 
- 
 Package jadex.rules.tools.reteviewer- 
Class jadex.rules.tools.reteviewer.AgendaPanel extends javax.swing.JSplitPane implements Serializable- 
Serialized Fields- 
activationsjavax.swing.JList activations The list for the activations.
- 
activations_clonejava.lang.Object[] activations_clone Local copy of activations.
- 
agendaIAgenda agenda The agenda.
- 
amodelAgendaPanel.ActivationsModel amodel The list model for the activations.
- 
historyjavax.swing.JList history The list for the history.
- 
history_clonejava.lang.Object[] history_clone Local copy of agenda history.
- 
hmodelAgendaPanel.HistoryModel hmodel The list model for the history.
- 
listenerIAgendaListener listener The agenda listener.
- 
nextjava.lang.Object next Local copy of next agenda action.
 
- 
 
- 
- 
Class jadex.rules.tools.reteviewer.AgendaPanel.ActivationsModel extends javax.swing.AbstractListModel implements Serializable
- 
Class jadex.rules.tools.reteviewer.AgendaPanel.HistoryModel extends javax.swing.AbstractListModel implements Serializable
- 
Class jadex.rules.tools.reteviewer.NodePanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
memReteMemory mem The rete memory.
- 
mpNodePanel.MemoryPanel mp The memory panel.
- 
nodeINode node The node.
- 
ppPropertyPanel pp The property panel.
- 
stateIOAVState state The state.
 
- 
 
- 
- 
Class jadex.rules.tools.reteviewer.NodePanel.MemoryPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
modeljavax.swing.DefaultListModel model The list model.
- 
runrefreshjava.lang.Runnable runrefresh The refresh code.
 
- 
 
- 
- 
Class jadex.rules.tools.reteviewer.PropertyPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
propertiesjava.util.Map properties The node.
 
- 
 
- 
- 
Class jadex.rules.tools.reteviewer.RetePanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
agendalistenerIAgendaListener agendalistener The agenda listener.
- 
apAgendaPanel ap The agenda panel.
- 
gedu.uci.ics.jung.graph.DirectedSparseGraph g The graph.
- 
infopanelsjavax.swing.JTabbedPane infopanels The info panels on the right hand side.
- 
layoutReteLayout layout The layout.
- 
remedgesjava.util.List remedges 
- 
remnodesjava.util.List remnodes The currently removed nodes and edges.
- 
rulebasepanelIBreakpointPanel rulebasepanel The rulebase panel.
- 
showtxtboolean showtxt Flag if node text should be shown.
- 
systemRuleSystem system The rule system.
- 
vvedu.uci.ics.jung.visualization.VisualizationViewer vv The viewer.
 
- 
 
- 
- 
Class jadex.rules.tools.reteviewer.RulebasePanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
listjavax.swing.JTable list The list.
- 
listenerIRulebaseListener listener The rulebase listener.
- 
listenersjava.util.List listeners The listeners (if any).
- 
rulebaseIRulebase rulebase The rulebase.
- 
rulesjava.util.List rules The rules.
- 
steppableISteppable steppable The steppable (to set/remove breakpoints).
 
- 
 
- 
- 
Class jadex.rules.tools.reteviewer.RulebasePanel.ButtonCellManager extends javax.swing.AbstractCellEditor implements Serializable
- 
Class jadex.rules.tools.reteviewer.RuleEnginePanel extends javax.swing.JTabbedPane implements Serializable- 
Serialized Fields- 
oavpanelOAVPanel oavpanel The OAV panel.
- 
retepanelRetePanel retepanel The Rete panel.
- 
rulebasepanelRulebasePanel rulebasepanel The Rule base panel.
 
- 
 
- 
 Package jadex.rules.tools.stateviewer- 
Class jadex.rules.tools.stateviewer.OAVPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
modelOAVTreeModel model The tree model.
- 
stateIOAVState state The state.
 
- 
 
- 
- 
Class jadex.rules.tools.stateviewer.OAVTreeModel.OAVTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable
 Package jadex.tools.appstore- 
Class jadex.tools.appstore.AppStorePanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
accessIExternalAccess access The external access.
- 
appsjava.util.Map<IAppProviderService<?>,AppMetaInfo> apps The current apps.
- 
apptablejavax.swing.JTable apptable The app table.
 
- 
 
- 
- 
Class jadex.tools.appstore.AppStorePanel.AppTableModel extends javax.swing.table.DefaultTableModel implements Serializable- 
Serialized Fields- 
columnsjava.lang.String[] columns 
 
- 
 
- 
 Package jadex.tools.chat- 
Class jadex.tools.chat.ChatPanel.FileTableModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
columnsjava.lang.String[] columns 
- 
datajava.util.Map<java.lang.String,TransferInfo> data 
- 
dorefreshboolean dorefresh 
- 
downboolean down 
 
- 
 
- 
- 
Class jadex.tools.chat.ChatPanel.UserTableModel extends javax.swing.table.DefaultTableModel implements Serializable- 
Serialized Fields- 
columnsjava.lang.String[] columns The column names.
- 
selsjava.util.List<ChatUser> sels The selected users.
- 
usersjava.util.Map<IComponentIdentifier,ChatUser> users The known chat users (cid->user state).
 
- 
 
- 
 Package jadex.tools.comanalyzer- 
Class jadex.tools.comanalyzer.Component extends ParameterElement implements Serializable- 
Serialized Fields- 
messagesjava.util.List messages The messages send or received by the agent
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.ComponentFilter extends ParameterElementFilter implements Serializable
- 
Class jadex.tools.comanalyzer.ComponentFilterMenu extends TitlePopupMenu implements Serializable- 
Serialized Fields- 
agentsComponent[] agents Array of agents passed to the menu
- 
pluginComanalyzerPlugin plugin The ComanalyzerPlugin
- 
replacefilterboolean replacefilter Weather to replace an existing filter or to add a new
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.ComponentList extends java.lang.Object implements Serializable- 
Serialized Fields- 
elementsjava.util.List elements The agents in the agentlist
- 
listenersjava.util.List listeners The listener for agent events
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.ComposedFilter extends java.lang.Object implements Serializable- 
Serialized Fields- 
filtersIFilter[] filters The filters
- 
operatorint operator The operator.
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.Message extends ParameterElement implements Serializable
- 
Class jadex.tools.comanalyzer.MessageFilter extends ParameterElementFilter implements Serializable
- 
Class jadex.tools.comanalyzer.MessageFilterMenu extends TitlePopupMenu implements Serializable- 
Serialized Fields- 
messagesMessage[] messages The passed messages
- 
pluginComanalyzerPlugin plugin The ComanalyzerPlugin
- 
replacefilterboolean replacefilter Weather to replace an existing filter or to add a new
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.MessageList extends java.lang.Object implements Serializable- 
Serialized Fields- 
elementsjava.util.List elements The list of messages
- 
listenersjava.util.List listeners The listener for message events.
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.MessageSliderMenu extends TitlePopupMenu implements Serializable- 
Serialized Fields- 
labeljavax.swing.JLabel label controls
- 
sliderjavax.swing.JSlider slider 
- 
toolToolTab tool The tool who is using it.
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.ParameterElement extends java.lang.Object implements Serializable- 
Serialized Fields- 
parametersjava.util.Map<java.lang.String,java.lang.Object> parameters The parameters.
- 
visibleboolean visible The visibility
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.ParameterElementFilter extends java.lang.Object implements Serializable- 
Serialized Fields- 
valuesMultiCollection<java.lang.String,java.lang.Object> values The required attribute values.
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.TitlePopupMenu extends javax.swing.JPopupMenu implements Serializable- 
Serialized Fields- 
titlejava.lang.String title The title.
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.ToolCanvas extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
tooltabToolTab tooltab The tooltab
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.ToolColor extends java.awt.Color implements Serializable
- 
Class jadex.tools.comanalyzer.ToolPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
contentjavax.swing.JSplitPane content The content pane.
- 
detailsBrowserPane details The details panel.
- 
tabsjavax.swing.JTabbedPane tabs The tab panel.
- 
toolsToolTab[] tools The tool components.
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.ToolTab extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
actionsjavax.swing.Action[] actions The common toolbar actions.
- 
activeboolean active Flag indicating if tool is active.
- 
CLEARjavax.swing.AbstractAction CLEAR Clears the canvas
- 
componentlistjava.util.List componentlist The agentlist held by the tool
- 
DELETE_AGENT_FILTERjavax.swing.AbstractAction DELETE_AGENT_FILTER Delete individual agentfilter
- 
DELETE_MESSAGE_FILTERjavax.swing.AbstractAction DELETE_MESSAGE_FILTER Delete message filter
- 
FIRST_MESSAGEjavax.swing.AbstractAction FIRST_MESSAGE Move to first message
- 
iconjavax.swing.Icon icon The icon of this tool component.
- 
LAST_MESSAGEjavax.swing.AbstractAction LAST_MESSAGE Move to last messsage
- 
messagelistjava.util.List messagelist The messagelist held by the tool.
- 
namejava.lang.String name The name of this tool component.
- 
NEXT_MESSAGEjavax.swing.AbstractAction NEXT_MESSAGE Move to next message
- 
OPEN_SLIDERjavax.swing.AbstractAction OPEN_SLIDER Open message slide
- 
pluginComanalyzerPlugin plugin The plugin.
- 
PREVIOUS_MESSAGEjavax.swing.AbstractAction PREVIOUS_MESSAGE Move to previous message
- 
REFRESHjavax.swing.AbstractAction REFRESH Refresh the internal messages list and update the view
- 
SHOW_DEADjavax.swing.AbstractAction SHOW_DEAD Show/hide dead agents
- 
SHOW_DUMMYjavax.swing.AbstractAction SHOW_DUMMY Show/hide dummy agent
- 
SHOW_IGNOREDjavax.swing.AbstractAction SHOW_IGNORED Show/hide ignored agents
- 
SHOW_ZEROjavax.swing.AbstractAction SHOW_ZERO Show/hide agents with no messages
- 
STARTSTOP_ACTIONjavax.swing.AbstractAction STARTSTOP_ACTION Activate / deactivate tooltab
 
- 
 
- 
 Package jadex.tools.comanalyzer.chart- 
Class jadex.tools.comanalyzer.chart.CategoryPieDataset extends org.jfree.data.general.AbstractDataset implements Serializable- 
Serialized Fields- 
dataKeyedListsTable data A storage structure for the data.
- 
extractint extract The extract mode for pie data
- 
nullValueStringjava.lang.String nullValueString The string used to represent a null value.
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.chart.ChartCanvas extends ToolCanvas implements Serializable- 
Serialized Fields- 
chartorg.jfree.chart.JFreeChart chart The chart
- 
chartPanelorg.jfree.chart.ChartPanel chartPanel The JFreeChart chart panel
- 
chartTypeint chartType The chart type (pie vs bar)
- 
dataset_receivedCategoryPieDataset dataset_received The dataset for received messages
- 
dataset_sentCategoryPieDataset dataset_sent The dataset for sent messages
- 
dataset_totalCategoryPieDataset dataset_total The dataset for messages distribution
- 
forceLabelsboolean forceLabels If labels should be displayed, even if they dont fit. (Only applies for the bar chart.)
- 
paintModeint paintMode The paint mode
- 
showLabelsboolean showLabels If labels should be displayed
- 
showLegendboolean showLegend If the legend should be displayed
- 
visible_componentsjava.util.List visible_components The list of components displayed in the chart
- 
visible_messagesjava.util.List visible_messages The list of messages displayed in the chart
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.chart.ChartGroupedStackedBarRenderer extends org.jfree.chart.renderer.category.GroupedStackedBarRenderer implements Serializable- 
Serialized Fields- 
drawingSupplierorg.jfree.chart.plot.DrawingSupplier drawingSupplier Standard JFreeChart DrawingSupplier - Not Used
- 
paintMapsPaintMaps paintMaps Supplies stored paint maps for the distributions (e.g. performativ)
- 
paintModeint paintMode The type of distribution currently used
- 
sectionPaintsjava.util.Map sectionPaints Stored paintMaps for sections.
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.chart.ChartMultiplePiePlot extends org.jfree.chart.plot.MultiplePiePlot implements Serializable- 
Serialized Fields- 
baseItemLabelGeneratororg.jfree.chart.labels.CategoryItemLabelGenerator baseItemLabelGenerator The base item label generator.
- 
baseItemURLGeneratororg.jfree.chart.urls.CategoryURLGenerator baseItemURLGenerator The base item label generator.
- 
baseToolTipGeneratororg.jfree.chart.labels.CategoryToolTipGenerator baseToolTipGenerator The base tool tip generator.
- 
drawingSupplierorg.jfree.chart.plot.DrawingSupplier drawingSupplier JFreeChart Sandard DrawingSupplier (Not used)
- 
legendItemLabelGeneratororg.jfree.chart.labels.CategoryItemLabelGenerator legendItemLabelGenerator The legend item label generator.
- 
paintMapsPaintMaps paintMaps Supplies stored paint maps for the other distributions (e.g. performativ)
- 
paintModeint paintMode The type of distribution currently used
- 
sectionPaintsjava.util.Map sectionPaints Stored paintMaps for sections.
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.chart.ChartPanel extends ToolTab implements Serializable- 
Serialized Fields- 
d_convidjavax.swing.JRadioButton d_convid 
- 
d_messagejavax.swing.JRadioButton d_message 
- 
d_performjavax.swing.JRadioButton d_perform 
- 
d_protocoljavax.swing.JRadioButton d_protocol 
- 
g_dgraphjavax.swing.JRadioButton g_dgraph 
- 
g_mgraphjavax.swing.JRadioButton g_mgraph 
- 
l_label_forcejavax.swing.JCheckBox l_label_force 
- 
l_labelsjavax.swing.JCheckBox l_labels 
- 
l_legendjavax.swing.JCheckBox l_legend 
- 
mainjavax.swing.JSplitPane main 
- 
optionsjavax.swing.JScrollPane options 
- 
panelcanChartCanvas panelcan The container for the chart
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.chart.ChartPiePlot extends org.jfree.chart.plot.PiePlot implements Serializable- 
Serialized Fields- 
drawingSupplierorg.jfree.chart.plot.DrawingSupplier drawingSupplier JFreeChart Sandard DrawingSupplier (Not used)
- 
paintMapsPaintMaps paintMaps Supplies stored paint maps for the distributions (e.g. performativ)
- 
paintModeint paintMode The type of distribution currently used
- 
sectionPaintsjava.util.Map sectionPaints Stored paint maps for sections.
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.chart.ChartSubCategoryAxis extends org.jfree.chart.axis.SubCategoryAxis implements Serializable- 
Serialized Fields- 
usedCategoryLabelPositionsorg.jfree.chart.axis.CategoryLabelPositions usedCategoryLabelPositions The used label positions (includes angle of labels)
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.chart.GroupedCategoryDataset extends org.jfree.data.general.AbstractDataset implements Serializable- 
Serialized Fields- 
axisorg.jfree.chart.axis.SubCategoryAxis axis The category axis for groups
- 
datasetsjava.util.Map datasets The datasets for the Group
- 
keyToDatasetjava.util.Map keyToDataset The map with group rowkeys and datasets for easy and fast access to the original datasets
- 
keyToGroupjava.util.List keyToGroup The list of assigned groups
- 
keytogroupmaporg.jfree.data.KeyToGroupMap keytogroupmap The map for assigning series to groups
- 
keyToRowKeyjava.util.Map keyToRowKey The map with group rowkeys and original rowkeys for easy and fast access to the original datasets
- 
rendererorg.jfree.chart.renderer.category.GroupedStackedBarRenderer renderer The bar renderer for groups.
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.chart.KeyedListsTable extends java.lang.Object implements Serializable- 
Serialized Fields- 
columnKeysjava.util.List columnKeys The column keys.
- 
rowKeysjava.util.List rowKeys The row keys.
- 
rowsjava.util.Map rows The row data. comparable (rowkey) -> comparable (columnkey), list
- 
sortRowKeysboolean sortRowKeys If the row keys should be sorted by their comparable order.
 
- 
 
- 
 Package jadex.tools.comanalyzer.diagram- 
Class jadex.tools.comanalyzer.diagram.ComponentCanvas extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
panelcanDiagramCanvas panelcan The container for this panel
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.diagram.DiagramCanvas extends ToolCanvas implements Serializable- 
Serialized Fields- 
autoScrollboolean autoScroll The autoscroll for the diagramm
- 
detailMessageCanvas detail The panel for messages
- 
headerComponentCanvas header The panel for components
- 
visible_componentsSortedList visible_components Internal componentlist for display
- 
visible_messagesjava.util.SortedMap visible_messages Internal messagelist for display
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.diagram.DiagramPanel extends ToolTab implements Serializable- 
Serialized Fields- 
e_convidjavax.swing.JRadioButton e_convid 
- 
e_fontjavax.swing.JCheckBox e_font 
- 
e_labeljavax.swing.JCheckBox e_label 
- 
e_nocolorjavax.swing.JRadioButton e_nocolor 
- 
e_performjavax.swing.JRadioButton e_perform 
- 
e_protocoljavax.swing.JRadioButton e_protocol 
- 
mainjavax.swing.JSplitPane main 
- 
optionsjavax.swing.JScrollPane options 
- 
panelcanDiagramCanvas panelcan The container for the diagram
- 
SCROLL_LOCKjavax.swing.AbstractAction SCROLL_LOCK Toggle scroll lock
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.diagram.MessageCanvas extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
label_boldboolean label_bold Bold font for message labels
- 
paintModeint paintMode The paint mode (e.g. paint by convid)
- 
panelcanDiagramCanvas panelcan The container for this panel
- 
show_labelboolean show_label Show labels for messages
 
- 
 
- 
 Package jadex.tools.comanalyzer.graph- 
Class jadex.tools.comanalyzer.graph.GraphCanvas extends ToolCanvas implements Serializable- 
Serialized Fields- 
animateboolean animate animate the layout adjustments
- 
autolayoutboolean autolayout adjust layout with each change
- 
clusterboolean cluster cluster the graph
- 
e_arrowGraphCanvas.DirectionDisplayPredicate e_arrow The predicate test for showing arrows in directed graphs and none in undirected.
- 
e_fontEdgeTransformer.LabelFont e_font The transformer for edge font
- 
e_gradientEdgeTransformer.GradientPaint e_gradient The advanced transformer for edge paint
- 
e_lineedu.uci.ics.jung.visualization.decorators.EdgeShape.Line e_line The transformer for the edge line shape
- 
e_paintEdgeTransformer.PaintMode e_paint The transformer for the edge paint
- 
e_quadedu.uci.ics.jung.visualization.decorators.EdgeShape.QuadCurve e_quad The transformer for the edge curve shape
- 
e_stringEdgeTransformer.Label e_string The transformer for edge label
- 
e_strokeEdgeTransformer.WeightStroke e_stroke The transformer for edge stroke
- 
e_wedgeedu.uci.ics.jung.visualization.decorators.EdgeShape.Wedge e_wedge The transformer for the edge wedge shape
- 
gmedu.uci.ics.jung.visualization.control.DefaultModalGraphMouse gm Support for picking and transforming
- 
graphComponentGroupMultiGraph graph The graph.
- 
graphFactoryorg.apache.commons.collections15.Factory graphFactory The factory for the graph
- 
graphTypeint graphType The graph type
- 
layoutedu.uci.ics.jung.algorithms.layout.AggregateLayout layout The aggregat layout. Allows diffrent sublayouts
- 
scaleredu.uci.ics.jung.visualization.control.AbsoluteCrossoverScalingControl scaler 
- 
staticLayoutedu.uci.ics.jung.algorithms.layout.StaticLayout staticLayout The static layout. For animated transitions
- 
v_fontVertexTransformer.LabelFont v_font The transformer for vertex font
- 
v_iconVertexTransformer.IconSize v_icon The transformer for agent icon
- 
v_shapeVertexTransformer.ShapeSize v_shape The transformer for vertex shape
- 
v_stringVertexTransformer.Label v_string The transformer for vertex label
- 
visible_agentsjava.util.List visible_agents The list of agents displayed in the graph
- 
visible_messagesjava.util.List visible_messages The list of messages displayed in the graph
- 
vvedu.uci.ics.jung.visualization.VisualizationViewer vv The graph viewer
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.graph.GraphPanel extends ToolTab implements Serializable- 
Serialized Fields- 
clusterjavax.swing.JToggleButton cluster 
- 
cluster_sliderjavax.swing.JSlider cluster_slider 
- 
e_convidjavax.swing.JRadioButton e_convid 
- 
e_fontjavax.swing.JCheckBox e_font 
- 
e_labeljavax.swing.JCheckBox e_label 
- 
e_nocolorjavax.swing.JRadioButton e_nocolor 
- 
e_performjavax.swing.JRadioButton e_perform 
- 
e_prop_sliderjavax.swing.JSlider e_prop_slider 
- 
e_protocoljavax.swing.JRadioButton e_protocol 
- 
e_sizejavax.swing.JCheckBox e_size 
- 
e_size_sliderjavax.swing.JSlider e_size_slider 
- 
g_dgraphjavax.swing.JRadioButton g_dgraph 
- 
g_mgraphjavax.swing.JRadioButton g_mgraph 
- 
g_ugraphjavax.swing.JRadioButton g_ugraph 
- 
l_animatejavax.swing.JCheckBox l_animate 
- 
l_gmmodejavax.swing.JCheckBox l_gmmode 
- 
l_identityjavax.swing.JButton l_identity 
- 
l_initjavax.swing.JCheckBox l_init 
- 
l_layoutjavax.swing.JComboBox l_layout 
- 
l_refreshjavax.swing.JButton l_refresh 
- 
l_zoom_sliderjavax.swing.JSlider l_zoom_slider 
- 
panelcanGraphCanvas panelcan The container for the graph
- 
v_fontjavax.swing.JCheckBox v_font 
- 
v_labeljavax.swing.JCheckBox v_label 
- 
v_prop_sliderjavax.swing.JSlider v_prop_slider 
- 
v_sizejavax.swing.JCheckBox v_size 
- 
v_size_sliderjavax.swing.JSlider v_size_slider 
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.graph.MultidirectedMultiGraph extends edu.uci.ics.jung.graph.SparseGraph implements Serializable- 
Serialized Fields- 
mdirected_edgesjava.util.Map mdirected_edges Map of directed edges to incident vertex sets
- 
mundirected_edgesjava.util.Map mundirected_edges Map of undirected edges to incident vertex sets
- 
mvertex_mapsjava.util.Map mvertex_maps Map of vertices to adjacency maps of vertices to {incoming, outgoing, incident} edges
 
- 
 
- 
 Package jadex.tools.comanalyzer.table- 
Class jadex.tools.comanalyzer.table.MessageTableModel extends javax.swing.table.AbstractTableModel implements Serializable- 
Serialized Fields- 
messagesSortedList messages SortedList of messages in table model.
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.table.TableCanvas extends ToolCanvas implements Serializable- 
Serialized Fields- 
autoScrollboolean autoScroll The autoscroll for the table
- 
modelMessageTableModel model The table model that maintains the messages
- 
sorterTableSorter sorter The table model for sorting the actual model
- 
tablejavax.swing.JTable table The table.
 
- 
 
- 
- 
Class jadex.tools.comanalyzer.table.TablePanel extends ToolTab implements Serializable- 
Serialized Fields- 
panelcanTableCanvas panelcan The container for the table
- 
RESIZE_COLUMNSjavax.swing.AbstractAction RESIZE_COLUMNS Resize the column width to fit content.
- 
SCROLL_LOCKjavax.swing.AbstractAction SCROLL_LOCK Toggle scroll lock
 
- 
 
- 
 Package jadex.tools.convcenter- 
Class jadex.tools.convcenter.ConversationPanel extends javax.swing.JSplitPane implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent The agent to dispatch events to.
- 
jccaccessIExternalAccess jccaccess The platform running the gui.
- 
receivedmsgsjavax.swing.JList receivedmsgs The list of received messages.
- 
sendpanelFipaMessagePanel sendpanel The send message panel.
- 
sentmsgsjavax.swing.JList sentmsgs The list of sent messages.
- 
tabsjavax.swing.JTabbedPane tabs The tabbed panel.
 
- 
 
- 
- 
Class jadex.tools.convcenter.FipaMessagePanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
clearreceiversjavax.swing.JButton clearreceivers 
- 
clearsenderjavax.swing.JButton clearsender 
- 
contentjavax.swing.JTextArea content 
- 
convidjavax.swing.JTextField convid 
- 
editableboolean editable Flag indicating if editing is allowed.
- 
editreceiversjavax.swing.JButton editreceivers 
- 
messageFipaMessage message The displayed message.
- 
performativejavax.swing.JComboBox performative 
- 
receiversjava.util.Set<IComponentIdentifier> receivers 
- 
senderIComponentIdentifier sender 
- 
setsenderjavax.swing.JButton setsender 
- 
tfreceiversjavax.swing.JTextField tfreceivers 
- 
tfsenderjavax.swing.JTextField tfsender 
 
- 
 
- 
 Package jadex.tools.daemon- 
Class jadex.tools.daemon.DaemonPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent The external access of the agent.
- 
listenerDaemonChangeListener listener The change listener.
 
- 
 
- 
 Package jadex.tools.debugger- 
Class jadex.tools.debugger.BreakpointPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
accessIExternalAccess access The external access.
- 
breakpointsjava.util.List<java.lang.String> breakpoints The breakpoints.
- 
descriptionIComponentDescription description The component description.
- 
listjavax.swing.JTable list The list.
- 
listenersjava.util.List listeners The listeners (if any).
- 
subISubscriptionIntermediateFuture<CMSStatusEvent> sub The cms subscription.
 
- 
 
- 
- 
Class jadex.tools.debugger.BreakpointPanel.ButtonCellManager extends javax.swing.AbstractCellEditor implements Serializable
- 
Class jadex.tools.debugger.DebuggerMainPanel extends javax.swing.JSplitPane implements Serializable- 
Serialized Fields- 
debuggerpanelsjava.util.List<IDebuggerPanel> debuggerpanels The tabs.
- 
descIComponentDescription desc The component description.
- 
jccIControlCenter jcc The control center.
- 
listenerISubscriptionIntermediateFuture<CMSStatusEvent> listener The cms listener.
- 
pausejavax.swing.JButton pause The pause buuton.
- 
runjavax.swing.JButton run The step button.
- 
stepjavax.swing.JButton step The step button.
 
- 
 
- 
 Package jadex.tools.debugger.bdiv3- 
Class jadex.tools.debugger.bdiv3.BDIViewerPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
accessIExternalAccess access The external access to the agent.
- 
allbeliefsjava.util.List<jadex.bdiv3.runtime.impl.BeliefInfo> allbeliefs The beliefs of all beliefs.
- 
allgoalsjava.util.List<jadex.bdiv3.runtime.impl.GoalInfo> allgoals The goals.
- 
allplansjava.util.List<jadex.bdiv3.runtime.impl.PlanInfo> allplans The plans.
- 
beliefsjava.util.List<jadex.bdiv3.runtime.impl.BeliefInfo> beliefs The beliefs.
- 
capasjava.util.Set<java.lang.String> capas The known capabilities (full name).
- 
goalsjava.util.List<jadex.bdiv3.runtime.impl.GoalInfo> goals The goals of selected capabilities.
- 
plansjava.util.List<jadex.bdiv3.runtime.impl.PlanInfo> plans The plans of selected capabilities.
- 
selbeljadex.bdiv3.runtime.impl.BeliefInfo selbel The selected belief (if any).
- 
shownjava.util.Set<java.lang.String> shown The shown capabilities (full name).
- 
subISubscriptionIntermediateFuture<IMonitoringEvent> sub The component listener.
 
- 
 
- 
 Package jadex.tools.debugger.micro- 
Class jadex.tools.debugger.micro.MicroAgentViewPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
agentIExternalAccess agent The interpreter.
- 
historyjavax.swing.DefaultListModel history The list for the history.
- 
laststepIMonitoringEvent laststep The last displayed step.
- 
stepjavax.swing.JTextArea step The details view.
- 
stepsjavax.swing.DefaultListModel steps The list of steps.
- 
subISubscriptionIntermediateFuture<IMonitoringEvent> sub 
 
- 
 
- 
 Package jadex.tools.email- 
Class jadex.tools.email.EmailClientPluginPanel extends javax.swing.JPanel implements Serializable
 Package jadex.tools.featuredeps- 
Class jadex.tools.featuredeps.DepViewerPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
drDependencyResolver<T> dr 
- 
gedu.uci.ics.jung.graph.DirectedSparseGraph g The graph.
- 
layoutedu.uci.ics.jung.algorithms.layout.Layout layout 
- 
showtxtboolean showtxt 
- 
vvedu.uci.ics.jung.visualization.VisualizationViewer vv The viewer.
 
- 
 
- 
 Package jadex.tools.filetransfer- 
Class jadex.tools.filetransfer.FileTransferPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
jccIControlCenter jcc The control center.
- 
p1FileTransferServiceSelectorPanel p1 The first panel.
- 
p2FileTransferServiceSelectorPanel p2 The second panel.
- 
splitpaneljavax.swing.JSplitPane splitpanel The split panel.
 
- 
 
- 
- 
Class jadex.tools.filetransfer.FileTransferServiceSelectorPanel extends AbstractServiceSelectorPanel implements Serializable- 
Serialized Fields- 
jccIControlCenter jcc The jcc (local).
- 
nodehandlerISwingNodeHandler nodehandler The node handler.
- 
titlejava.lang.String title The panel title.
 
- 
 
- 
- 
Class jadex.tools.filetransfer.RefreshAllAction extends javax.swing.AbstractAction implements Serializable- 
Serialized Fields- 
ftpFileTreePanel ftp The file tree panel.
- 
serviceIFileTransferService service The deployment service.
 
- 
 
- 
 Package jadex.tools.generic- 
Class jadex.tools.generic.AbstractComponentSelectorPanel extends AbstractSelectorPanel<IComponentIdentifier> implements Serializable- 
Serialized Fields- 
jccaccessIExternalAccess jccaccess The jcc external access.
- 
modelnamejava.lang.String modelname The model name.
- 
platformaccessIExternalAccess platformaccess The platform external access.
 
- 
 
- 
- 
Class jadex.tools.generic.AbstractSelectorPanel extends JSplitPanel implements Serializable- 
Serialized Fields- 
centerpjavax.swing.JPanel centerp The center panel.
- 
oclObjectCardLayout ocl The object card layout.
- 
panelsjava.util.Map<E,IAbstractViewerPanel> panels The map of component viewer panels (element->panel).
- 
propsProperties props The set properties.
- 
remotecbjavax.swing.JCheckBox remotecb The remote checkbox.
- 
selcbjavax.swing.JComboBox selcb The component selection box.
 
- 
 
- 
- 
Class jadex.tools.generic.AbstractServiceSelectorPanel extends AbstractSelectorPanel<IService> implements Serializable- 
Serialized Fields- 
platformIExternalAccess platform The platform external access.
- 
servicetypejava.lang.Class<?> servicetype The service.
 
- 
 
- 
- 
Class jadex.tools.generic.AutoRefreshPanel extends javax.swing.JSplitPane implements Serializable- 
Serialized Fields- 
autorefreshboolean autorefresh Enable / disable autorefresh.
- 
delayint delay The refresh delay (millis).
- 
etimelong etime The absolute time of the last timer event.
- 
refreshjavax.swing.JButton refresh The refresh button.
- 
refreshingboolean refreshing Refresh in progress?
- 
timerjavax.swing.Timer timer The autorefresh timer.
- 
waitedlong waited The cumulated time since last refresh.
 
- 
 
- 
 Package jadex.tools.jcc- 
Class jadex.tools.jcc.ConsolePanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
consolejavax.swing.JTextPane console The console text pane.
- 
docjavax.swing.text.StyledDocument doc The document.
- 
injavax.swing.JTextField in The console in.
- 
jccaccessIExternalAccess jccaccess The jcc component.
- 
labeljavax.swing.JLabel label The console title.
- 
onoffjavax.swing.JButton onoff The on/off button.
- 
platformaccessIExternalAccess platformaccess The platform component.
- 
sderrStyledDocumentOutputStream sderr The new document err stream.
- 
sdoutStyledDocumentOutputStream sdout The new document output stream.
 
- 
 
- 
- 
Class jadex.tools.jcc.ControlCenterWindow extends javax.swing.JFrame implements Serializable- 
Serialized Fields- 
ABOUTjavax.swing.Action ABOUT 
- 
cachedstateint cachedstate The cached window state.
- 
controlcenterControlCenter controlcenter The control center.
- 
EXITjavax.swing.Action EXIT 
- 
filechooserjavax.swing.JFileChooser filechooser The file chooser.
- 
firstPlatformControlCenter first The first platform control center (when there are still no tabs).
- 
LOAD_SETTINGSjavax.swing.Action LOAD_SETTINGS 
- 
ONLINE_DOCjavax.swing.Action ONLINE_DOC 
- 
SAVE_SETTINGSjavax.swing.Action SAVE_SETTINGS 
- 
SAVE_SETTINGS_ASjavax.swing.Action SAVE_SETTINGS_AS 
- 
statusbarStatusBar statusbar The status bar.
- 
tabsjavax.swing.JTabbedPane tabs The tabs for the single platform panels.
 
- 
 
- 
- 
Class jadex.tools.jcc.ControlCenterWindow.TabHeader extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
pccPlatformControlCenter pcc The platform control center .
 
- 
 
- 
- 
Class jadex.tools.jcc.PlatformControlCenterPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
clayoutjava.awt.CardLayout clayout The layout.
- 
consoleConsolePanel console The console.
- 
consoleenabledboolean consoleenabled Remember local console enabled state, as it is not stored for remote platforms.
- 
consoleheightsjava.util.Map consoleheights Map for console heights (plugin name -> height).
- 
contentjavax.swing.JPanel content The content.
- 
controlcenterPlatformControlCenter controlcenter The control center.
- 
currentperspectiveIControlCenterPlugin currentperspective The current perspective.
- 
spJSplitPanel sp A split pane for the main panel and the console.
- 
toolbarjavax.swing.JToolBar toolbar The tool bar.
 
- 
 
- 
 Package jadex.tools.libtool- 
Class jadex.tools.libtool.LibServiceBrowser extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
depsjava.util.Map<IResourceIdentifier,java.util.List<IResourceIdentifier>> deps The dependencies.
- 
jccIControlCenter jcc The jcc.
- 
libserviceILibraryService libservice The lib service.
- 
listenerILibraryServiceListener listener The lib service.
- 
remlinksjava.util.Set<Tuple2<IResourceIdentifier,IResourceIdentifier>> remlinks The removable links.
- 
ridtreejavax.swing.JTree ridtree The list.
- 
tpIThreadPool tp The thread pool.
 
- 
 
- 
 Package jadex.tools.security- 
Class jadex.tools.security.AddCertPanel extends javax.swing.JPanel implements Serializable- serialVersionUID:
- 8626220123653845241L
 - 
Serialized Fields- 
certareajavax.swing.JScrollPane certarea Certificate text area.
- 
certtypesjavax.swing.ButtonGroup certtypes Button group of certificate type (CA, self-signed, etc.).
- 
hashalgjavax.swing.JComboBox hashalg Hash algorithm chooser.
- 
issuercertPemKeyPair issuercert Certificate of the issuer, if available.
- 
keyareajavax.swing.JScrollPane keyarea Key text area.
- 
listenerjava.awt.event.ActionListener listener The action listener.
- 
pathlenjavax.swing.JComboBox pathlen Path length of CA certificates
- 
sigalgjavax.swing.JComboBox sigalg Signature algorithm chooser.
- 
sigalgconfjavax.swing.JComboBox sigalgconf Signature algorithm configuration chooser.
- 
sigalgstrjavax.swing.JComboBox sigalgstr Signature algorithm key strength chooser.
- 
subjectpanelAddCertPanel.SubjectPanel subjectpanel The subject panel.
- 
validityjavax.swing.JComboBox validity Validity of the certificate
 
- 
 
- 
Class jadex.tools.security.AddCertPanel.SubjectPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
cfieldJPlaceholderTextField cfield C field.
- 
cnfieldJPlaceholderTextField cnfield CN field.
- 
lfieldJPlaceholderTextField lfield L field.
- 
ofieldJPlaceholderTextField ofield O field.
- 
oufieldJPlaceholderTextField oufield OU field.
- 
sfieldJPlaceholderTextField sfield S field.
 
- 
 
- 
- 
Class jadex.tools.security.CertTree extends javax.swing.JTree implements Serializable- 
Serialized Fields- 
certmodeljava.util.Map<java.lang.String,PemKeyPair> certmodel The loaded certificates used as model.
- 
listenersjava.util.List<javax.swing.event.TreeModelListener> listeners Model listeners.
- 
nodelookupjava.util.Map<java.lang.String,CertTree.CertTreeNode> nodelookup Lookup helper for finding tree nodes.
- 
rootCertTree.CertTreeNode root The root node.
- 
storesavecommandICommand<byte[]> storesavecommand Store save command.
- 
storrepathjava.lang.String storrepath Path to certificate store.
 
- 
 
- 
- 
Class jadex.tools.security.SecretWizard extends JWizard implements Serializable- serialVersionUID:
- 5314846699201632703L
 - 
Serialized Fields- 
certstorebyte[] certstore The current certificate store.
- 
entityjava.lang.String entity Entity which is the secret owner.
- 
entitytypejava.lang.String entitytype Entity type which is the secret owner.
- 
resultAbstractAuthenticationSecret result Final result.
- 
secretAbstractAuthenticationSecret secret Current secret.
 
- 
 
- 
Class jadex.tools.security.StandaloneCertTool extends javax.swing.JFrame implements Serializable- serialVersionUID:
- -7352829740448705005L
 - 
Serialized Fields- 
lastpathjava.io.File lastpath 
 
- 
 
 Package jadex.tools.simcenter- 
Class jadex.tools.simcenter.ClockPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
curdilationjavax.swing.JTextField curdilation 
- 
currenttimejavax.swing.JLabel currenttime The current time.
- 
curticksizejavax.swing.JTextField curticksize 
- 
dilationjavax.swing.JSpinner dilation The dilation.
- 
emodejavax.swing.JComboBox emode The simulation mode.
- 
lastclocktypejava.lang.String lastclocktype The last clocktype (used to check if update of gui items is necessary).
- 
laststateSRemoteClock.ClockState laststate The last known clock state.
- 
numberformatjava.text.DecimalFormat numberformat Format.
- 
simpSimCenterPanel simp The sim center panel.
- 
starttimejavax.swing.JTextField starttime The start time.
- 
systemtimejavax.swing.JLabel systemtime The current system time.
- 
tickcountjavax.swing.JLabel tickcount The tick count.
- 
ticksizejavax.swing.JTextField ticksize The tick size.
- 
updatejavax.swing.JCheckBox update The update flag.
 
- 
 
- 
- 
Class jadex.tools.simcenter.ContextPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
PAUSEjavax.swing.Action PAUSE Pause the current execution.
- 
simpSimCenterPanel simp The sim center panel.
- 
STARTjavax.swing.Action START Start action.
- 
STEP_EVENTjavax.swing.Action STEP_EVENT Step action.
- 
STEP_TIMEjavax.swing.Action STEP_TIME Time step action.
 
- 
 
- 
- 
Class jadex.tools.simcenter.SimCenterPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
clockpClockPanel clockp The clock panel.
- 
contextpContextPanel contextp The context panel.
- 
dateformatjava.text.DateFormat dateformat Format.
- 
jccIControlCenter jcc The jcc.
- 
simserviceISimulationService simservice The simulation service.
- 
timemodeint timemode The time mode.
- 
timerpTimerPanel timerp The timer panel.
 
- 
 
- 
- 
Class jadex.tools.simcenter.TimerPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
eventcntlong eventcnt The timer count.
- 
lastentriesSRemoteClock.TimerEntries lastentries The last known timer entries.
- 
modelObjectTableModel model The table model.
- 
rowcolsjava.util.Map<java.lang.Long,java.awt.Color> rowcols The saved row colors.
- 
simpSimCenterPanel simp The sim center panel.
- 
timerstjavax.swing.JTable timerst The table.
- 
updatejavax.swing.JCheckBox update The update flag.
 
- 
 
- 
 Package jadex.tools.starter- 
Class jadex.tools.starter.StarterPanel extends javax.swing.JLayeredPane implements Serializable- 
Serialized Fields- 
apppaneljavax.swing.JPanel apppanel The application specific panel.
- 
argelemsjava.util.List argelems 
- 
argumentsjavax.swing.JPanel arguments The component arguments.
- 
closedboolean closed 
- 
componentnamejavax.swing.JTextField componentname The component type.
- 
componentnameljavax.swing.JLabel componentnamel 
- 
componentpaneljavax.swing.JPanel componentpanel The component specific panel.
- 
confdummyjavax.swing.JLabel confdummy 
- 
configjavax.swing.JComboBox config The configuration.
- 
confljavax.swing.JLabel confl 
- 
contentjavax.swing.JComponent content The content panel.
- 
detailsBrowserPane details The model details.
- 
errorjava.lang.String error The error (last loading).
- 
filenamejavax.swing.JTextField filename The filename.
- 
filenameljavax.swing.JLabel filenamel 
- 
gennamejavax.swing.JCheckBox genname The component name generator flag.
- 
jccIControlCenter jcc The jcc.
- 
lastdivlocdouble lastdivloc The last divider location.
- 
lastfilejava.lang.String lastfile The last loaded filename.
- 
lastridIResourceIdentifier lastrid 
- 
loadargsjava.lang.String[] loadargs loaded from jccproject.xml and kept until gui is refreshed asynchronously.
- 
loadconfigjava.lang.String loadconfig loaded from jccproject.xml and kept until gui is refreshed asynchronously.
- 
loadingjavax.swing.JComponent loading The loading indicator.
- 
loadnamejava.lang.String loadname loaded from jccproject.xml and kept until gui is refreshed asynchronously.
- 
modelIModelInfo model The model.
- 
monicbjavax.swing.JComboBox monicb 
- 
numcomponentsjavax.swing.JSpinner numcomponents The spinner for the number of components to start.
- 
parentIComponentIdentifier parent The selected parent (if any).
- 
parenttfjavax.swing.JTextField parenttf 
- 
providedservicesjavax.swing.JPanel providedservices The provided services.
- 
requiredservicesjavax.swing.JPanel requiredservices The used services.
- 
reselemsjava.util.List reselems 
- 
resultsjavax.swing.JPanel results The component results.
- 
resultsetsMultiCollection<java.lang.String,java.lang.Object> resultsets 
- 
selectavailjavax.swing.JComboBox selectavail 
- 
splitpanelJSplitPanel splitpanel The split pane.
- 
startjavax.swing.JButton start The start button.
- 
storeresultsjavax.swing.JCheckBox storeresults 
- 
suspendjavax.swing.JCheckBox suspend The suspend mode.
- 
synccbjavax.swing.JCheckBox synccb The termination flags.
 
- 
 
- 
- 
Class jadex.tools.starter.StarterPluginPanel extends javax.swing.JPanel implements Serializable- 
Serialized Fields- 
comptreeComponentTreePanel comptree The component instances in a tree.
- 
csplitJSplitPanel csplit A split panel.
- 
jccIControlCenter jcc The jcc.
- 
lsplitJSplitPanel lsplit A split panel.
- 
mpanelModelTreePanel mpanel The panel showing the classpath models.
- 
spanelStarterPanel spanel The starter panel.
 
- 
 
- 
 Package jadex.tools.testcenter- 
Class jadex.tools.testcenter.TestCenterPanel extends JSplitPanel implements Serializable- 
Serialized Fields- 
allowduplicatesjavax.swing.JCheckBox allowduplicates Allow duplicate entries in test suite.
- 
clearreportjavax.swing.JButton clearreport The clear report button.
- 
concurrencyint concurrency The testcase concurrency.
- 
detailsjavax.swing.JTextPane details The details view.
- 
loadsavechooserjavax.swing.JFileChooser loadsavechooser File chooser for loading saving testsuites.
- 
pluginTestCenterPlugin plugin The test center plugin.
- 
progressjavax.swing.JProgressBar progress The progress bar.
- 
reportjava.lang.String report The last generated report.
- 
startabortjavax.swing.JButton startabort The start/abort button.
- 
statelabeljavax.swing.JLabel statelabel The state label.
- 
testsjava.util.List<Tuple2<java.lang.String,IResourceIdentifier>> tests The list of tests.
- 
teststableEditableList teststable The table of tests.
- 
testsuiteTestCenterPanel.TestSuite testsuite The current test suite (if any).
- 
tfparjavax.swing.JComboBox tfpar Concurrency combo box.
- 
tftojavax.swing.JTextField tfto Timeout textfield.
- 
timeoutlong timeout The testcase timeout.
 
- 
 
- 
 Package jadex.web.examples.hellobdiv3- 
Class jadex.web.examples.hellobdiv3.JadexDispatcherServlet extends javax.servlet.http.HttpServlet implements Serializable- 
Serialized Fields- 
platformIExternalAccess platform The platform.
 
- 
 
- 
 Package jadex.web.examples.helloworld- 
Class jadex.web.examples.helloworld.JadexDispatcherServlet extends javax.servlet.http.HttpServlet implements Serializable- 
Serialized Fields- 
platformIExternalAccess platform The platform.
 
- 
 
- 
 Package jadex.web.examples.puzzle- 
Class jadex.web.examples.puzzle.Board extends java.lang.Object implements Serializable- 
Serialized Fields- 
hole_posPosition hole_pos The hole position.
- 
movesjava.util.List<Move> moves The moves.
- 
pcsPropertyChangeSupport pcs The helper object for bean events.
- 
piecesjava.util.Map<Position,Piece> pieces The pieces.
- 
sizeint size The size.
 
- 
 
- 
- 
Class jadex.web.examples.puzzle.Move extends java.lang.Object implements Serializable
- 
Class jadex.web.examples.puzzle.Piece extends java.lang.Object implements Serializable- 
Serialized Fields- 
whiteboolean white The piece color (white or black).
 
- 
 
- 
- 
Class jadex.web.examples.puzzle.Position extends java.lang.Object implements Serializable- 
Serialized Fields- 
xint x The x position.
- 
yint y The y position.
 
- 
 
- 
 Package jadex.web.examples.puzzle.servlet- 
Class jadex.web.examples.puzzle.servlet.PuzzleDispatcherServlet extends javax.servlet.http.HttpServlet implements Serializable- 
Serialized Fields- 
platformIExternalAccess platform The platform.
- 
puzzleIPuzzleService puzzle The puzzle service.
 
- 
 
- 
 Package jadex.web.tools.jadexdoc- 
Class jadex.web.tools.jadexdoc.JadexdocServlet extends javax.servlet.http.HttpServlet implements Serializable- 
Serialized Fields- 
modelsIIntermediateFuture<IModelInfo> models The models.
- 
platformIFuture<IExternalAccess> platform The platform.
 
- 
 
- 
 Package jadex.webservice.examples.rs.chart- 
Class jadex.webservice.examples.rs.chart.ChartPanel extends javax.swing.JPanel implements Serializable
 Package jadex.xml.stax- 
Class jadex.xml.stax.QName extends java.lang.Object implements Serializable- 
Serialized Fields- 
localPartjava.lang.String localPart 
- 
namespaceURIjava.lang.String namespaceURI 
- 
prefixjava.lang.String prefix 
 
- 
 
- 
 Package org.activecomponents.udp- 
Class org.activecomponents.udp.ConnectionFailedException extends java.lang.RuntimeException implements Serializable- serialVersionUID:
- 1L
 
 Package org.activecomponents.udp.holepunching.server.web- 
Class org.activecomponents.udp.holepunching.server.web.HpServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
 
 Package org.activecomponents.udp.testgui- 
Class org.activecomponents.udp.testgui.LabeledTextField extends javax.swing.JTextField implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
labeljava.lang.String label The label.
 
- 
 
- 
Class org.activecomponents.udp.testgui.MainWindow extends javax.swing.JFrame implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
connConnection conn 
- 
sockethandlerUdpConnectionHandler sockethandler 
 
- 
 
 Package org.activecomponents.webservice- 
Class org.activecomponents.webservice.JadexjsDownloadServlet extends javax.servlet.http.HttpServlet implements Serializable- 
Serialized Fields- 
jadexjsbyte[] jadexjs The cached jadex rs file
 
- 
 
- 
 
 
- 
 
 
- 
 
 
-