Serialized Form
- Package com.iizigo.app- Class com.iizigo.app.EclipseApplicationDistributorclass EclipseApplicationDistributor extends ApplicationDistributor implements Serializable- serialVersionUID:
- 4383988508945564679L
 
 
- Package com.iizigo.prop.editor.color- Class com.iizigo.prop.editor.color.ColorChooserclass 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.DefaultSwatchChooserPanelclass DefaultSwatchChooserPanel extends AbstractColorChooserPanel implements Serializable- Serialized 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.ThinBorderclass ThinBorder extends AbstractBorder implements Serializable- serialVersionUID:
- 2638782567874752965L
 
 
- Package com.iizix- Exception Class com.iizix.ConnectorExceptionclass ConnectorException extends IOException implements Serializable- serialVersionUID:
- -6796931140609020929L
 
- Class com.iizix.DSizeclass DSize extends Object implements Serializable- serialVersionUID:
- 7889171495475921033L
 - Serialized Fields- height- double height The height.
- width- double width The width.
 
 
- Exception Class com.iizix.LanguageExceptionclass LanguageException extends Exception implements Serializable- serialVersionUID:
- 1715422190389363933L
 - Serialized Fields- languageCode- String languageCode The language code.
 
 
- Exception Class com.iizix.NotFoundExceptionclass NotFoundException extends Error implements Serializable- serialVersionUID:
- 7027096539042996831L
 
- Class com.iizix.Positionclass Position extends Object implements Serializable- serialVersionUID:
- 3828181875356202390L
 - Serialized Fields- x- int x The X position.
- y- int y The Y position.
 
 
- Class com.iizix.Sizeclass 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.ActionActorExceptionclass ActionActorException extends Exception implements Serializable- serialVersionUID:
- 2109487995703937195L
 
 
- Package com.iizix.app- Exception Class com.iizix.app.BuildExceptionclass BuildException extends IOException implements Serializable- serialVersionUID:
- 778197810120019551L
 
- Exception Class com.iizix.app.CancelExceptionclass CancelException extends IOException implements Serializable- serialVersionUID:
- 110630252187141827L
 
 
- Package com.iizix.app.builder- Class com.iizix.app.builder.ApplicationDistributorclass 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.BarcodeBuilderclass 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.BarcodeExceptionclass BarcodeException extends Exception implements Serializable- serialVersionUID:
- -848416750961229411L
 
- Class com.iizix.barcode.BarcodeURNclass 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.BarcodeValidationExceptionclass BarcodeValidationException extends RuntimeException implements Serializable- serialVersionUID:
- -2553949826476543792L
 
 
- Package com.iizix.gyro- Exception Class com.iizix.gyro.FocusExceptionclass FocusException extends PropException implements Serializable- serialVersionUID:
- -4334616977332258889L
 
- Exception Class com.iizix.gyro.FocusVetoExceptionclass FocusVetoException extends FocusException implements Serializable- serialVersionUID:
- 6413823124380304491L
 
- Exception Class com.iizix.gyro.GyroExceptionclass GyroException extends RuntimeException implements Serializable
 
- Package com.iizix.jetty- Class com.iizix.jetty.UploadServletclass UploadServlet extends HttpServlet implements Serializable- serialVersionUID:
- 874204128042064917L
 - Serialized Fields- service- IWSUploaderService service The uploader service.
 
 
 
- Package com.iizix.license- Exception Class com.iizix.license.LicenseExceptionclass LicenseException extends Error implements Serializable- serialVersionUID:
- 1011432229053205144L
 
- Exception Class com.iizix.license.LicenseSerializeExceptionclass LicenseSerializeException extends ObjectStreamException implements Serializable- serialVersionUID:
- -7306163463776180537L
 
- Class com.iizix.license.ProfilePictureclass ProfilePicture extends Object implements Serializable- serialVersionUID:
- 861913089086797397L
 - Serialization Methods- readObjectReads this object from an object input stream.- Parameters:
- in- The object input stream.
- Throws:
- IOException
 
- readObjectNoDataRead the object without data.- Throws:
- ObjectStreamException
 
- writeObjectWrites 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.ActivationChangeclass 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.LicensingHistoryclass LicensingHistory extends Object implements Serializable- serialVersionUID:
- -78961254148350019L
 - Serialized Fields- history- ArrayList<LicensingHistoryEntry> history List of entries.
 
 
- Class com.iizix.license.history.LicensingHistoryEntryclass 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.WebSocketExceptionclass WebSocketException extends IOException implements Serializable- serialVersionUID:
- 122780776361675863L
 
 
- Package com.iizix.passwordpolicy- Exception Class com.iizix.passwordpolicy.PasswordPolicyExceptionclass PasswordPolicyException extends Exception implements Serializable- serialVersionUID:
- -1001152396555525429L
 - Serialized Fields- result- PasswordPolicyResult result The result.
 
 
 
- Package com.iizix.prop- Class com.iizix.prop.GRectclass 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.GSizeclass GSize extends Object implements Serializable- serialVersionUID:
- -7767829960454232531L
 - Serialized Fields- cx- int cx The width.
- cy- int cy The height.
 
 
- Exception Class com.iizix.prop.GUnitExceptionclass GUnitException extends Exception implements Serializable- serialVersionUID:
- -3640896714086897892L
 
