All Classes

Class Description
ApplicationInfo
Provides information about an application for the use of SpiderAdmin.
CatchAllFilter<T extends DataObject>
An implementation of Filter that catches all data objects of a specific type.
Channel
A base class for classes that handle data communication.
DataObject
A base class for all Data Objects.
Filter<T extends DataObject>
A base class for implementing Data Object Filters.
FolderList
Holds data that describes file folder content for the use of SpiderAdmin.
FolderList.FolderEntry
Holds data that describes one entry in a file folder content list.
ImportHandler
This class provides a mechanism for importing data from external resources into the framework and exporting data from the framework to external resources.
Main
Starting point for all Spiderwiz applications.
Main.ObjectCodes
Object codes of predefined Data Objects.
OpResults
Describes the results of a SpiderAdmin button operation.
PageInfo
Specifies the layout of an application page in SpiderAdmin.
PageInfo.ButtonInfo
Specifies the label and the function of a custom button in an application page.
PageInfo.TableInfo
Specifies the structure of a table displayed in an application page.
PageInfo.TableInfo.ColumnInfo
Specifies the parameters of a table column.
PageInfo.TableInfo.Style
Helper class for managing HTML styles.
PropertySheet
Holds a copy of the content of an application's configuration file.
PropertySheet.Property
Holds the key to value mapping of a single configuration property.
QueryObject
A base class for Query Objects.
Resetter
Data Object Resetting is the operation that takes place when a consumer of a specific data object type detects loss of data.
ServerChannel
This is a base class for implementations of server channels.
TableData
Holds the data used by SpiderAdmin to populate a table in an application page.
TableData.RowData
Holds data to populate one table row.
TableData.RowData.CellData
Holds data for each table cell.
WizField
Identifies a serializable field of a serializable class.
WizMain
Identifies the class as the Main class in a Spiderwiz project.
WizObject
Identifies the class as a Data Object in the Spiderwiz framework.
WizQuery
Identifies the class as a Query Object in the Spiderwiz framework.
WizSerializable
Identifies a class as serializable by the Spiderwiz framework.
ZArrayList<T>
A synchronized implementation of ArrayList.
ZBuffer<T>
Manages the processing of a queue of elements.
ZConfig
A class that manages application configuration files.
ZConfig.Property
Represents one mapping of property name -> property value.
ZConfig.PropertySheet
Represents all the properties defined in a configuration file as an ArrayList.
ZDate
Extension of Date that provides extra utility fields and methods.
ZDictionary
Equivalent of ZHashMap<String,String> with some utility methods.
ZDispenser<T>
Used by ZBuffer to dispense buffered objects.
ZHashMap<K,​V>
A synchronized implementation of HashMap.
ZHashSet<T>
A synchronized implementation of HashSet.
ZHtml
A utility class for generating simple HTML documents.
ZLock
An implementation of ReentrantReadWriteLock with an easier read-write lock mechanism.
ZLog
Provides logging mechanism.
ZMail
An interface for mail sending implementations.
ZModerator
A class used to moderate a repeated action according to a set rate.
ZModInteger
Represents an integer number with a defined modulo base.
ZSMTPMail
Implementation of ZMail for SMTP mail.
ZSMTPMail.Mode
Defines SMTP security protocols.
ZThread
A base class for implementations of actions running in a looping thread with set suspension time between iterations.
ZTrigger
Controls thread execution.
Ztrings
Extension of ZHashSet<String> with some utility methods.
ZUtilities
Contains various static utility methods.