Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

J

JakartaEEServer - Class in com.iizix.server.jakarta
The JakartaEEServer is the iiziServer Shell running the JakartaEE environment.
Japanese - Enum constant in enum class com.iizix.translate.google.Language
 
Japanese - Enum constant in enum class com.iizix.translate.microsoft.Language
 
jar - Variable in class com.iizix.server.app.DBApp
The JarFile instance loaded from the database in case the app is enabled, null if app is disabled or the JarFile is not stored in the database.
JAR_COMPRESSION - Static variable in class com.iizix.server.app.prop.ServerAppDistributionProps
The name of the property for Jar compression.
JAR_OBFUSCATION - Static variable in class com.iizix.server.app.prop.ServerAppDistributionProps
The name of the property for Jar obfuscation.
JAR_SEAL - Static variable in class com.iizix.server.app.prop.ServerAppDistributionProps
The name of the property for Jar seal.
JAR_SIGN - Static variable in class com.iizix.server.app.prop.ServerAppDistributionProps
The name of the property for Jar signing.
JarClassLoader - Class in com.iizix.util
This class handles one Jar or several Jar file(s) (already loaded), typically XJarFile or MemoryJarFile's.
JarClassLoader(IJarFile) - Constructor for class com.iizix.util.JarClassLoader
Creates the Jar file class loader using the default parent class loader for delegation.
JarClassLoader(IJarFile, ClassLoader) - Constructor for class com.iizix.util.JarClassLoader
Creates the Jar file class loader with a specified parent class loader for delegation.
JarClassLoader(IJarFile, String, ClassLoader) - Constructor for class com.iizix.util.JarClassLoader
Creates the Jar file class loader using the default parent class loader for delegation.
JarClassLoader(ClassLoader, JarFilePath...) - Constructor for class com.iizix.util.JarClassLoader
Creates the Jar file class loader using the default parent class loader for delegation.
JarFilePath - Class in com.iizix.util
Class holding an IJarFile and a path inside the Jar file for the JarClassLoader.
JarFilePath(IJarFile, String) - Constructor for class com.iizix.util.JarFilePath
Constructor for a JarFile with a subdirectory path.
JarFilePath(File) - Constructor for class com.iizix.util.JarFilePath
Constructor for a directory on the file system.
jarFileURLConnection - Variable in class com.iizix.util.AbstractJarURLConnection
The connection to the JAR file URL, if the connection has been initiated.
JarSigner - Class in com.iizix.security
Helper class to sign a Jar file.
JAVA - Static variable in class com.iizix.prop.Atom
 
JAVA_CLASS - Enum constant in enum class com.iizix.prop.SelectorExpression.Token
The Java class token: { java: className }.
JAVA_CLIENT - Enum constant in enum class com.iizix.server.IEndPoint.Type
Java based client.
Java_NotFound - Enum constant in enum class com.iizix.run.common.BuildRC
 
Java_NotJDK - Enum constant in enum class com.iizix.run.common.BuildRC
 
JavaActionActor - Enum constant in enum class com.iizix.api.AnnotationType
 
JavaActionActor - Annotation Interface in com.iizix.api.vs
Annotation for tagging classes that are Java Action Actors.
JavaActionActorBase - Class in com.iizix.actionactor
Custom Java-based Action Actor as provided by a user class.
JavaActionActorBase(VSAction, JavaActionActorBase.Settings) - Constructor for class com.iizix.actionactor.JavaActionActorBase
Creates a new instance.
JavaActionActorBase.Settings - Class in com.iizix.actionactor
Settings property container.
JavaActionActors - Annotation Interface in com.iizix.api.vs
Support for multiple definitions of the JavaActionActorAnnotation POJO class tag.
JavaActorParam - Annotation Interface in com.iizix.api.vs
Annotation used to define a Java Action Actor parameter that will be provided in the settings property at runtime.
JavaActorParam.Type - Enum Class in com.iizix.api.vs
Type of parameter.
JavaActorParams - Annotation Interface in com.iizix.api.vs
Support for multiple definitions of the JavaActorParam POJO class tag.
JavaClass - Class in com.iizigo.java
The Java Class holds listeners to changes, performs class validation and is hooked into Eclipse Refactoring via its owner ModuleClasses.
JavaClassEvent - Class in com.iizigo.java.event
Event ID used to broadcast an event of a Java Class file change, sent from the ClassReference parent in a sinking way to all children.
JavaClassEvent(GProp<?>) - Constructor for class com.iizigo.java.event.JavaClassEvent
Constructs a new JavaClassEvent.
JavaCodeCompletion - Class in com.iizigo.java.assist
The Code Completion for Java code that handles String's and Annotations.
JavaCodeCompletion() - Constructor for class com.iizigo.java.assist.JavaCodeCompletion
Default Eclipse constructor.
JavaCompilationParticipant - Class in com.iizigo.java
The Java compilation participant for all Java projects that could potentially be used in an IIZI Module.
JavaCompilationParticipant() - Constructor for class com.iizigo.java.JavaCompilationParticipant
 
