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 All Packages

J

JakartaEEServer - Class in com.iizix.server.jakarta
The JakartaEEServer is the iiziServer Shell running the JakartaEE environment.
Japanese - com.iizix.translate.google.Language
 
Japanese - com.iizix.translate.microsoft.Language
 
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 - com.iizix.prop.SelectorExpression.Token
The Java class token: { java: className }.
JAVA_CLIENT - com.iizix.server.IEndPoint.Type
Java based client.
Java_NotFound - com.iizix.run.common.BuildRC
 
Java_NotJDK - com.iizix.run.common.BuildRC
 
JavaActionActor - com.iizix.api.AnnotationType
 
JavaActionActor - Annotation Type 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 Type in com.iizix.api.vs
Support for multiple definitions of the JavaActionActorAnnotation POJO class tag.
JavaActorParam - Annotation Type 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 in com.iizix.api.vs
Type of parameter.
JavaActorParams - Annotation Type 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 file 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 - 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 - com.iizix.server.IEndPoint.Type
JavaScript based client.
JAVASCRIPT_CLIENT_URI - Static variable in class com.iizix.ServerConstants
The JavaScript Client WebSocket URI.
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 in com.iizigo.java
The Java source types.
JavaSourceFileProcessor<PROP extends GProp<?>> - 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" 11, 12, 13, 14, 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 Development Kit.
JDK_VersionError - com.iizix.run.common.BuildRC
 
JettyRunConfiguration - Class in com.iizix.server
Server using Jetty to serve a Run Configuration launch of an application from Eclipse.
JettyRunConfiguration(File, String, String, AppDefinition[]) - 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
 
JobRescheduler - Class in com.iizigo
Class that is used to resquedule all jobs but certain ones.
JobTitle - com.iizix.urn.user.UserProfileStringURNType
Job title.
join - Variable in class com.iizix.prop.GStroke
The join.
joomla - com.iizix.gyro.IMessageBox.Icon
 
JPEG - com.iizix.image.ImageType
JPEG: "image/jpeg", extensions ".jpg,.jpeg,.jpe,.jif,.jfif,.jfi".
jpy - com.iizix.gyro.IMessageBox.Icon
 
JQUERY_FILE - Static variable in class com.iizix.js.JSFiles
The JQuery file or system setting "jquery.file".
jsfiddle - com.iizix.gyro.IMessageBox.Icon
 
JSFiles - Class in com.iizix.js
Main class for the iizi 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.
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 All Packages