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.bdiv3- 
Class jadex.bdiv3.MyTestClass extends java.util.ArrayList implements Serializable- 
Serialized Fields- 
handlerjava.lang.reflect.InvocationHandler handler 
 
- 
 
- 
 
- 
- 
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.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.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.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.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.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.
 
- 
 
 
 
- 
 
 
- 
 
 
-