JavaDirectory - Class in com.iizix.app.builder
The Java directory wrapper.
JavaDirectory(File) - Constructor for class com.iizix.app.builder.JavaDirectory
Constructs a directory.
JavaEditorTextHover - Class in com.iizigo.java
Processing of text hovers in the Java Editor.
JavaEditorTextHover() - Constructor for class com.iizigo.java.JavaEditorTextHover
 
JavaElementLinkAdapter - Class in com.iizigo.link.java
Class used to create an ILinkCapable instance of a Java class.
JavaElementLinkAdapter(IJavaElement) - Constructor for class com.iizigo.link.java.JavaElementLinkAdapter
The constructor.
JavaElementLinkAdapter(IMethod) - Constructor for class com.iizigo.link.java.JavaElementLinkAdapter
The constructor.
JavaElementLinkAdapter(IType) - Constructor for class com.iizigo.link.java.JavaElementLinkAdapter
The constructor.
JavaFile - Class in com.iizix.app.builder
The Java file wrapper.
JavaFile(File) - Constructor for class com.iizix.app.builder.JavaFile
Constructs a file.
JavaHelper - Class in com.iizigo.java
Helper methods for Java.
JavaHelper() - Constructor for class com.iizigo.java.JavaHelper
 
JavaManager - Class in com.iizigo.java
Class used to listen to workspace changes file in any Java project.
JavaMethodEvent - Class in com.iizigo.java.event
Event ID used to broadcast an event of a Java Class file change, sent from the ClassReference parent in a sinking way to all children.
JavaMethodEvent(ClassReference, String, String, String) - Constructor for class com.iizigo.java.event.JavaMethodEvent
Constructs a new JavaMethodEvent.
javaName - Static variable in class com.iizix.SystemConfig
The Java VM name.
Javanese - Enum constant in enum class com.iizix.translate.google.Language
 
JavaProblem - Class in com.iizigo.java.problem
Abstract class for errors produced in the Annotation and Type/Method parsers.
JavaProblem(int, int, String, int, int, int) - Constructor for class com.iizigo.java.problem.JavaProblem
Constructor without quick fixes.
JavaProblem(int, int, String, int, int, int, IQuickFix...) - Constructor for class com.iizigo.java.problem.JavaProblem
Constructor with IQuickFix.
JavaProblem(int, int, String, int, int, int, String...) - Constructor for class com.iizigo.java.problem.JavaProblem
Constructor with quick fix IDs.
JavaProject - Class in com.iizigo.java
The Java project class.
JavaProjectRootPropCnr - Class in com.iizigo.java
Root property container for Java projects.
JavaPropReference - Class in com.iizigo.java
The property reference class subclassing the PropReference to provide special functions for Java files.
JavaPropReference(String, Class<?>[], IPropReference) - Constructor for class com.iizigo.java.JavaPropReference
Constructs a new property reference without property owner.
JavaRootContainer - Class in com.iizigo.java
Property container used to store properties of Java files in a project.
JavaRootContainer() - Constructor for class com.iizigo.java.JavaRootContainer
Creates a property container with the specified name with a null value.
JAVASCRIPT_CLIENT - Enum constant in enum class com.iizix.server.IEndPoint.Type
JavaScript based client.
JavaScriptImport(String, String, String) - Constructor for record class com.iizix.prop.PWAProps.JavaScriptImport
Creates an instance of a JavaScriptImport record class.
javaSource - Variable in class com.iizigo.java.parser.JavaSourceFileProcessor
The ParsedJavaSource reference, set after call to the initialize method, do not use prior to that, it is null.
JavaSource - Class in com.iizigo.java
Class handling a Java Source.
JavaSource(JavaSource.Type) - Constructor for class com.iizigo.java.JavaSource
Creates a Java source instance for BINARY.
JavaSource(IFile, ModuleModel) - Constructor for class com.iizigo.java.JavaSource
Creates a Java source instance for PARSED.
JavaSource.Type - Enum Class in com.iizigo.java
The Java source types.
JavaSourceFileProcessor<PROP> - Class in com.iizigo.java.parser
Abstract class for parsing a Java source file to perform syntax-check and reference validation of Java source code to the IIZI property tree as well as refactoring of the Java source code when properties are changed.
JavaSourceFileProcessor(IJavaSourceParser<PROP>) - Constructor for class com.iizigo.java.parser.JavaSourceFileProcessor
Default constructor.
javaToNative(Object, TransferData) - Method in class com.iizigo.dnd.PropertiesTransfer
Converts the properties into a platform specific representation.
javaVer - Static variable in class com.iizix.SystemConfig
The Java version "number": 17, ..., zero if none matches.
javaVersion - Static variable in class com.iizix.SystemConfig
The Java version, 1.6[.nn], 1.7[.nn], 1.8[.nn], 9.nn or 10.nn...
JCE_NOT_UNLIMITED - Static variable in class com.iizix.SystemConfig
System config error if JCE unlimited cryptography is not enabled.
JDBCHelper - Class in com.iizix.jdbc
Derby instance for iiziGo and iiziServer.
JDBCHelper() - Constructor for class com.iizix.jdbc.JDBCHelper
 
