Serialized Form
Package com.iizigo.app
Class com.iizigo.app.EclipseApplicationDistributor
class EclipseApplicationDistributor extends ApplicationDistributor implements Serializable- serialVersionUID:
- 4383988508945564679L
Package com.iizigo.prop.editor.color
Class com.iizigo.prop.editor.color.ColorChooser
class ColorChooser extends JColorChooser implements Serializable- serialVersionUID:
- -5099930556720825613L
Serialized Fields
doUpdate
int doUpdate
Flag to update from entry comps: -1 when focus should always be set to tabs container, 1 if focus is in the entry fields.entryComps
ArrayList<JComponent> entryComps
Entry capable components.tabbedPane
JTabbedPane tabbedPane
The tabbed pane.
Class com.iizigo.prop.editor.color.DefaultSwatchChooserPanel
class DefaultSwatchChooserPanel extends AbstractColorChooserPanel implements SerializableSerialized Fields
mainSwatchListener
MouseListener mainSwatchListener
recentSwatchListener
MouseListener recentSwatchListener
recentSwatchPanel
com.iizigo.prop.editor.color.RecentSwatchPanel recentSwatchPanel
swatchPanel
com.iizigo.prop.editor.color.SwatchPanel swatchPanel
Package com.iizigo.swt
Class com.iizigo.swt.ThinBorder
class ThinBorder extends AbstractBorder implements Serializable- serialVersionUID:
- 2638782567874752965L
Package com.iizix
Class com.iizix.AutoLock
class AutoLock extends Object implements Serializable- serialVersionUID:
- 2768809874849023331L
Serialized Fields
_lock
ReentrantLock _lock
The reentrant lock.
Exception Class com.iizix.ConnectorException
class ConnectorException extends IOException implements Serializable- serialVersionUID:
- -6796931140609020929L
Class com.iizix.DSize
class DSize extends Object implements Serializable- serialVersionUID:
- 7889171495475921033L
Serialized Fields
height
double height
The height.width
double width
The width.
Exception Class com.iizix.LanguageException
class LanguageException extends Exception implements Serializable- serialVersionUID:
- 1715422190389363933L
Serialized Fields
languageCode
String languageCode
The language code.
Exception Class com.iizix.NotFoundException
class NotFoundException extends Error implements Serializable- serialVersionUID:
- 7027096539042996831L
Class com.iizix.Position
class Position extends Object implements Serializable- serialVersionUID:
- 3828181875356202390L
Serialized Fields
x
int x
The X position.y
int y
The Y position.
Class com.iizix.Size
class Size extends Object implements Serializable- serialVersionUID:
- -9091953549074282670L
Serialized Fields
height
int height
The height.width
int width
The width.
Package com.iizix.actionactor
Exception Class com.iizix.actionactor.ActionActorException
class ActionActorException extends Exception implements Serializable- serialVersionUID:
- 2109487995703937195L
Package com.iizix.app
Exception Class com.iizix.app.BuildException
class BuildException extends IOException implements Serializable- serialVersionUID:
- 778197810120019551L
Exception Class com.iizix.app.CancelException
class CancelException extends IOException implements Serializable- serialVersionUID:
- 110630252187141827L
Package com.iizix.app.builder
Class com.iizix.app.builder.ApplicationDistributor
class ApplicationDistributor extends Object implements Serializable- serialVersionUID:
- 6401495405578254211L
Serialized Fields
appCnr
AppPropCnr appCnr
The Application container.dist
ServerAppDistributionProps dist
The distribution property.executorService
ExecutorService executorService
Gets the parallel loader ExecutorService.isVerbose
boolean isVerbose
Verbose flag.licenseSystem
IAppBuilderLicenseSystem licenseSystem
The App Builder License System interface, null for none.modules
ModuleProjectPropCnr[] modules
The modules to process.operations
ArrayList<IOperation> operations
Operations to perform.pluginLoader
PluginLoader pluginLoader
The plug-in loader to use when creating the distribution, null for the Designer.propFactory
PropFactory propFactory
The property factory to use when creating the distribution, null for the Designer.propMgr
PropMgr propMgr
The property manager to use when creating the distribution, null for the Designer.
Package com.iizix.barcode
Class com.iizix.barcode.BarcodeBuilder
class BarcodeBuilder extends Object implements Serializable- serialVersionUID:
- 3487306102027295909L
Serialized Fields
doValidate
boolean doValidate
Validation mode flag.format
BarcodeType format
The barcode type or format.height
int height
The height, or zero for smallest.hints
HashMap<EncodeHintType,
Object> hints The hints map, null for none (can be non-null even if empty).text
String text
The text contents.width
int width
The width, or zero for smallest.
Exception Class com.iizix.barcode.BarcodeException
class BarcodeException extends Exception implements Serializable- serialVersionUID:
- -848416750961229411L
Class com.iizix.barcode.BarcodeURN
class BarcodeURN extends URN implements Serializable- serialVersionUID:
- -6062188386104445146L
Serialized Fields
builder
BarcodeBuilder builder
The builder.svgData
String svgData
Cached SVG data of the barcode.svgInfo
SVGInfo svgInfo
Cached SVG info instance.url
String url
Cached URL.
Exception Class com.iizix.barcode.BarcodeValidationException
class BarcodeValidationException extends RuntimeException implements Serializable- serialVersionUID:
- -2553949826476543792L
Package com.iizix.gyro
Exception Class com.iizix.gyro.FocusException
class FocusException extends PropException implements Serializable- serialVersionUID:
- -4334616977332258889L
Exception Class com.iizix.gyro.FocusVetoException
class FocusVetoException extends FocusException implements Serializable- serialVersionUID:
- 6413823124380304491L
Exception Class com.iizix.gyro.GyroException
class GyroException extends RuntimeException implements Serializable
Package com.iizix.jetty
Class com.iizix.jetty.UploadServlet
class UploadServlet extends HttpServlet implements Serializable- serialVersionUID:
- 874204128042064917L
Serialized Fields
service
IWSUploaderService service
The uploader service.
Package com.iizix.license
Exception Class com.iizix.license.LicenseException
class LicenseException extends Error implements Serializable- serialVersionUID:
- 1011432229053205144L
Exception Class com.iizix.license.LicenseSerializeException
class LicenseSerializeException extends ObjectStreamException implements Serializable- serialVersionUID:
- -7306163463776180537L
Class com.iizix.license.ProfilePicture
class ProfilePicture extends Object implements Serializable- serialVersionUID:
- 861913089086797397L
Serialization Methods
readObject
Reads this object from an object input stream.- Parameters:
in
- The object input stream.- Throws:
IOException
readObjectNoData
Read the object without data.- Throws:
ObjectStreamException
writeObject
Writes this class to an object stream for serialization.- Parameters:
out
- The object output stream.- Throws:
IOException
Serialized Fields
fileName
String fileName
The (file) name.imageData
byte[] imageData
The file data as a byte array. The size must be 1 MB or less.type
int type
Package com.iizix.license.history
Class com.iizix.license.history.ActivationChange
class ActivationChange extends Object implements Serializable- serialVersionUID:
- -114751988716562359L
Serialized Fields
event
LicensingHistoryEvent event
The history event that caused the change.hashCode
int hashCode
The hash code cache, zero for none.msg
String msg
The message.time
long time
The creation time in milliseconds since epoch.
Class com.iizix.license.history.LicensingHistory
class LicensingHistory extends Object implements Serializable- serialVersionUID:
- -78961254148350019L
Serialized Fields
history
ArrayList<LicensingHistoryEntry> history
List of entries.
Class com.iizix.license.history.LicensingHistoryEntry
class LicensingHistoryEntry extends Object implements Serializable- serialVersionUID:
- 44405006908339203L
Serialized Fields
dateTime
long dateTime
The date and time.event
LicensingHistoryEvent event
The event type.text
String text
The text.
Package com.iizix.nio
Exception Class com.iizix.nio.WebSocketException
class WebSocketException extends IOException implements Serializable- serialVersionUID:
- 122780776361675863L
Package com.iizix.passwordpolicy
Exception Class com.iizix.passwordpolicy.PasswordPolicyException
class PasswordPolicyException extends Exception implements Serializable- serialVersionUID:
- -1001152396555525429L
Serialized Fields
result
PasswordPolicyResult result
The result.
Package com.iizix.prop
Class com.iizix.prop.GRect
class GRect extends Object implements Serializable- serialVersionUID:
- -7767829960454232531L
Serialized Fields
cx
int cx
The width of the rectangle.cy
int cy
The height of the rectangle.x
int x
The X position of the rectangle.y
int y
The Y position of the rectangle.
Class com.iizix.prop.GSize
class GSize extends Object implements Serializable- serialVersionUID:
- -7767829960454232531L
Serialized Fields
cx
int cx
The width.cy
int cy
The height.
Exception Class com.iizix.prop.GUnitException
class GUnitException extends Exception implements Serializable- serialVersionUID:
- -3640896714086897892L
Exception Class com.iizix.prop.PropException
class PropException extends Exception implements Serializable- serialVersionUID:
- -7848030560989419319L
Serialized Fields
property
GProp<?> property
The throwing property.
Exception Class com.iizix.prop.PropTypeException
class PropTypeException extends PropException implements Serializable- serialVersionUID:
- 8804578720344351984L
Exception Class com.iizix.prop.PropValidateException
class PropValidateException extends PropException implements Serializable- serialVersionUID:
- 1L
Exception Class com.iizix.prop.ValueConversionException
class ValueConversionException extends PropException implements Serializable- serialVersionUID:
- 1760652637067879116L
Package com.iizix.security
Exception Class com.iizix.security.CodeSigningCertificateResolverException
class CodeSigningCertificateResolverException extends Throwable implements Serializable- serialVersionUID:
- -3907375797432485745L
Package com.iizix.server.gyro
Exception Class com.iizix.server.gyro.AppBusyException
class AppBusyException extends FocusVetoException implements Serializable- serialVersionUID:
- 5687959808313745L
Package com.iizix.server.prop
Exception Class com.iizix.server.prop.ServerApplicationSetupException
class ServerApplicationSetupException extends Exception implements Serializable- serialVersionUID:
- 9179787180277780318L
Package com.iizix.sql
Exception Class com.iizix.sql.NamedParameterException
class NamedParameterException extends SQLException implements Serializable- serialVersionUID:
- 7875180028399171762L
Package com.iizix.text
Exception Class com.iizix.text.KStringException
class KStringException extends Exception implements Serializable- serialVersionUID:
- 623871838269758518L
Exception Class com.iizix.text.KStringParseException
class KStringParseException extends KStringException implements Serializable- serialVersionUID:
- -8487496425357177699L
Serialized Fields
inputString
String inputString
The input string.parsePosition
int parsePosition
The parse-position, -1 for none.
Package com.iizix.translate
Exception Class com.iizix.translate.RequestException
class RequestException extends IOException implements Serializable- serialVersionUID:
- -3894461940020082586L
Serialized Fields
rc
int rc
The HTTP return code, -1 if no code can be discerned from the response (i.e., the response is not valid HTTP).reply
String reply
The HTTP reply. Extracts the Strings "OK" and "Not Found" respectively from the HTTP reply (e.g. "HTTP/1.0 404 Not Found"), null if none could be discerned from the responses (the result was not valid HTTP).
Exception Class com.iizix.translate.TranslationException
class TranslationException extends Exception implements Serializable- serialVersionUID:
- -5998804318433672788L
Package com.iizix.txp
Exception Class com.iizix.txp.TXPConcurrentCompletionException
class TXPConcurrentCompletionException extends TXPException implements Serializable- serialVersionUID:
- -5797373319884737421L
Exception Class com.iizix.txp.TXPException
class TXPException extends RuntimeException implements Serializable- serialVersionUID:
- 6602265679143717645L
Exception Class com.iizix.txp.TXPHeuristicMixedException
class TXPHeuristicMixedException extends TXPException implements Serializable- serialVersionUID:
- -4978845565819319005L
Exception Class com.iizix.txp.TXPNodeAssociationFailed
class TXPNodeAssociationFailed extends TXPException implements Serializable- serialVersionUID:
- 4478121502873606776L
Exception Class com.iizix.txp.TXPNodesBusyException
class TXPNodesBusyException extends TXPException implements Serializable- serialVersionUID:
- -8033408096471499896L
Exception Class com.iizix.txp.TXPRollbackException
class TXPRollbackException extends TXPException implements Serializable- serialVersionUID:
- -6162613299972041163L
Package com.iizix.txp.impl
Class com.iizix.txp.impl.TXPidImpl
class TXPidImpl extends Object implements SerializableSerialized Fields
globalID
byte[] globalID
Global process id of this instance. References to this array are never given away, instead a clone is delivered.nodeQual
byte[] nodeQual
ITXPNode qualifier of this instance. This identifies the node of a process. References to this array are never given away, instead a clone is delivered.seqNr
int seqNr
Sequence nr or hash
Package com.iizix.urn
Exception Class com.iizix.urn.MalformedURNException
class MalformedURNException extends URNException implements Serializable- serialVersionUID:
- 4445244148101640562L
Exception Class com.iizix.urn.NIDException
class NIDException extends URNException implements Serializable- serialVersionUID:
- 1167700724914503770L
Serialized Fields
nid
String nid
The NID.
Exception Class com.iizix.urn.NSSException
class NSSException extends URNException implements Serializable- serialVersionUID:
- -3318596230516789996L
Serialized Fields
nss
String nss
The NSS.
Exception Class com.iizix.urn.UnknownNIDException
class UnknownNIDException extends URNException implements Serializable- serialVersionUID:
- 1565059443493571218L
Serialized Fields
nid
String nid
The NID.
Exception Class com.iizix.urn.URNException
class URNException extends Exception implements Serializable- serialVersionUID:
- -2092146210073969636L
Serialized Fields
urn
String urn
The URN.
Package com.iizix.urn.file
Class com.iizix.urn.file.FileURN
class FileURN extends URNResource implements Serializable- serialVersionUID:
- -3148469232027352642L
Serialized Fields
fileName
String fileName
The file name.
Package com.iizix.urn.image
Class com.iizix.urn.image.ImageURN
class ImageURN extends FileURN implements Serializable- serialVersionUID:
- 3523359841834386103L
Serialized Fields
isCircle
boolean isCircle
The circle flag.
Package com.iizix.urn.svg
Class com.iizix.urn.svg.SVG_URN
class SVG_URN extends URN implements Serializable- serialVersionUID:
- 947935876538661770L
Package com.iizix.urn.url
Class com.iizix.urn.url.URL_URN
class URL_URN extends URN implements Serializable- serialVersionUID:
- 947935876538661770L
Serialized Fields
url
URL url
The URL.
Package com.iizix.urn.user
Class com.iizix.urn.user.UserProfileImageURN
class UserProfileImageURN extends URN implements Serializable- serialVersionUID:
- -3281934331752628219L
Serialized Fields
id
long id
The user ID, zero ifuserName
should be used instead.type
UserProfileImageURNType type
The type.userName
String userName
The user name,null
ifid
is used instead.
Class com.iizix.urn.user.UserProfileStringURN
class UserProfileStringURN extends URN implements Serializable- serialVersionUID:
- -3281934331752628219L
Serialized Fields
id
long id
The user ID, zero ifuserName
should be used instead.oneBasedIndex
int oneBasedIndex
The one-based index, or zero for none.query
UserProfileStringURNType query
The query.reload
boolean reload
The reload flag.userName
String userName
The user name,null
ifid
is used instead.
Package com.iizix.user
Exception Class com.iizix.user.UserException
class UserException extends Exception implements Serializable- serialVersionUID:
- -785546646419941900L
Serialized Fields
authenticationResult
SigninResult authenticationResult
Authentication result or null for none.userIdentifier
UserIdentifier userIdentifier
The UserIdentifier.
Package com.iizix.value
Class com.iizix.value.BooleanFormat
class BooleanFormat extends Format implements Serializable- serialVersionUID:
- 7987379091186873831L