Serialized Form


Package com.gargoylesoftware.base.collections

Class com.gargoylesoftware.base.collections.NotificationListEvent extends java.util.EventObject implements Serializable

serialVersionUID: -1402888290373923581L

Serialized Fields

startIndex_

int startIndex_

endIndex_

int endIndex_

action_

int action_

oldValues_

java.util.List<E> oldValues_

newValues_

java.util.List<E> newValues_

Package com.gargoylesoftware.base.gui

Class com.gargoylesoftware.base.gui.DelayedComponentLoaderEvent extends java.util.EventObject implements Serializable

serialVersionUID: 5555243673232931407L

Serialized Fields

loader_

ComponentLoader loader_

loadedComponent_

java.awt.Component loadedComponent_

Class com.gargoylesoftware.base.gui.DelayedComponentLoaderPanel extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

listeners_

java.util.Set<E> listeners_

waitingComponent_

java.awt.Component waitingComponent_

Class com.gargoylesoftware.base.gui.ReflectedAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -3881811288492789994L

Serialized Fields

object_

java.lang.Object object_

methodName_

java.lang.String methodName_

Class com.gargoylesoftware.base.gui.ReflectedTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -7537209244601820035L

Serialized Fields

rowListener_

NotificationListListener rowListener_
If the row list changes then fire the appropriate table event.


columnListener_

NotificationListListener columnListener_
If any change occurs to the columns then fire a structure changed.


propertyChangeListener_

java.beans.PropertyChangeListener propertyChangeListener_

rowElementControlDatas_

java.util.Map<K,V> rowElementControlDatas_

rows_

java.util.List<E> rows_

columns_

java.util.List<E> columns_

traceChannel_

TraceChannel traceChannel_

Class com.gargoylesoftware.base.gui.TableLayout extends java.lang.Object implements Serializable

serialVersionUID: 396191633848670929L

Serialized Fields

rowHeaderPermanentInfos_

java.util.Set<E> rowHeaderPermanentInfos_

columnHeaderPermanentInfos_

java.util.Set<E> columnHeaderPermanentInfos_

parent_

java.awt.Container parent_

constraints_

java.util.List<E> constraints_

traceChannel_

TraceChannel traceChannel_

tempColumnHeaders_

TableLayout.Header[] tempColumnHeaders_

tempRowHeaders_

TableLayout.Header[] tempRowHeaders_

columnCount_

int columnCount_

rowCount_

int rowCount_

tempSizesAreValid_

boolean tempSizesAreValid_

verticalAlignment_

int verticalAlignment_

horizontalAlignment_

int horizontalAlignment_

minimumSize_

java.awt.Dimension minimumSize_

maximumSize_

java.awt.Dimension maximumSize_

preferredSize_

java.awt.Dimension preferredSize_

actualSize_

java.awt.Dimension actualSize_

ignoreInvisibleComponents_

boolean ignoreInvisibleComponents_

Class com.gargoylesoftware.base.gui.TableLayoutConstraints extends java.lang.Object implements Serializable

serialVersionUID: 4323958798646824406L

Serialized Fields

isImmutable_

boolean isImmutable_

obeyMaximumSize_

boolean obeyMaximumSize_

obeyMinimumSize_

boolean obeyMinimumSize_

row_

int row_

column_

int column_

rowSpan_

int rowSpan_

columnSpan_

int columnSpan_

verticalAlignment_

int verticalAlignment_

verticalStretch_

boolean verticalStretch_

horizontalAlignment_

int horizontalAlignment_

horizontalStretch_

boolean horizontalStretch_

Class com.gargoylesoftware.base.gui.TableLayoutDebuggingPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

lineColor_

java.awt.Color lineColor_

gridLinesEnabled_

boolean gridLinesEnabled_

Class com.gargoylesoftware.base.gui.ThrowablePanel extends javax.swing.JScrollPane implements Serializable

serialVersionUID: 1L

Serialized Fields

throwable_

java.lang.Throwable throwable_

textArea_

javax.swing.JTextArea textArea_

Package com.gargoylesoftware.base.objectstore

Class com.gargoylesoftware.base.objectstore.ObjectStoreCommand extends java.lang.Object implements Serializable

serialVersionUID: 2000L

Class com.gargoylesoftware.base.objectstore.ObjectStoreCommandNotSupportedException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 5410849617420921973L

Serialized Fields

command_

ObjectStoreCommand command_

Class com.gargoylesoftware.base.objectstore.ObjectStoreException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 3689038830840948053L

Serialized Fields

exception_

java.lang.Exception exception_

Package com.gargoylesoftware.base.resource

Class com.gargoylesoftware.base.resource.ResourceException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 599093006370872479L

Serialized Fields

enclosedException_

java.lang.Throwable enclosedException_

Class com.gargoylesoftware.base.resource.ResourceFactoryNotFoundException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -3244896706586330378L


Package com.gargoylesoftware.base.resource.jdbc

Class com.gargoylesoftware.base.resource.jdbc.AlreadyClosedException extends java.sql.SQLException implements Serializable

serialVersionUID: 4988336767989829764L


Package com.gargoylesoftware.base.testing

Class com.gargoylesoftware.base.testing.SampleBean extends java.lang.Object implements Serializable

serialVersionUID: 2000L

Serialized Fields

propertyChangeSupport_

java.beans.PropertyChangeSupport propertyChangeSupport_

name_

java.lang.String name_

age_

int age_

Class com.gargoylesoftware.base.testing.TestInitializationFailedException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -291866727591753894L

Serialized Fields

enclosedException_

java.lang.Throwable enclosedException_

Package com.gargoylesoftware.base.trace

Class com.gargoylesoftware.base.trace.BlockingCircularQueue extends java.lang.Object implements Serializable

serialVersionUID: 2206052328240171051L

Serialized Fields

getLock_

java.lang.Object getLock_

addLock_

java.lang.Object addLock_

queue_

java.lang.Object[] queue_

capacity_

int capacity_

size_

int size_

front_

int front_

back_

int back_

Class com.gargoylesoftware.base.trace.Trace.WhereAmIException extends java.lang.Exception implements Serializable

serialVersionUID: 6876505080685244104L


Package com.gargoylesoftware.base.util

Class com.gargoylesoftware.base.util.DetailedIllegalArgumentException extends java.lang.IllegalArgumentException implements Serializable

serialVersionUID: -6090279070118149533L

Serialized Fields

argumentName_

java.lang.String argumentName_

argumentValue_

java.lang.Object argumentValue_

Class com.gargoylesoftware.base.util.DetailedNullPointerException extends java.lang.NullPointerException implements Serializable

serialVersionUID: -2554279092032000569L

Serialized Fields

argumentName_

java.lang.String argumentName_