jdk_path - Variable in class com.iizix.run.RuntimeBuilderSettings
Path to the root of the Java 1.8 to 11 Development Kit.
JDK_VersionError - Enum constant in enum class com.iizix.run.common.BuildRC
 
JettyClientWebSocketInstance - Class in com.iizix.jetty
The client class for communication with a remote server over (secured) WebSocket using the IIZI reconnectable transactional processing.
JettyClientWebSocketInstance(PropFactory, String, int, boolean, String, boolean, IClientInstanceListener) - Constructor for class com.iizix.jetty.JettyClientWebSocketInstance
Constructor.
JettyRunConfiguration - Class in com.iizix.server
Server using Jetty to serve a Run Configuration launch of an application from Eclipse.
JettyRunConfiguration(File, String, String, boolean, AppDefinition[], Map<String, String>) - Constructor for class com.iizix.server.JettyRunConfiguration
Constructor.
JFaceHelper - Class in com.iizigo.jface
Helper class for different JFace routines.
JFaceHelper() - Constructor for class com.iizigo.jface.JFaceHelper
 
JobTitle - Enum constant in enum class com.iizix.urn.user.UserProfileStringURNType
Job title.
join - Variable in class com.iizix.prop.GStroke
The join.
joomla - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
JPEG - Enum constant in enum class com.iizix.image.ImageType
JPEG: "image/jpeg", extensions ".jpg,.jpeg,.jpe,.jif,.jfif,.jfi".
jpy - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
JQUERY_FILE - Static variable in class com.iizix.js.JSFiles
The JQuery file or system setting "jquery.file".
jsfiddle - Enum constant in enum class com.iizix.gyro.IMessageBox.Icon
 
JSFiles - Class in com.iizix.js
Main class for the iiziGo Designer JavaScript plug-in used to hold the file required for browser and JavaScript on disk outside of Jar plug-in files to be accessed directly as file:/ or http[s]:// URI's.
JSFiles() - Constructor for class com.iizix.js.JSFiles
 
jsList - Variable in class com.iizix.js.build.HTMLSourceInfo.Config
The cached and unmodifiable list of JS sources.
jsName - Variable in class com.iizigo.style.prop.CSSStyle
The CSS name for JavaScript, e.g.
JSON_UTF8 - Static variable in class com.iizix.ServerConstants
The JSON content type in UTF-8.
JSONElementWrapper - Class in com.iizix.ws.prop.json
A JSON element wrapper, used to process the output of a Web Service reply.
JSONElementWrapper() - Constructor for class com.iizix.ws.prop.json.JSONElementWrapper
Creates the property container without a name.
JSONElementWrapper(Atom) - Constructor for class com.iizix.ws.prop.json.JSONElementWrapper
Creates the property container.
JSONEncodedInput - Class in com.iizix.ws.prop.json
RESTful JSON Encoded input for the request of a Web Service transaction.
JSONEncodedInput() - Constructor for class com.iizix.ws.prop.json.JSONEncodedInput
Creates the property container without a name.
JSONEncodedInput(Atom) - Constructor for class com.iizix.ws.prop.json.JSONEncodedInput
Creates the property container.
JSONReply - Class in com.iizix.ws.engine.json
Class for a JSON reply.
JSONReply() - Constructor for class com.iizix.ws.engine.json.JSONReply
Constructor.
JSONReply(JSONObject) - Constructor for class com.iizix.ws.engine.json.JSONReply
Constructor when recreating the JSON document.
JSONReplyDocument - Class in com.iizix.ws.prop.json
The JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).
JSONReplyDocument() - Constructor for class com.iizix.ws.prop.json.JSONReplyDocument
Creates the property container without a name.
JSONReplyDocument(Atom) - Constructor for class com.iizix.ws.prop.json.JSONReplyDocument
Creates the property container.
justification - Variable in class com.iizix.term.HostField
Field justification: the values HFJ_*.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form