- Exception Class com.iizix.prop.PropExceptionclass PropException extends Exception implements Serializable- serialVersionUID:
- -7848030560989419319L
 - Serialized Fields- property- GProp<?> property The throwing property.
 
 
- Exception Class com.iizix.prop.PropTypeExceptionclass PropTypeException extends PropException implements Serializable- serialVersionUID:
- 8804578720344351984L
 
- Exception Class com.iizix.prop.PropValidateExceptionclass PropValidateException extends PropException implements Serializable- serialVersionUID:
- 1L
 
- Exception Class com.iizix.prop.ValueConversionExceptionclass ValueConversionException extends PropException implements Serializable- serialVersionUID:
- 1760652637067879116L
 
 
- Package com.iizix.security- Exception Class com.iizix.security.CodeSigningCertificateResolverExceptionclass CodeSigningCertificateResolverException extends Throwable implements Serializable- serialVersionUID:
- -3907375797432485745L
 
 
- Package com.iizix.server.gyro- Exception Class com.iizix.server.gyro.AppBusyExceptionclass AppBusyException extends FocusVetoException implements Serializable- serialVersionUID:
- 5687959808313745L
 
 
- Package com.iizix.server.prop- Exception Class com.iizix.server.prop.ServerApplicationSetupExceptionclass ServerApplicationSetupException extends Exception implements Serializable- serialVersionUID:
- 9179787180277780318L
 
 
- Package com.iizix.sql- Exception Class com.iizix.sql.NamedParameterExceptionclass NamedParameterException extends SQLException implements Serializable- serialVersionUID:
- 7875180028399171762L
 
 
- Package com.iizix.text- Exception Class com.iizix.text.KStringExceptionclass KStringException extends Exception implements Serializable- serialVersionUID:
- 623871838269758518L
 
- Exception Class com.iizix.text.KStringParseExceptionclass 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.RequestExceptionclass 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.TranslationExceptionclass TranslationException extends Exception implements Serializable- serialVersionUID:
- -5998804318433672788L
 
 
- Package com.iizix.txp- Exception Class com.iizix.txp.TXPConcurrentCompletionExceptionclass TXPConcurrentCompletionException extends TXPException implements Serializable- serialVersionUID:
- -5797373319884737421L
 
- Exception Class com.iizix.txp.TXPExceptionclass TXPException extends RuntimeException implements Serializable- serialVersionUID:
- 6602265679143717645L
 
- Exception Class com.iizix.txp.TXPHeuristicMixedExceptionclass TXPHeuristicMixedException extends TXPException implements Serializable- serialVersionUID:
- -4978845565819319005L
 
- Exception Class com.iizix.txp.TXPNodeAssociationFailedclass TXPNodeAssociationFailed extends TXPException implements Serializable- serialVersionUID:
- 4478121502873606776L
 
- Exception Class com.iizix.txp.TXPNodesBusyExceptionclass TXPNodesBusyException extends TXPException implements Serializable- serialVersionUID:
- -8033408096471499896L
 
- Exception Class com.iizix.txp.TXPRollbackExceptionclass TXPRollbackException extends TXPException implements Serializable- serialVersionUID:
- -6162613299972041163L
 
 
- Package com.iizix.txp.impl- Class com.iizix.txp.impl.TXPidImplclass TXPidImpl extends Object implements Serializable- Serialized 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.MalformedURNExceptionclass MalformedURNException extends URNException implements Serializable- serialVersionUID:
- 4445244148101640562L
 
- Exception Class com.iizix.urn.NIDExceptionclass NIDException extends URNException implements Serializable- serialVersionUID:
- 1167700724914503770L
 - Serialized Fields- nid- String nid The NID.
 
 
- Exception Class com.iizix.urn.NSSExceptionclass NSSException extends URNException implements Serializable- serialVersionUID:
- -3318596230516789996L
 - Serialized Fields- nss- String nss The NSS.
 
 
- Exception Class com.iizix.urn.UnknownNIDExceptionclass UnknownNIDException extends URNException implements Serializable- serialVersionUID:
- 1565059443493571218L
 - Serialized Fields- nid- String nid The NID.
 
 
- Exception Class com.iizix.urn.URNExceptionclass URNException extends Exception implements Serializable- serialVersionUID:
- -2092146210073969636L
 - Serialized Fields- urn- String urn The URN.
 
 
 
- Package com.iizix.urn.file- Class com.iizix.urn.file.FileURNclass 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.ImageURNclass 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_URNclass SVG_URN extends URN implements Serializable- serialVersionUID:
- 947935876538661770L
 
 
- Package com.iizix.urn.url- Class com.iizix.urn.url.URL_URNclass 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.UserProfileImageURNclass UserProfileImageURN extends URN implements Serializable- serialVersionUID:
- -3281934331752628219L
 - Serialized Fields- id- long id The user ID, zero if- userNameshould be used instead.
- type- UserProfileImageURNType type The type.
- userName- String userName The user name,- nullif- idis used instead.
 
 
- Class com.iizix.urn.user.UserProfileStringURNclass UserProfileStringURN extends URN implements Serializable- serialVersionUID:
- -3281934331752628219L
 - Serialized Fields- id- long id The user ID, zero if- userNameshould 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,- nullif- idis used instead.
 
 
 
- Package com.iizix.user- Exception Class com.iizix.user.UserExceptionclass 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.BooleanFormatclass BooleanFormat extends Format implements Serializable- serialVersionUID:
- 7987379091186873831L