A B C D E F G H I J K L M N O P R S T U V W X Y _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABSTRACT - Static variable in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- ABSTRACT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- ABSTRACT_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- AbstractButtonHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- AbstractButtonHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.AbstractButtonHandler
- AbstractContextNode - Class in org.nuiton.jaxx.compiler.tools.jaxxcapture
- AbstractContextNode() - Constructor for class org.nuiton.jaxx.compiler.tools.jaxxcapture.AbstractContextNode
- AbstractFinalizer - Class in org.nuiton.jaxx.compiler.finalizers
-
Base implementation of a
JAXXCompilerFinalizer. - AbstractFinalizer() - Constructor for class org.nuiton.jaxx.compiler.finalizers.AbstractFinalizer
- AbstractJAXXBindingWriter<B extends JAXXBinding> - Class in org.nuiton.jaxx.compiler.binding.writers
-
Created: 5 déc. 2009
- AbstractJAXXBindingWriter(Class<B>) - Constructor for class org.nuiton.jaxx.compiler.binding.writers.AbstractJAXXBindingWriter
- accept(int) - Method in enum org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
- accept(int) - Method in enum org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- accept(int, JavaField) - Method in enum org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
- accept(int, JavaMethod) - Method in enum org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- accept(DataBinding) - Method in class org.nuiton.jaxx.compiler.binding.writers.DefaultJAXXBindingWriter
- accept(DataBinding) - Method in interface org.nuiton.jaxx.compiler.binding.writers.JAXXBindingWriter
-
Test if a binding can be treated by the writer.
- accept(DataBinding) - Method in class org.nuiton.jaxx.compiler.binding.writers.SimpleJAXXObjectBindingWriter
- accept(JavaField) - Method in enum org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
- accept(JavaMethod) - Method in enum org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- accept(JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.finalizers.ApplyI18nKeysFileFinalizer
- accept(JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- accept(JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.finalizers.DetectI18nKeyFilesFinalizer
- accept(JAXXCompiler) - Method in interface org.nuiton.jaxx.compiler.finalizers.JAXXCompilerFinalizer
-
Test if the finalizer must be apply on the given
compiler. - accept(JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.finalizers.SwingFinalizer
- accept(JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.finalizers.ValidatorFinalizer
- ACTION_ICON_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- ACTIVE_BINDINGS_FIELD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- add_escapes(String) - Method in exception org.nuiton.jaxx.compiler.java.parser.ParseException
-
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
- ADD_PROPERTY_CHANGE_SUPPORT_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- ADD_PROPERTY_CHANGE_SUPPORT_NAMED_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- ADD_TO_CONTAINER_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- addAbstractGetterMethod(String, int, String, boolean) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- addAnnotation(String) - Method in class org.nuiton.jaxx.compiler.java.JavaElement
- addArgument(ContextNode) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.AbstractContextNode
- addArgument(ContextNode) - Method in interface org.nuiton.jaxx.compiler.tools.jaxxcapture.ContextNode
- addBean(Element, BeanValidatorHandler, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- addBodyCode(String) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- addChild(CompiledObject, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Adds a child component to this container.
- addChild(CompiledObject, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JScrollPaneHandler.JScrollPaneCompiledObject
- addChild(CompiledObject, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JTabbedPaneHandler.CompiledTabbedPane
- addChild(CompiledObject, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- addChild(CompiledObject, String, JAXXCompiler, DefaultComponentHandler) - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Adds a child component to this container.
- addChild(CapturedObject, ContextNode) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- addClientProperties(CompiledObject, StringBuilder, String) - Method in class org.nuiton.jaxx.compiler.decorators.DefaultCompiledObjectDecorator
- addClientProperty(String, String) - Method in class org.nuiton.jaxx.compiler.CompiledObject
- addConstructor(JavaConstructor) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- addConstructor(JAXXCompiler, String, List<String>) - Method in class org.nuiton.jaxx.compiler.tasks.GenerateConstructorsTask
- addConstructorsForNoneSuperClassJaxx(JAXXEngine, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tasks.GenerateConstructorsTask
-
To add constructor on the given
compiler, knowing that the super class of it is not a jaxx class. - addConstructorsForSuperClassJaxx(JAXXEngine, JAXXCompiler, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tasks.GenerateConstructorsTask
-
To add constructor on the given
compiler, knowing that the super class of it is a jaxx class. - addConstructorWithInitialContext(JAXXCompiler, String, List<String>, boolean) - Method in class org.nuiton.jaxx.compiler.tasks.GenerateConstructorsTask
- addDataBindings(JAXXCompiler, JavaFile, DataBinding[]) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- addDebugLoggerInvocation(JAXXCompiler, String) - Static method in class org.nuiton.jaxx.compiler.java.JavaFileGenerator
- addDefaultImport(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- addDependencyClass(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- addEndProfileTime(JAXXEngine, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tasks.JAXXEngineTask
- addError(String) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
-
Add an error to the engine.
- addErrorList(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- addErrorListModel(Element, BeanValidatorHandler, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- addErrorTable(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- addErrorTableModel(Element, BeanValidatorHandler, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- addEscapes(String) - Static method in error org.nuiton.jaxx.compiler.css.parser.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
- addEscapes(String) - Static method in error org.nuiton.jaxx.compiler.java.parser.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
- addEventHandler(String, MethodDescriptor, MethodDescriptor, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Adds an event listener to this object.
- addEventHandler(CompiledObject, String, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Adds the necessary Java code to a
CompiledObjectto add an event listener at runtime. - addEventHandlers(JAXXCompiler, JavaFile) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- addExcludeField(String, String) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- addField(String, String) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- addField(JavaField) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- addField(JavaField, boolean) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- addField(JavaFile, JavaField) - Method in class org.nuiton.jaxx.compiler.finalizers.AbstractFinalizer
-
Clones the given
fieldand adds it to thefileas a property via the methodJavaFile.addField(JavaField). - addFileToCompile(File, String) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
-
Adds a
JAXXCompilerFilegiven the jaxx file and the corresponding class fully qualified name. - addFileToCompile(JAXXCompilerFile) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
-
Adds a
fileto be compiled. - addGetterMethod(String, int, String, boolean, boolean) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- addI18nInvocation(String, String, String, JAXXCompiler) - Static method in class org.nuiton.jaxx.compiler.I18nHelper
-
Add the i18n on a attribute.
- addI18nMnemonicInvocation(CompiledObject, String, String, JAXXCompiler) - Static method in class org.nuiton.jaxx.compiler.I18nHelper
-
Box a i18n key with code to be used as a i18n mnemonic.
- addImport(Class<?>) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- addImport(Class<?>) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- addImport(String) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- addImport(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- addIndentation(String, int, String) - Method in class org.nuiton.jaxx.compiler.java.JavaFileGenerator
- addInitialize_01_createComponents(JAXXCompiler, JavaFile) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- addInitialize_02_registerDataBindings(JAXXCompiler, JavaFile) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- addInitialize_03_finalizeCreateComponents(JAXXCompiler, JavaFile) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- addInitialize_04_applyDataBindings(JAXXCompiler, JavaFile) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- addInitialize_05_setProperties(JAXXCompiler, JavaFile) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- addInitialize_06_finalizeInitialize(JAXXCompiler, JavaFile) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- addInitializerMethod(JAXXCompiler, JavaFile) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- addInlineStyle(CompiledObject, String, boolean) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- addInterface(String) - Method in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJavaFile.JavaFileParser
- addInterface(String...) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- AdditiveExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- addJaxxBeanInfoPath(String...) - Static method in class org.nuiton.jaxx.compiler.beans.BeanInfoUtil
- addJAXXObjectDescriptorField(JAXXCompiler, JavaFile) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- addJAXXObjectSupport(JAXXCompiler, CompiledObject, JavaFile) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- addListenerCode - Variable in class org.nuiton.jaxx.compiler.binding.DataListener
-
code of the add listener
- addLoggerSupport(JAXXCompiler, JavaFile, String) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- addMethod(JavaFile, JavaMethod, String...) - Method in class org.nuiton.jaxx.compiler.finalizers.AbstractFinalizer
-
Clones the given
fieldand adds it to thefileas a simple field using the methodJavaFile.addSimpleField(JavaField). - addMethod(JavaMethod) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- addOverrideGetterMethod(String, int, String, boolean) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- addParentValidator(Element, BeanValidatorHandler, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- addPreviousValuesField(JAXXCompiler, JavaFile, CompiledObject) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- addProfileTime(JAXXCompiler, String) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
-
Add a profile time for the given compiler and key.
- addProperty(String, String) - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Stores a property for this object.
- addProperty(String, String) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- addPropertyChangeSupport(CompiledObject, JavaFile) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- addProxyEventInfo(String, Class<?>) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Configures a proxy event handler which fires
PropertyChangeEventswhen a non-bound member is updated. - addProxyEventInfo(String, Class<?>, String) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Configures a proxy event handler which fires
PropertyChangeEventswhen a non-bound member is updated. - addProxyEventInfo(String, Class<?>, String, String, String) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- addProxyEventInfo(String, ClassDescriptor, String, String, String) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Configures a proxy event handler which fires
PropertyChangeEventswhen a non-bound member is updated. - addScriptField(FieldDescriptor) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- addScriptMethod(MethodDescriptor) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- addSimpleField(JavaField) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- addSimpleField(JavaField) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- addSimpleField(JavaFile, JavaField) - Method in class org.nuiton.jaxx.compiler.finalizers.AbstractFinalizer
-
Clones the given
methodand adds it to thefileas a simple method using the methodJavaFile.addMethod(JavaMethod). - addStartProfileTime(JAXXEngine, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tasks.JAXXEngineTask
- addTime(JAXXCompiler, String) - Method in class org.nuiton.jaxx.compiler.JAXXProfile
- addToAdditionCode(StringBuilder, boolean) - Method in class org.nuiton.jaxx.compiler.CompiledObject.ChildRef
- addUiClass(BeanValidatorHandler, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- addWarning(String) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
-
Add a warning to the engine.
- adjustBeginLineColumn(int, int) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustBeginLineColumn(int, int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
-
Method to adjust line and column numbers for the start of a token.
- AdjustBuffSize() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- AllocationExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- ANDASSIGN - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- AndExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- AnimationProperties() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- AnimationProperty() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- Annotation() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- AnnotationTypeBody() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- AnnotationTypeDeclaration(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- AnnotationTypeMemberDeclaration() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- appendAdditionCode(String) - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Appends code to the addition code block.
- appendBodyCode(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- appendInitializationCode(String) - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Appends code to the initialization code block.
- appendInitializerCode(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- appendInnerXML(String) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- appendLateInitializer(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- appendScriptCode(String) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- ApplicationHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- ApplicationHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.ApplicationHandler
- appliesTo(Rule, CompiledObject) - Static method in class org.nuiton.jaxx.compiler.css.StylesheetHelper
- appliesTo(Selector, CompiledObject) - Static method in class org.nuiton.jaxx.compiler.css.StylesheetHelper
- ApplyI18nKeysFileFinalizer - Class in org.nuiton.jaxx.compiler.finalizers
-
Created on 08/10/2020.
- ApplyI18nKeysFileFinalizer() - Constructor for class org.nuiton.jaxx.compiler.finalizers.ApplyI18nKeysFileFinalizer
- applyPseudoClass(String, Map<String, String>, CompiledObject, JAXXCompiler, int) - Static method in class org.nuiton.jaxx.compiler.css.StylesheetHelper
- applyStylesheets() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- applyStylesheets(CompiledObject, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- applyTo(CompiledObject, JAXXCompiler, Stylesheet, Stylesheet) - Static method in class org.nuiton.jaxx.compiler.css.StylesheetHelper
- ArgumentList() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- Arguments() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- ArrayDimsAndInits() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- ArrayInitializer() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- ASSERT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- AssertStatement() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- ASSIGN - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- AssignmentExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- AssignmentOperator() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- AT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- ATTRIBUTE_ANCHOR - Static variable in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
- ATTRIBUTE_BACKGROUND - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- ATTRIBUTE_COLUMNS - Static variable in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
- ATTRIBUTE_COLUMNS - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JTextComponentHandler
- ATTRIBUTE_DEFAULT_CLOSE_OPERATION - Static variable in class org.nuiton.jaxx.compiler.tags.swing.ApplicationHandler
- ATTRIBUTE_DISABLED_ICON - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- ATTRIBUTE_DISPLAYED_MNEMONIC_INDEX - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- ATTRIBUTE_ENABLED - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- ATTRIBUTE_FILL - Static variable in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
- ATTRIBUTE_FOREGROUND - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- ATTRIBUTE_ICON - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- ATTRIBUTE_ID - Static variable in class org.nuiton.jaxx.compiler.tags.swing.ItemHandler
- ATTRIBUTE_ID - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- ATTRIBUTE_INSETS - Static variable in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
- ATTRIBUTE_LINE_WRAP - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JTextComponentHandler
- ATTRIBUTE_LOOK_AND_FEEL - Static variable in class org.nuiton.jaxx.compiler.tags.swing.ApplicationHandler
- ATTRIBUTE_MNEMONIC - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- ATTRIBUTE_ORIENTATION - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JSplitPaneHandler
- ATTRIBUTE_ORIENTATION - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JToolBarHandler
- ATTRIBUTE_ORIENTATION - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JXLayerHandler
- ATTRIBUTE_PROPERTY - Static variable in class org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.ObjectHandler
- ATTRIBUTE_ROWS - Static variable in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
- ATTRIBUTE_TAB_COMPONENT - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabHandler
- ATTRIBUTE_TAB_COMPONENT - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- ATTRIBUTE_TEXT - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JTextComponentHandler
- ATTRIBUTE_TITLE - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- ATTRIBUTE_TOOL_TIP_TEXT - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- ATTRIBUTE_VALIDATOR_ID - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- ATTRIBUTE_VALUE - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JSliderHandler
- ATTRIBUTE_WEIGHTX - Static variable in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
- ATTRIBUTE_WEIGHTY - Static variable in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
- ATTRIBUTE_WRAP_STYLE_WORD - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JTextComponentHandler
- AUTO_FIELD_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- autoField - Variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- autoGenIds - Variable in class org.nuiton.jaxx.compiler.IDHelper
-
Counter by type
- autoUnsafeGenIds - Variable in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
-
Counter by unsafe type
B
- backup(int) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- backup(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- BANG - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- basedir - Variable in class org.nuiton.jaxx.compiler.JAXXCompilerFile
-
root directory of the source roots.
- baseDir - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Base directory used for path resolution (normally the directory in which the .jaxx file resides).
- bean - Variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- BEAN_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- BEAN_CLASS_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- BEAN_SCOPE_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- beanClass - Variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- beanDescriptor - Variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- BeanInfoUtil - Class in org.nuiton.jaxx.compiler.beans
- BeanInfoUtil() - Constructor for class org.nuiton.jaxx.compiler.beans.BeanInfoUtil
- BeanScope - Class in org.nuiton.jaxx.compiler
-
Represents a bean scope detected on a compiled object.
- BeanScope(String, CompiledObject) - Constructor for class org.nuiton.jaxx.compiler.BeanScope
- BeanValidatorHandler - Class in org.nuiton.jaxx.compiler.tags.validator
- BeanValidatorHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- BeanValidatorHandler.CompiledBeanValidator - Class in org.nuiton.jaxx.compiler.tags.validator
-
The compiled objet representing a BeanValidator to be generated in JAXXObject
- beginColumn - Variable in class org.nuiton.jaxx.compiler.css.parser.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- beginColumn - Variable in class org.nuiton.jaxx.compiler.java.parser.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- beginLine - Variable in class org.nuiton.jaxx.compiler.css.parser.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- beginLine - Variable in class org.nuiton.jaxx.compiler.java.parser.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- BeginToken() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- BeginToken() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- BINDING_SOURCES_FIELD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- bindingHelper - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Binding Util
- BINDINGS_FIELD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- bindingWriters - Variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- BIT_AND - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- BIT_OR - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- Block() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- BlockStatement() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- bodyCode - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Extra code to be added to the class body.
- BOOLEAN - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- BOOLEAN_GETTER_PATTERN - Static variable in class org.nuiton.jaxx.compiler.java.JavaFile
- BooleanLiteral() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- BORDER_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- BORDER_FACTORY_PREFIX - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- BORDER_LAYOUT_PREFIX - Static variable in class org.nuiton.jaxx.compiler.JAXXCompiler
- BORDER_LAYOUT_PREFIX - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- BoxedCompiledObjectDecorator - Class in org.nuiton.jaxx.compiler.decorators
-
A decorator to surround a compiled object (should be a component at least) with a JXLayer.
- BoxedCompiledObjectDecorator() - Constructor for class org.nuiton.jaxx.compiler.decorators.BoxedCompiledObjectDecorator
- BREAK - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- BreakStatement() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- bufcolumn - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- bufcolumn - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- buffer - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- buffer - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- bufline - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- bufline - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- bufpos - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- bufpos - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- BYTE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
C
- capitalize(String) - Static method in class org.nuiton.jaxx.compiler.beans.JAXXFeatureDescriptor
- CapturedObject - Class in org.nuiton.jaxx.compiler.tools.jaxxcapture
- CapturedObject(ObjectHandler, String, JAXXCapture) - Constructor for class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- CASE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- CastExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- CastLookahead() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- CATCH - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- CellHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- CellHandler() - Constructor for class org.nuiton.jaxx.compiler.tags.swing.CellHandler
- CHAR - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- CHARACTER_LITERAL - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- checkAllFilesCompiled(JAXXEngine) - Method in class org.nuiton.jaxx.compiler.tasks.JAXXEngineTask
-
Checks the engine does not have any more files to discover.
- checkBeanProperty(JAXXCompiler, String) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- checkConfiguration() - Static method in class org.nuiton.jaxx.compiler.JAXXFactory
- checkEngine() - Static method in class org.nuiton.jaxx.compiler.JAXXFactory
- checkJavaCode(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Verifies that a snippet of Java code parses correctly.
- checkJavaCode(String, boolean) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Verifies that a snippet of Java code parses correctly.
- checkOverride(CompiledObject) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- checkParse(String) - Method in class org.nuiton.jaxx.compiler.script.ScriptManager
- checkReference(Element, String, boolean, String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Check that a reference exists in symbol table on second compil pass
- checkSupportClass(Class<?>, ClassDescriptor, Class<?>...) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
- ChildRef(CompiledObject, String, String, String) - Constructor for class org.nuiton.jaxx.compiler.CompiledObject.ChildRef
- children - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- children - Variable in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- Class() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- CLASS - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- ClassDescriptor - Class in org.nuiton.jaxx.compiler.reflect
-
Mirrors the class
java.lang.Class. - ClassDescriptor(ClassDescriptorHelper.ResolverType, String, String, String, String[], boolean, boolean, String, JAXXObjectDescriptor, ClassLoader, MethodDescriptor[], MethodDescriptor[], FieldDescriptor[]) - Constructor for class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- ClassDescriptor(ClassDescriptorHelper.ResolverType, String, String, String, String[], boolean, boolean, String, JAXXObjectDescriptor, ClassLoader, MethodDescriptor[], MethodDescriptor[], FieldDescriptor[], FieldDescriptor[]) - Constructor for class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- ClassDescriptorHelper - Class in org.nuiton.jaxx.compiler.reflect
-
Mirrors the class
java.lang.ClassLoader. - ClassDescriptorHelper.ResolverType - Enum in org.nuiton.jaxx.compiler.reflect
-
Constants to define who load a
ClassDescriptor. - ClassDescriptorResolver - Class in org.nuiton.jaxx.compiler.reflect
-
Contract of a resolver of class descriptor.
- ClassDescriptorResolver(ClassDescriptorHelper.ResolverType) - Constructor for class org.nuiton.jaxx.compiler.reflect.ClassDescriptorResolver
- ClassDescriptorResolverFromJavaClass - Class in org.nuiton.jaxx.compiler.reflect.resolvers
-
To obtain a class descriptor from a java source file.
- ClassDescriptorResolverFromJavaClass() - Constructor for class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJavaClass
- ClassDescriptorResolverFromJavaFile - Class in org.nuiton.jaxx.compiler.reflect.resolvers
-
To obtain a class descriptor from a java source file.
- ClassDescriptorResolverFromJavaFile() - Constructor for class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJavaFile
- ClassDescriptorResolverFromJavaFile(boolean) - Constructor for class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJavaFile
- ClassDescriptorResolverFromJavaFile.JavaFileParser - Class in org.nuiton.jaxx.compiler.reflect.resolvers
- ClassDescriptorResolverFromJaxxFile - Class in org.nuiton.jaxx.compiler.reflect.resolvers
-
To obtain a class descriptor from a java source file.
- ClassDescriptorResolverFromJaxxFile() - Constructor for class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJaxxFile
- ClassDescriptorResolverFromJaxxFile.JaxxFileClassDescriptor - Class in org.nuiton.jaxx.compiler.reflect.resolvers
- classLoader - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
ClassLoader which searches the user-specified class path in addition to the normal class path
- ClassMap<T> - Class in org.nuiton.jaxx.compiler
-
A Map implementation which uses Classes as keys.
- ClassMap() - Constructor for class org.nuiton.jaxx.compiler.ClassMap
- className - Variable in class org.nuiton.jaxx.compiler.JAXXCompilerFile
-
full qualified name of the jaxx file class
- ClassOrInterfaceBody(boolean) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- ClassOrInterfaceBodyDeclaration(boolean) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- ClassOrInterfaceDeclaration(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- ClassOrInterfaceType() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- cleanConstructorParams(String) - Static method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- clear() - Method in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
- clear() - Method in class org.nuiton.jaxx.compiler.IDHelper
- clear() - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- clear() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- clear() - Method in class org.nuiton.jaxx.compiler.JAXXCompilerFile
- clear() - Method in class org.nuiton.jaxx.compiler.JAXXProfile.ProfileResult
- clear() - Method in class org.nuiton.jaxx.compiler.SymbolTable
- clearReports() - Method in class org.nuiton.jaxx.compiler.JAXXEngine
- cloneArgument(JavaArgument) - Static method in class org.nuiton.jaxx.compiler.java.JavaElementFactory
- cloneField(JavaField) - Static method in class org.nuiton.jaxx.compiler.java.JavaElementFactory
- cloneMethod(JavaMethod) - Static method in class org.nuiton.jaxx.compiler.java.JavaElementFactory
- closeComponent(CompiledObject) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- closeComponent(CompiledObject, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- closeComponent(CompiledObject, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JSpinnerHandler
- COLON - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- COLON - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- ColorConverter - Class in org.nuiton.jaxx.compiler.types
- ColorConverter() - Constructor for class org.nuiton.jaxx.compiler.types.ColorConverter
- column - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- column - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- COLUMN_HEADER_VIEW - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JScrollPaneHandler.JScrollPaneCompiledObject
- COMMA - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- compareTo(JavaField) - Method in class org.nuiton.jaxx.compiler.java.JavaField
- compareTo(JavaMethod) - Method in class org.nuiton.jaxx.compiler.java.JavaMethod
- CompilationUnit() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
-
************************************** THE JAVA LANGUAGE GRAMMAR STARTS HERE * ***************************************
- compile() - Method in class org.nuiton.jaxx.compiler.binding.DataSource
-
Compiles the data source expression and listener.
- compile(JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.binding.DataBinding
-
Compiles the data binding expression.
- compileChildrenFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Compiles the child tags of the current tag.
- compileChildrenFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
- compileChildrenFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.ItemHandler
- compileChildrenFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.RowHandler
- compileChildrenFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- compileChildrenSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Compiles the child tags of the current tag.
- compileChildrenSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
- compileChildrenSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.ItemHandler
- compileChildrenSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JAXXComboBoxHandler
- compileChildrenSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JAXXListHandler
- compileChildrenSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JAXXTreeHandler
- compileChildrenSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JComboBoxHandler
- compileChildrenSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JListHandler
- compileChildrenSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JTreeHandler
- compileChildrenSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.RowHandler
- compileChildrenSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- compileChildTagFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Compiles a child of the current tag.
- compileChildTagFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
- compileChildTagFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.ItemHandler
- compileChildTagFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.RowHandler
- compileChildTagFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- compileChildTagFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- compileChildTagSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Compiles a child of the current tag.
- compileChildTagSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
- compileChildTagSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.ItemHandler
- compileChildTagSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.RowHandler
- compileChildTagSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- CompiledBeanValidator(String, JAXXCompiler) - Constructor for class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- CompiledObject - Class in org.nuiton.jaxx.compiler
-
Represents an object in the
.javafile being generated during compilation. - CompiledObject(String, String, ClassDescriptor, JAXXCompiler, boolean) - Constructor for class org.nuiton.jaxx.compiler.CompiledObject
-
Creates a new
CompiledObject. - CompiledObject(String, ClassDescriptor, JAXXCompiler) - Constructor for class org.nuiton.jaxx.compiler.CompiledObject
-
Creates a new
CompiledObject. - CompiledObject(String, ClassDescriptor, JAXXCompiler, boolean) - Constructor for class org.nuiton.jaxx.compiler.CompiledObject
-
Creates a new
CompiledObject. - CompiledObject.ChildRef - Class in org.nuiton.jaxx.compiler
- CompiledObjectDecorator - Interface in org.nuiton.jaxx.compiler
-
Contract of compiled object decorator at generation time.
- CompiledSpinner(String, ClassDescriptor, JAXXCompiler) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JSpinnerHandler.CompiledSpinner
- CompiledTabbedPane(String, ClassDescriptor, JAXXCompiler) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JTabbedPaneHandler.CompiledTabbedPane
- CompiledTabbedTab(String, ClassDescriptor, JAXXCompiler) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.TabHandler.CompiledTabbedTab
- compileFirstPass() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- compileFirstPass(Element) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- compileFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- compileFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- compileFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.ImportHandler
- compileFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.ScriptHandler
- compileFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.StyleHandler
- compileFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
- compileFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.ItemHandler
- compileFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.RowHandler
- compileFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- compileFirstPass(Element, JAXXCompiler) - Method in interface org.nuiton.jaxx.compiler.tags.TagHandler
-
Performs the first pass of compilation on an XML tag from a JAXX source file.
- compileFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.ExcludeFieldValidatorHandler
- compileFirstPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.FieldValidatorHandler
- CompileFirstPassTask - Class in org.nuiton.jaxx.compiler.tasks
-
First compile pass task to validate jaxx files and look after dependencies.
- CompileFirstPassTask() - Constructor for class org.nuiton.jaxx.compiler.tasks.CompileFirstPassTask
- compilePseudoClass(String, CompiledObject, String, int, String, JAXXCompiler, boolean) - Static method in class org.nuiton.jaxx.compiler.css.StylesheetHelper
- compiler - Variable in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
-
Associated compiler
- compiler - Variable in class org.nuiton.jaxx.compiler.JAXXCompilerFile
-
compiler associated to the file
- CompilerConfiguration - Interface in org.nuiton.jaxx.compiler
-
Configuration of a compiler task.
- CompilerEntry(JAXXCompiler) - Constructor for class org.nuiton.jaxx.compiler.JAXXProfile.CompilerEntry
- CompilerException - Exception in org.nuiton.jaxx.compiler
-
Thrown by the compiler when an error occurs.
- CompilerException() - Constructor for exception org.nuiton.jaxx.compiler.CompilerException
-
Creates a new
ParseException. - CompilerException(String) - Constructor for exception org.nuiton.jaxx.compiler.CompilerException
-
Creates a new
ParseExceptionwith the specified detail message. - CompilerException(String, Throwable) - Constructor for exception org.nuiton.jaxx.compiler.CompilerException
-
Creates a new
ParseExceptionwith the specified detail message and cause. - CompilerException(Throwable) - Constructor for exception org.nuiton.jaxx.compiler.CompilerException
-
Creates a new
ParseExceptionwith the specified cause. - compileSecondPass() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- compileSecondPass(Element) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- compileSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- compileSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- compileSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.ImportHandler
- compileSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.ScriptHandler
- compileSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.StyleHandler
- compileSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
- compileSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.ItemHandler
- compileSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JWindowHandler
- compileSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.RowHandler
- compileSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.TabHandler
- compileSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- compileSecondPass(Element, JAXXCompiler) - Method in interface org.nuiton.jaxx.compiler.tags.TagHandler
-
Performs the second pass of compilation on an XML tag from a JAXX source file.
- compileSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- compileSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.ExcludeFieldValidatorHandler
- compileSecondPass(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.FieldValidatorHandler
- CompileSecondPassTask - Class in org.nuiton.jaxx.compiler.tasks
-
Task to execute the Second round of compile.
- CompileSecondPassTask() - Constructor for class org.nuiton.jaxx.compiler.tasks.CompileSecondPassTask
- compilingFiles - Variable in class org.nuiton.jaxx.compiler.JAXXEngine
-
Files to compile
- COMPONENT_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.validator.ExcludeFieldValidatorHandler
- COMPONENT_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.validator.FieldValidatorHandler
- computeI18nProperty(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- computeI18nProperty(CompiledObject) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- computeI18nProperty(CompiledObject, String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- computeProfileReport() - Method in class org.nuiton.jaxx.compiler.JAXXProfile
- ConditionalAndExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- ConditionalExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- ConditionalOrExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- configuration - Variable in class org.nuiton.jaxx.compiler.JAXXEngine
-
configuration of the launchor and underlines compilers
- configuration - Static variable in class org.nuiton.jaxx.compiler.JAXXFactory
-
shared instance of configuration *
- configureProxyEventInfo() - Method in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- configureProxyEventInfo() - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Configures the event handling for members which do not fire
PropertyChangeEventwhen modified. - configureProxyEventInfo() - Method in class org.nuiton.jaxx.compiler.tags.swing.JAXXComboBoxHandler
- configureProxyEventInfo() - Method in class org.nuiton.jaxx.compiler.tags.swing.JAXXListHandler
- configureProxyEventInfo() - Method in class org.nuiton.jaxx.compiler.tags.swing.JAXXTreeHandler
- configureProxyEventInfo() - Method in class org.nuiton.jaxx.compiler.tags.swing.JCheckBoxHandler
- configureProxyEventInfo() - Method in class org.nuiton.jaxx.compiler.tags.swing.JComboBoxHandler
- configureProxyEventInfo() - Method in class org.nuiton.jaxx.compiler.tags.swing.JListHandler
- configureProxyEventInfo() - Method in class org.nuiton.jaxx.compiler.tags.swing.JMenuHandler
- configureProxyEventInfo() - Method in class org.nuiton.jaxx.compiler.tags.swing.JPasswordFieldHandler
- configureProxyEventInfo() - Method in class org.nuiton.jaxx.compiler.tags.swing.JProgressBarHandler
- configureProxyEventInfo() - Method in class org.nuiton.jaxx.compiler.tags.swing.JRadioButtonHandler
- configureProxyEventInfo() - Method in class org.nuiton.jaxx.compiler.tags.swing.JSliderHandler
- configureProxyEventInfo() - Method in class org.nuiton.jaxx.compiler.tags.swing.JSpinnerHandler
- configureProxyEventInfo() - Method in class org.nuiton.jaxx.compiler.tags.swing.JTabbedPaneHandler
- configureProxyEventInfo() - Method in class org.nuiton.jaxx.compiler.tags.swing.JTextComponentHandler
- configureProxyEventInfo() - Method in class org.nuiton.jaxx.compiler.tags.swing.JTreeHandler
- CONST - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- constantId - Variable in class org.nuiton.jaxx.compiler.binding.DataBinding
-
Constant id build from the
DataBinding.realIdand used instead ofDataBinding.realIdin generated code - constantId - Variable in class org.nuiton.jaxx.compiler.binding.DataSource
-
Constant id
- constantValue(String, String) - Method in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
-
Maps string values onto integers, so that int-valued enumeration properties can be specified by strings.
- constantValue(String, String) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Maps string values onto integers, so that int-valued enumeration properties can be specified by strings.
- constantValue(String, String) - Method in class org.nuiton.jaxx.compiler.tags.swing.JSplitPaneHandler
-
Add support for
orientation="vertical"andorientation="horizontal". - constantValue(String, String) - Method in class org.nuiton.jaxx.compiler.tags.swing.JToolBarHandler
-
Add support for
orientation="vertical"andorientation="horizontal". - CONSTRAINTS_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- CONSTRUCTOR_PARAMS_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- ConstructorDeclaration() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- constructors - org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- consumeCompiler(JAXXCompiler, JavaFileGenerator) - Method in class org.nuiton.jaxx.compiler.tasks.GenerateTask
- CONTAINER_DELEGATE_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- containsExcludeFieldEditor(String) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- containsExcludeFieldPropertyName(String) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- containsFieldEditor(String) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- containsFieldPropertyName(String) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- containsJaxxFileClassName(String) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
- context - Variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- CONTEXT_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- ContextNode - Interface in org.nuiton.jaxx.compiler.tools.jaxxcapture
- CONTINUE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- ContinueStatement() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- convertFromString(String, Class<?>) - Method in class org.nuiton.jaxx.compiler.types.ColorConverter
- convertFromString(String, Class<?>) - Method in class org.nuiton.jaxx.compiler.types.GridBagConstraintsConverter
- convertFromString(String, Class<?>) - Method in class org.nuiton.jaxx.compiler.types.InsetsConverter
- convertFromString(String, Class<?>) - Method in class org.nuiton.jaxx.compiler.types.KeyStrokeConverter
- convertFromString(String, Class<?>) - Method in class org.nuiton.jaxx.compiler.types.PrimitiveConverter
- convertFromString(String, Class<?>) - Method in interface org.nuiton.jaxx.compiler.types.TypeConverter
- convertFromString(String, Class<?>) - Static method in class org.nuiton.jaxx.compiler.types.TypeManager
- convertFromString(String, String, Class<?>) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
As
TypeManager.convertFromString(String, Class), except that it additionally supports constant names forint-valued types. - convertVariableNameToConstantName(String) - Static method in class org.nuiton.jaxx.compiler.types.TypeManager
-
Convertit un nom de variable en nom de constante.
- createApplyDataBindingMethod() - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- createCapturedObject(String, JAXXCapture) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.ObjectHandler
- createCapturedObject(String, JAXXCapture) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.TableHandler
- createCompiledObject(String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Creates the
CompiledObjectwhich will represent the object created by thisTagHandler. - createCompiledObject(String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JAXXComboBoxHandler
- createCompiledObject(String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JAXXListHandler
- createCompiledObject(String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JAXXTreeHandler
- createCompiledObject(String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JInternalFrameHandler
- createCompiledObject(String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JScrollPaneHandler
- createCompiledObject(String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JSpinnerHandler
- createCompiledObject(String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JSplitPaneHandler
- createCompiledObject(String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JTabbedPaneHandler
- createCompiledObject(String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JWindowHandler
- createCompiledObject(String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JXLayerHandler
- createCompiledObject(String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.TabHandler
- createCompiledObject(String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.TableHandler
- createCompiledObject(String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- createCompiledObject(String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- createCompleteSetupMethod(JAXXCompiler, CompiledObject, JavaFile) - Method in interface org.nuiton.jaxx.compiler.CompiledObjectDecorator
-
Obtain the setup code of the given
objectfrom thecompilerto be inject in the generated method$completeSetup. - createCompleteSetupMethod(JAXXCompiler, CompiledObject, JavaFile) - Method in class org.nuiton.jaxx.compiler.decorators.DefaultCompiledObjectDecorator
- createFieldDescriptor(Field, ClassLoader) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
- createInitializer(JAXXCompiler, CompiledObject, CompiledObject, StringBuilder, boolean) - Method in interface org.nuiton.jaxx.compiler.CompiledObjectDecorator
-
Create the initializer code for the given compiled
objectand inject it in thecode. - createInitializer(JAXXCompiler, CompiledObject, CompiledObject, StringBuilder, boolean) - Method in class org.nuiton.jaxx.compiler.decorators.DefaultCompiledObjectDecorator
- createMethod - org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- createMethodDescriptor(Constructor<?>, ClassLoader) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
- createMethodDescriptor(Method, ClassLoader) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
- createProcessDataBindingMethod() - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- createRemoveDataBindingMethod() - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- cssExtension - Variable in class org.nuiton.jaxx.compiler.JAXXCompilerFile
-
Css file extension.
- cssFile - Variable in class org.nuiton.jaxx.compiler.JAXXCompilerFile
-
location of the ident css file
- CSSParser - Class in org.nuiton.jaxx.compiler.css.parser
- CSSParser(InputStream) - Constructor for class org.nuiton.jaxx.compiler.css.parser.CSSParser
- CSSParser(InputStream, String) - Constructor for class org.nuiton.jaxx.compiler.css.parser.CSSParser
- CSSParser(Reader) - Constructor for class org.nuiton.jaxx.compiler.css.parser.CSSParser
- CSSParser(CSSParserTokenManager) - Constructor for class org.nuiton.jaxx.compiler.css.parser.CSSParser
- CSSParserConstants - Interface in org.nuiton.jaxx.compiler.css.parser
- CSSParserTokenManager - Class in org.nuiton.jaxx.compiler.css.parser
- CSSParserTokenManager(SimpleCharStream) - Constructor for class org.nuiton.jaxx.compiler.css.parser.CSSParserTokenManager
- CSSParserTokenManager(SimpleCharStream, int) - Constructor for class org.nuiton.jaxx.compiler.css.parser.CSSParserTokenManager
- CSSParserTreeConstants - Interface in org.nuiton.jaxx.compiler.css.parser
- curChar - Variable in class org.nuiton.jaxx.compiler.css.parser.CSSParserTokenManager
- curChar - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaParserTokenManager
- currentTask - Variable in class org.nuiton.jaxx.compiler.JAXXEngine
-
current pass of the engine
- currentToken - Variable in exception org.nuiton.jaxx.compiler.java.parser.ParseException
-
This is the last token that has been consumed successfully.
D
- DataBinding - Class in org.nuiton.jaxx.compiler.binding
-
Represents a data binding in a JAXX file.
- DataBinding(String, String, String, boolean) - Constructor for class org.nuiton.jaxx.compiler.binding.DataBinding
-
Creates a new data binding.
- DataBindingHelper - Class in org.nuiton.jaxx.compiler.binding
-
Helper to be used by compiler to treate data bindings.
- DataBindingHelper(JAXXCompiler) - Constructor for class org.nuiton.jaxx.compiler.binding.DataBindingHelper
- dataBindings - Variable in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
-
Registred data binding for the compiler, then after the invocation of method
DataBindingHelper.finalizeBindings()only the real data bindings, the simple bindings will be moved toDataBindingHelper.simpleBindings. - DataListener - Class in org.nuiton.jaxx.compiler.binding
-
Created: 5 déc. 2009
- DataListener(String, String, String, String) - Constructor for class org.nuiton.jaxx.compiler.binding.DataListener
- dataSource - Variable in class org.nuiton.jaxx.compiler.binding.DataBinding
-
Compiled data source
- DataSource - Class in org.nuiton.jaxx.compiler.binding
-
Represents a Java expression which fires a
PropertyChangeEventwhen it can be determined that its value may have changed. - DataSource(String, String, String, JAXXCompiler, List<JavaMethod>) - Constructor for class org.nuiton.jaxx.compiler.binding.DataSource
-
Creates a new data source.
- debugStream - Variable in class org.nuiton.jaxx.compiler.css.parser.CSSParserTokenManager
- debugStream - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaParserTokenManager
- DECIMAL_EXPONENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- DECIMAL_FLOATING_POINT_LITERAL - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- DECIMAL_LITERAL - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- DECIMAL_LITERAL - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- Declaration() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- declaredFieldDescriptors - Variable in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- DECORATOR_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- decorators - Variable in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
-
decorators available in engine
- DECR - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- DEFAULT - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- DEFAULT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- DEFAULT_CSS_EXTENSION - Static variable in interface org.nuiton.jaxx.compiler.CompilerConfiguration
-
Default css file extension.
- DEFAULT_INSETS - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TableHandler
- DefaultCompiledObjectDecorator - Class in org.nuiton.jaxx.compiler.decorators
-
The default decorator to use on all compiled objects.
- DefaultCompiledObjectDecorator() - Constructor for class org.nuiton.jaxx.compiler.decorators.DefaultCompiledObjectDecorator
- DefaultCompilerConfiguration - Class in org.nuiton.jaxx.compiler
-
Options of the
JAXXCompilerandJAXXEngine. - DefaultCompilerConfiguration() - Constructor for class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- DefaultComponentHandler - Class in org.nuiton.jaxx.compiler.tags
- DefaultComponentHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- defaultConfiguration - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
- defaultDecorator - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
default decorator to use if none specified
- DefaultFinalizer - Class in org.nuiton.jaxx.compiler.finalizers
-
This class is a refactoring of the
JAXXCompiler. - DefaultFinalizer() - Constructor for class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- DefaultInitializer - Class in org.nuiton.jaxx.compiler.spi
-
Initializes support provided from JAXX (java, swing and validation).
- DefaultInitializer() - Constructor for class org.nuiton.jaxx.compiler.spi.DefaultInitializer
- DefaultJAXXBindingWriter - Class in org.nuiton.jaxx.compiler.binding.writers
-
Created: 5 déc. 2009
- DefaultJAXXBindingWriter() - Constructor for class org.nuiton.jaxx.compiler.binding.writers.DefaultJAXXBindingWriter
- DefaultObjectHandler - Class in org.nuiton.jaxx.compiler.tags
-
Default handler for class tags.
- DefaultObjectHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Creates a new
DefaultObjectHandlerwhich provides support for the specified class. - DefaultObjectHandler.ProxyEventInfo - Class in org.nuiton.jaxx.compiler.tags
-
Encapsulates information about a "proxy event handler", which is an event handler that fires PropertyChangeEvents when it is triggered.
- DefaultValue() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- deselected - org.nuiton.jaxx.compiler.css.StylesheetHelper.PseudoClassEnum
- DetectI18nKeyFilesFinalizer - Class in org.nuiton.jaxx.compiler.finalizers
-
Created on 08/10/2020.
- DetectI18nKeyFilesFinalizer() - Constructor for class org.nuiton.jaxx.compiler.finalizers.DetectI18nKeyFilesFinalizer
- detectIdentCommonStyleSheetFile() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- detectIdentStyleSheetFile() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- DIGIT - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- disable_tracing() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- disable_tracing() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- disabled - org.nuiton.jaxx.compiler.css.StylesheetHelper.PseudoClassEnum
- DISPLAYED_MNEMONIC_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- DISPLAYED_MNEMONIC_INDEX_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- DO - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- document - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Parsed XML of src file.
- Done() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- Done() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- doParse(String, Reader) - Method in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJavaFile.JavaFileParser
- DoStatement() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- DOT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- DOUBLE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- dump(String) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- dump(String) - Method in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- dumpMethods(BufferedWriter, ClassDescriptor, DefaultObjectHandler) - Static method in class org.nuiton.jaxx.compiler.tools.PrintTagInfo
E
- ELLIPSIS - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- ELSE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- EMPTY_FIELD_DESCRIPTORS_ARRAY - Static variable in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- EmptyStatement() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- EMS - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- enable_tracing() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- enable_tracing() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- enabled - org.nuiton.jaxx.compiler.css.StylesheetHelper.PseudoClassEnum
- endColumn - Variable in class org.nuiton.jaxx.compiler.css.parser.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- endColumn - Variable in class org.nuiton.jaxx.compiler.java.parser.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- endLine - Variable in class org.nuiton.jaxx.compiler.css.parser.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- endLine - Variable in class org.nuiton.jaxx.compiler.java.parser.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- engine - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
engine which references this compiler (can be null if compiler is standalone)
- engine - Static variable in class org.nuiton.jaxx.compiler.JAXXFactory
-
shared instance of engine.
- ENUM - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- EnumBody() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- EnumConstant() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- EnumDeclaration(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- EOF - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- EOF - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- eol - Variable in class org.nuiton.jaxx.compiler.java.JavaFileGenerator
-
End of line
- eol - Variable in exception org.nuiton.jaxx.compiler.java.parser.ParseException
-
The end of line string for this machine.
- EQ - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- EqualityExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- equals(Object) - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- ERROR_LIST_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- ERROR_LIST_DEFAULT - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- ERROR_LIST_MODEL_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- ERROR_LIST_MODEL_DEFAULT - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- ERROR_TABLE_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- ERROR_TABLE_DEFAULT - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- ERROR_TABLE_MODEL_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- ERROR_TABLE_MODEL_DEFAULT - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- errorList - Variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- errorListModel - Variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- errors - Variable in class org.nuiton.jaxx.compiler.JAXXEngine
-
Errors detected while running.
- errorTable - Variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- errorTableModel - Variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- escapeJavaString(String) - Static method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Escapes a string using standard Java escape sequences, generally in preparation to including it in a string literal in a compiled Java file.
- evaluate(Element, Stack<ContextNode>, JAXXCapture) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.ObjectHandler
- evaluateAdd(CapturedObject, CapturedObject, ContextNode) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.ObjectHandler
- evaluateMethod(Element, Stack<ContextNode>, JAXXCapture) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.JTabbedPaneHandler
- evaluateMethod(Element, Stack<ContextNode>, JAXXCapture) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.ObjectHandler
- evaluateProperty(Element, Stack<ContextNode>, JAXXCapture) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.ObjectHandler
- EventHandler - Class in org.nuiton.jaxx.compiler
- EventHandler(String, String, MethodDescriptor, ClassDescriptor, MethodDescriptor, String) - Constructor for class org.nuiton.jaxx.compiler.EventHandler
- eventHandlerMethodNames - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Map of event handler method names used in compiler
- eventHandlers - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Maps objects (expressed in Java code) to event listener classes (e.g.
- events - org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- EXCLUDE_SWING_PROPERTY_NAMES - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
-
Will never add validator field on this.
- excludeFields - Variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
-
Map of field to exclude.
- ExcludeFieldValidatorHandler - Class in org.nuiton.jaxx.compiler.tags.validator
- ExcludeFieldValidatorHandler() - Constructor for class org.nuiton.jaxx.compiler.tags.validator.ExcludeFieldValidatorHandler
- ExclusiveOrExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- ExpandBuff(boolean) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- ExpandBuff(boolean) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- expectedTokenSequences - Variable in exception org.nuiton.jaxx.compiler.java.parser.ParseException
-
Each entry in this array is an array of integers.
- ExplicitConstructorInvocation() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- Expression() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- Expression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- EXS - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- EXTENDS - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- ExtendsList(boolean) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- extraImports - Variable in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
-
list of fqn of class to import for all generated jaxx files
F
- failed - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
flag to detect if an error occurs while compiling jaxx file
- FALSE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- FIELD_NAME_$ACTIVE_BINDINGS - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- FIELD_NAME_$BINDING_SOURCES - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- FIELD_NAME_$BINDINGS - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- FIELD_NAME_$JAXX_OBJECT_DESCRIPTOR - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- FIELD_NAME_$OBJECT_MAP - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- FIELD_NAME_$PREVIOUS_VALUES - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- FIELD_NAME_$PROPERTY_CHANGE_SUPPORT - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- FIELD_NAME_DELEGATE_CONTEXT - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- FIELD_NAME_SERIAL_VERSION_UID - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- FieldDeclaration(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- FieldDescriptor - Class in org.nuiton.jaxx.compiler.reflect
-
Mirrors the class
java.lang.ref.Field. - FieldDescriptor(String, int, String, ClassLoader) - Constructor for class org.nuiton.jaxx.compiler.reflect.FieldDescriptor
- fields - Variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
-
Map of field to add into validator.
- FieldValidatorHandler - Class in org.nuiton.jaxx.compiler.tags.validator
- FieldValidatorHandler() - Constructor for class org.nuiton.jaxx.compiler.tags.validator.FieldValidatorHandler
- FillBuff() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- FillBuff() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- FINAL - Static variable in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- FINAL - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- finalizeBindings() - Method in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
-
Compile all binding discovered previously.
- finalizeCompiler() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- finalizeCompiler(CompiledObject, JAXXCompiler, JavaFile, String, String) - Method in class org.nuiton.jaxx.compiler.finalizers.ApplyI18nKeysFileFinalizer
- finalizeCompiler(CompiledObject, JAXXCompiler, JavaFile, String, String) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- finalizeCompiler(CompiledObject, JAXXCompiler, JavaFile, String, String) - Method in class org.nuiton.jaxx.compiler.finalizers.DetectI18nKeyFilesFinalizer
- finalizeCompiler(CompiledObject, JAXXCompiler, JavaFile, String, String) - Method in interface org.nuiton.jaxx.compiler.finalizers.JAXXCompilerFinalizer
-
Finalize compiler for a given compiler on the finalizer pass before any generation.
- finalizeCompiler(CompiledObject, JAXXCompiler, JavaFile, String, String) - Method in class org.nuiton.jaxx.compiler.finalizers.SwingFinalizer
- finalizeCompiler(CompiledObject, JAXXCompiler, JavaFile, String, String) - Method in class org.nuiton.jaxx.compiler.finalizers.ValidatorFinalizer
- finalizeCompiler(JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.CompiledObject
- finalizeCompiler(JAXXCompiler, CompiledObject, CompiledObject, JavaFile, String, String, String) - Method in interface org.nuiton.jaxx.compiler.CompiledObjectDecorator
-
Finalize the given compiled object before any generation in the
file. - finalizeCompiler(JAXXCompiler, CompiledObject, CompiledObject, JavaFile, String, String, String) - Method in class org.nuiton.jaxx.compiler.decorators.BoxedCompiledObjectDecorator
- finalizeCompiler(JAXXCompiler, CompiledObject, CompiledObject, JavaFile, String, String, String) - Method in class org.nuiton.jaxx.compiler.decorators.DefaultCompiledObjectDecorator
- finalizers - Variable in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
-
finalizers available in engine
- FinalizeTask - Class in org.nuiton.jaxx.compiler.tasks
-
Task to execute after stylesheet tasks and juste before generation task.
- FinalizeTask() - Constructor for class org.nuiton.jaxx.compiler.tasks.FinalizeTask
- FINALLY - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- FIRE_PROPERTY_CHANGE_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- FIRE_PROPERTY_CHANGE_NAMED_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- firstPassClassTagHandler - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
The unique object handler used in first pass
- firstToken - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- firstToken - Variable in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- FLOAT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- FLOATING_POINT_LITERAL - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- flushI18nGetterFile() - Method in class org.nuiton.jaxx.compiler.JAXXEngine
- focused - org.nuiton.jaxx.compiler.css.StylesheetHelper.PseudoClassEnum
- FONT_FACE_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- FONT_SIZE_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- FONT_STYLE_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- FONT_WEIGHT_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- FOR - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- FORCE_OVERRIDE_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- ForInit() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- FORMAL_COMMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- FormalParameter() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- FormalParameters() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- ForStatement() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- ForUpdate() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- foundBean() - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
G
- GE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- generate(JavaFileGenerator) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- generateAnnotations(JavaElement, StringBuilder, String) - Method in class org.nuiton.jaxx.compiler.java.JavaFileGenerator
- generateArgument(JavaArgument) - Method in class org.nuiton.jaxx.compiler.java.JavaFileGenerator
- generateClass(JavaFile) - Method in class org.nuiton.jaxx.compiler.java.JavaFileGenerator
- generateConstructor(JavaConstructor) - Method in class org.nuiton.jaxx.compiler.java.JavaFileGenerator
- GenerateConstructorsTask - Class in org.nuiton.jaxx.compiler.tasks
-
Task to execute just after finalize task to create all constructors for any compiler.
- GenerateConstructorsTask() - Constructor for class org.nuiton.jaxx.compiler.tasks.GenerateConstructorsTask
- generateField(JavaField) - Method in class org.nuiton.jaxx.compiler.java.JavaFileGenerator
- generateFile(JavaFile, PrintWriter) - Method in class org.nuiton.jaxx.compiler.java.JavaFileGenerator
- generateI18nJavaFile(Path) - Method in class org.nuiton.jaxx.compiler.finalizers.I18nKeysFileModel
- generateImport(String) - Method in class org.nuiton.jaxx.compiler.java.JavaFileGenerator
- generateImports(JavaFile, PrintWriter) - Method in class org.nuiton.jaxx.compiler.java.JavaFileGenerator
- generateMethod(JavaMethod) - Method in class org.nuiton.jaxx.compiler.java.JavaFileGenerator
- GenerateMissingRulesTask - Class in org.nuiton.jaxx.compiler.tasks
-
Last task to generate java files.
- GenerateMissingRulesTask() - Constructor for class org.nuiton.jaxx.compiler.tasks.GenerateMissingRulesTask
- generateParseException() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- generateParseException() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- GenerateTask - Class in org.nuiton.jaxx.compiler.tasks
-
Last task to generate java files.
- GenerateTask() - Constructor for class org.nuiton.jaxx.compiler.tasks.GenerateTask
- GENERIC_TYPE_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- get(Object) - Method in class org.nuiton.jaxx.compiler.ClassMap
-
Returns the value associated with the key
Class. - GET_CONTEXT_VALUE_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- GET_CONTEXT_VALUE_NAMED_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- GET_DATA_BINDING_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- GET_DATA_BINDINGS_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- GET_JAXX_OBJECT_DESCRIPTOR_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- GET_OBJECT_BY_ID_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- GET_PARENT_CONTAINER_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- GET_PARENT_CONTAINER_MORE_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- GET_PROPERTY_CHANGE_SUPPORT_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- getAdditionalData() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- getAdditionalData(String) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- getAdditionCode() - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Returns Java code to complete final setup on this object.
- getAdditionMethodName() - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Returns the name of the method that should be generated in the compiled
.javafile in order to add children to this object. - getAddListenerCode() - Method in class org.nuiton.jaxx.compiler.binding.DataListener
- getAddListenerMethod() - Method in class org.nuiton.jaxx.compiler.beans.JAXXEventSetDescriptor
- getAddMemberListenerCode(DefaultObjectHandler, String, String, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.binding.DataSource
-
Returns a snippet of Java code which will cause a
PropertyChangeListenerto be notified when the member's value changes. - getAddMethod() - Method in class org.nuiton.jaxx.compiler.EventHandler
- getAddMethod() - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler.ProxyEventInfo
- getAddMouseListenerMethod(CompiledObject) - Static method in class org.nuiton.jaxx.compiler.css.StylesheetHelper
- getAnnotations() - Method in class org.nuiton.jaxx.compiler.java.JavaElement
- getApplicableProperties(Stylesheet, CompiledObject) - Static method in class org.nuiton.jaxx.compiler.css.StylesheetHelper
- getApplicablePseudoClasses(Stylesheet, CompiledObject) - Static method in class org.nuiton.jaxx.compiler.css.StylesheetHelper
- getArguments() - Method in class org.nuiton.jaxx.compiler.java.JavaConstructor
-
Returns a list of the method's arguments.
- getArguments() - Method in class org.nuiton.jaxx.compiler.java.JavaMethod
-
Returns a list of the method's arguments.
- getArguments() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.AbstractContextNode
- getArguments() - Method in interface org.nuiton.jaxx.compiler.tools.jaxxcapture.ContextNode
- getAssignment() - Method in class org.nuiton.jaxx.compiler.binding.DataBinding
- getAssignment(JAXXCompiler, Set<String>) - Method in class org.nuiton.jaxx.compiler.binding.DataBinding
- getAttributeComparator() - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Returns a
Comparatorwhich defines the ordering in which the tag's attributes should be processed. - getAttributeOrdering(Attr) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Returns the priority with which a particular attribute should be processed.
- getAttributeOrdering(Attr) - Method in class org.nuiton.jaxx.compiler.tags.swing.JSliderHandler
- getAttributeOrdering(Attr) - Method in class org.nuiton.jaxx.compiler.tags.swing.JTextComponentHandler
- getAutoField() - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- getAutoId(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getBasedir() - Method in class org.nuiton.jaxx.compiler.JAXXCompilerFile
- getBaseDir() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getBean() - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- getBeanClass() - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- getBeanClass() - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- getBeanDescriptor(JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- getBeanScope() - Method in class org.nuiton.jaxx.compiler.BeanScope
- getBeanScope() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- getBeanScope() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getBeginColumn() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- getBeginColumn() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- getBeginLine() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- getBeginLine() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- getBindingHelper() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getBody() - Method in class org.nuiton.jaxx.compiler.java.JavaConstructor
- getBody() - Method in class org.nuiton.jaxx.compiler.java.JavaMethod
- getBodyCode() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getCanonicalName(Class<?>) - Static method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getCanonicalName(CompiledObject) - Static method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getCanonicalName(ClassDescriptor) - Static method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getCapturedObjects() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.JAXXCapture
- getChild() - Method in class org.nuiton.jaxx.compiler.CompiledObject.ChildRef
- getChild(int) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- getChild(int) - Method in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- getChildJavaCode() - Method in class org.nuiton.jaxx.compiler.CompiledObject.ChildRef
- getChildren() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- getChilds() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- getChildXML(CapturedObject, JAXXCapture) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.ObjectHandler
- getClass(String, ClassLoader) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
- getClassDescriptor() - Method in class org.nuiton.jaxx.compiler.beans.JAXXFeatureDescriptor
- getClassDescriptor(Class<?>) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
- getClassDescriptor(String) - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getClassDescriptor(String) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
- getClassDescriptor(String, ClassLoader) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
- getClassDescriptor0(ClassDescriptorHelper.ResolverType, String, URL, ClassLoader) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
- getClassLoader() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- getClassLoader() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- getClassLoader() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Returns a
ClassLoaderwhich searches the user-specified class path in addition to the normal system class path. - getClassLoader() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getClassLoader() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorResolver
- getClassLoader() - Method in class org.nuiton.jaxx.compiler.reflect.MemberDescriptor
- getClassLoader() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.JAXXCapture
- getClassName() - Method in class org.nuiton.jaxx.compiler.JAXXCompilerFile
- getClassName() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- getClassTagIds() - Method in class org.nuiton.jaxx.compiler.SymbolTable
- getClientProperties() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- getClientProperty(String) - Method in class org.nuiton.jaxx.compiler.CompiledObject
- getCode() - Method in enum org.nuiton.jaxx.compiler.css.StylesheetHelper.PseudoClassEnum
- getColumn() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
-
Deprecated.
- getColumn() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
-
Deprecated.
- getColumn() - Method in exception org.nuiton.jaxx.compiler.java.parser.ParseException
- getCommonCss() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- getCommonCss() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- getCompiledFiles() - Method in class org.nuiton.jaxx.compiler.JAXXEngine
- getCompiledObject() - Method in class org.nuiton.jaxx.compiler.BeanScope
- getCompiledObject(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getCompiler() - Method in class org.nuiton.jaxx.compiler.JAXXCompilerFile
- getCompiler(int) - Method in class org.nuiton.jaxx.compiler.JAXXProfile
- getCompiler(Long) - Method in class org.nuiton.jaxx.compiler.JAXXProfile.ProfileResult
- getCompilerClass() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- getCompilerClass() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- getComponentType() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getConfiguration() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getConfiguration() - Method in class org.nuiton.jaxx.compiler.JAXXEngine
- getConstantId() - Method in class org.nuiton.jaxx.compiler.binding.DataBinding
- getConstraints() - Method in class org.nuiton.jaxx.compiler.CompiledObject.ChildRef
- getConstraints(CapturedObject) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- getConstructorDescriptors() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getConstructorParams() - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Returns a list of comma-separated Java code snippets that represent the parameters to pass to this object's constructor.
- getConstructorParams(DataBinding, DataListener[]) - Method in class org.nuiton.jaxx.compiler.binding.writers.AbstractJAXXBindingWriter
- getConstructorParams(DataBinding, DataListener[]) - Method in class org.nuiton.jaxx.compiler.binding.writers.DefaultJAXXBindingWriter
- getConstructorParams(DataBinding, DataListener[]) - Method in class org.nuiton.jaxx.compiler.binding.writers.SimpleJAXXObjectBindingWriter
- getConstructors() - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- getContainerDelegate() - Method in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- getContext() - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- getConverters() - Static method in class org.nuiton.jaxx.compiler.types.TypeManager
- getCreationCode(JAXXCompiler, CompiledObject) - Method in interface org.nuiton.jaxx.compiler.CompiledObjectDecorator
-
Obtain the creation code of the given
objectfrom thecompilerto inject in generate method$initializeorcreateXXXin not inline. - getCreationCode(JAXXCompiler, CompiledObject) - Method in class org.nuiton.jaxx.compiler.decorators.DefaultCompiledObjectDecorator
- getCreationMethodName() - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Returns the name of the method that should be generated in the compiled
.javafile in order to create this object. - getCssExtension() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- getCssExtension() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- getCssFile() - Method in class org.nuiton.jaxx.compiler.JAXXCompilerFile
- getDataBindings() - Method in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
- getDeclaredConstructorPrototypes(JAXXCompiler, JavaFile) - Method in class org.nuiton.jaxx.compiler.tasks.GenerateConstructorsTask
- getDeclaredFieldDescriptor(String) - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getDeclaredFieldDescriptor(String) - Method in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJaxxFile.JaxxFileClassDescriptor
- getDeclaredFieldDescriptors() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getDeclaredMethodDescriptor(String, ClassDescriptor...) - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getDeclaredMethodDescriptor(String, ClassDescriptor...) - Method in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJaxxFile.JaxxFileClassDescriptor
- getDecorator() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- getDecorator(Class<?>) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
-
Obtain the decorator of the given type.
- getDecorator(String) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
-
Obtain the decorator of the given name.
- getDecorators() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- getDecorators() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- getDefaultDecoratorClass() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- getDefaultDecoratorClass() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- getDefaultErrorUI() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- getDefaultErrorUI() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- getDelegateCode() - Method in class org.nuiton.jaxx.compiler.CompiledObject.ChildRef
- getDelta(String, String) - Method in class org.nuiton.jaxx.compiler.JAXXProfile
- getDescriptorResolvers() - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
- getEncoding() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- getEncoding() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- getEndColumn() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- getEndColumn() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- getEndLine() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- getEndLine() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- getEngine() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getEngine() - Static method in class org.nuiton.jaxx.compiler.JAXXFactory
- getEntry(JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.JAXXProfile
- getErrorListModel() - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- getErrors() - Method in class org.nuiton.jaxx.compiler.JAXXEngine
- getEventClass(ClassDescriptor) - Static method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- getEventHandlerMethodName(EventHandler) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getEventHandlers() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getEventId() - Method in class org.nuiton.jaxx.compiler.EventHandler
- getEventInfo(String) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- getExceptions() - Method in class org.nuiton.jaxx.compiler.java.JavaConstructor
-
Returns a list of exceptions the method can throw.
- getExceptions() - Method in class org.nuiton.jaxx.compiler.java.JavaMethod
-
Returns a list of exceptions the method can throw.
- getExcludeFieldPropertyNames() - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- getExpressions(SimpleNode, Map<SimpleNode, List<SimpleNode>>, List<SimpleNode>, Map<SimpleNode, List<SimpleNode>>) - Static method in class org.nuiton.jaxx.compiler.binding.JavaParserUtil
-
Obtain all expressions of a node and store them in
storewith their dependencies expressions. - getExtraImports() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- getExtraImports() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- getExtraInterfaces() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getField(String) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- getFieldDescriptor(String) - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getFieldDescriptors() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getFieldEditors() - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- getFieldOrderScope(EnumSet<JavaField.FieldOrder>, int) - Static method in class org.nuiton.jaxx.compiler.java.JavaField
- getFieldPropertyNames(String) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- getFields() - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- getFields() - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- getFilesToCompile() - Method in class org.nuiton.jaxx.compiler.JAXXEngine
- getFinalizers() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- getFinalizers() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- getGenericType() - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- getGenericType() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getGenericTypes() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- getGenericTypesLength() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- getGetPropertyCode(String, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- getGetPropertyCode(String, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Returns a snippet of Java code which will retrieve an object property at runtime.
- getGetterName() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- getHeader() - Method in enum org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
- getHeader() - Method in enum org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- getHeader(String) - Static method in class org.nuiton.jaxx.compiler.java.JavaFileGenerator
- getI18nKeysFileModel(boolean) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getI18nKeysFileModel(String, boolean) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
- getI18nModule() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- getI18nModule() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- getI18nProperty() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- getI18nProperty(CompiledObject) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getId() - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Returns this object's id.
- getId() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- getId() - Method in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- GetImage() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- GetImage() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- getImportedClasses() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getImportedPackages() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getImportedType(Class<?>) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- getImportedType(Class<?>) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Try to import the given type into the underlying java file of this compiler.
- getImportedType(String) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- getImportedType(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Try to import the given type into the underlying java file of this compiler.
- getImportedTypeForSimpleName(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getImportManager() - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- getImports() - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- getImportsList() - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- getInitDataBinding() - Method in class org.nuiton.jaxx.compiler.binding.DataBinding
- getInitDataBindingCode(JAXXCompiler, DataSource, boolean) - Method in class org.nuiton.jaxx.compiler.binding.DataBinding
- getInitDataBindingCode(JAXXCompiler, DataSource, boolean) - Method in class org.nuiton.jaxx.compiler.binding.PseudoClassDataBinding
- getInitializationCode(EventHandler, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.CompiledObject
- getInitializationCode(JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Returns the code that performs basic initialization of this object, after it has already been constructed.
- getInitializer() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- getInitializer() - Method in class org.nuiton.jaxx.compiler.java.JavaField
- getInitializer() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getInitializers() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- getInitializers() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- getInitializerTypes() - Method in class org.nuiton.jaxx.compiler.java.JavaField
- getInnerClasses() - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- getInnerXML() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- getInterfaces() - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- getInterfaces() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getInterfaces() - Method in class org.nuiton.jaxx.compiler.SymbolTable
- getJavaBeanInitCode() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- getJavaCode() - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Returns Java code used to refer to this object in the compiled Java file.
- getJavaCode() - Method in class org.nuiton.jaxx.compiler.EventHandler
- getJavaCode() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.LiteralNode
- getJavaCode(Object) - Method in class org.nuiton.jaxx.compiler.types.ColorConverter
- getJavaCode(Object) - Method in class org.nuiton.jaxx.compiler.types.GridBagConstraintsConverter
- getJavaCode(Object) - Method in class org.nuiton.jaxx.compiler.types.InsetsConverter
- getJavaCode(Object) - Method in class org.nuiton.jaxx.compiler.types.KeyStrokeConverter
- getJavaCode(Object) - Method in class org.nuiton.jaxx.compiler.types.PrimitiveConverter
- getJavaCode(Object) - Method in interface org.nuiton.jaxx.compiler.types.TypeConverter
- getJavaCode(Object) - Static method in class org.nuiton.jaxx.compiler.types.TypeManager
- getJavaCode(Stack) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.JAXXCapture
- getJavaCode(ContextNode) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.JAXXCapture
- getJavaCodeForProperty(String) - Method in class org.nuiton.jaxx.compiler.CompiledObject
- getJavaFile() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getJavaFile(Path) - Method in class org.nuiton.jaxx.compiler.finalizers.I18nKeysFileModel
- getJavaFileContent() - Method in class org.nuiton.jaxx.compiler.finalizers.I18nKeysFileModel
- getJavaType() - Method in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- getJAXXBeanDescriptor() - Method in class org.nuiton.jaxx.compiler.beans.JAXXBeanInfo
- getJAXXBeanInfo() - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- getJAXXBeanInfo(ClassDescriptor) - Static method in class org.nuiton.jaxx.compiler.beans.JAXXIntrospector
-
Returns the
JAXXBeanInfofor a given class. - getJAXXBeanInfo(ClassDescriptor) - Static method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Returns the
JAXXBeanInfofor the specified class. - getJAXXCompiler(String) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
-
Obtain the jaxx compiler of the given class name.
- getJAXXCompilerFile(String) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
-
Obtain the jaxx compiler of the given class name.
- getJaxxContextClass() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- getJaxxContextClass() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- getJAXXEventSetDescriptors() - Method in class org.nuiton.jaxx.compiler.beans.JAXXBeanInfo
- getJaxxFile() - Method in class org.nuiton.jaxx.compiler.JAXXCompilerFile
- getJAXXFileURL() - Method in class org.nuiton.jaxx.compiler.JAXXCompilerFile
- getJAXXObjectDescriptor() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getJAXXObjectDescriptor() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getJAXXObjectDescriptor() - Method in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJaxxFile.JaxxFileClassDescriptor
- getJAXXObjectDescriptor(Class<?>) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
- getJAXXPropertyDescriptors() - Method in class org.nuiton.jaxx.compiler.beans.JAXXBeanInfo
- getKeys() - Method in class org.nuiton.jaxx.compiler.finalizers.I18nKeysFileModel
- getLateInitializer() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getLine() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
-
Deprecated.
- getLine() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
-
Deprecated.
- getLine() - Method in exception org.nuiton.jaxx.compiler.java.parser.ParseException
- getLineSeparator() - Static method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Returns the system line separator string.
- getListenerClass() - Method in class org.nuiton.jaxx.compiler.EventHandler
- getListenerClass() - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler.ProxyEventInfo
- getListenerMethod() - Method in class org.nuiton.jaxx.compiler.EventHandler
- getListenerMethods() - Method in class org.nuiton.jaxx.compiler.beans.JAXXEventSetDescriptor
- getMemberName() - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler.ProxyEventInfo
- getMessage() - Method in error org.nuiton.jaxx.compiler.css.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in exception org.nuiton.jaxx.compiler.java.parser.ParseException
-
This method has the standard behavior when this object has been created using the standard constructors.
- getMessage() - Method in error org.nuiton.jaxx.compiler.java.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMethodDescriptor(String, ClassDescriptor...) - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getMethodDescriptors() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getMethodInvocationParameters(String) - Static method in class org.nuiton.jaxx.compiler.binding.JavaParserUtil
- getMethodName() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.MethodNode
- getMethodOrderScope(EnumSet<JavaMethod.MethodOrder>, int) - Static method in class org.nuiton.jaxx.compiler.java.JavaMethod
- getMethodReturnType(ClassDescriptor, MethodDescriptor) - Method in class org.nuiton.jaxx.compiler.binding.DataSource
-
Given a method from a given context class, try to obtain his method return type.
- getMethods() - Method in class org.nuiton.jaxx.compiler.binding.DataBinding
- getMethods() - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- getModelName() - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler.ProxyEventInfo
- getModifiers() - Method in class org.nuiton.jaxx.compiler.java.JavaElement
- getModifiers() - Method in class org.nuiton.jaxx.compiler.reflect.MemberDescriptor
- getModifiers(SimpleNode) - Method in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJavaFile.JavaFileParser
- getModifiersText() - Method in class org.nuiton.jaxx.compiler.java.JavaElement
- getMouseEventDescriptor() - Static method in class org.nuiton.jaxx.compiler.css.StylesheetHelper
- getMouseListenerDescriptor() - Static method in class org.nuiton.jaxx.compiler.css.StylesheetHelper
- getMouseListenerMethod(CompiledObject, String) - Static method in class org.nuiton.jaxx.compiler.css.StylesheetHelper
- getName() - Method in class org.nuiton.jaxx.compiler.beans.JAXXFeatureDescriptor
- getName() - Method in interface org.nuiton.jaxx.compiler.CompiledObjectDecorator
- getName() - Method in class org.nuiton.jaxx.compiler.decorators.BoxedCompiledObjectDecorator
- getName() - Method in class org.nuiton.jaxx.compiler.decorators.DefaultCompiledObjectDecorator
- getName() - Method in class org.nuiton.jaxx.compiler.java.JavaElement
- getName() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getName() - Method in class org.nuiton.jaxx.compiler.reflect.MemberDescriptor
- getName() - Method in class org.nuiton.jaxx.compiler.tasks.JAXXEngineTask
- getNextLeftBrace(String, int) - Static method in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
- getNextRightBrace(String, int) - Static method in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
- getNextToken() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- getNextToken() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParserTokenManager
- getNextToken() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- getNextToken() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParserTokenManager
- getObjectClass() - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Returns the type of this object.
- getObjectCode() - Method in class org.nuiton.jaxx.compiler.binding.DataListener
- getObjectCode() - Method in class org.nuiton.jaxx.compiler.binding.DataSource
- getObjectCode() - Method in class org.nuiton.jaxx.compiler.EventHandler
- getObjectCreationOrder() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getObjectHandler() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- getObjects() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getOpenComponent() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getOptimize() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
-
Returns whether or not optimization should be performed.
- getOptimize() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- getOutputClassName() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getOverrideIds() - Method in class org.nuiton.jaxx.compiler.binding.DataSource
- getOverrideType() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- getPackageName() - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- getPackageName() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getParameterTypes() - Method in class org.nuiton.jaxx.compiler.reflect.MethodDescriptor
- getParent() - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Returns this object's parent container.
- getParent() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- getParent() - Method in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- getParent() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- getParentI18nKeysFileModel(boolean) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getParentValidator() - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- getPrimitiveBoxedClass(String) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
- getPrimitiveClass(String) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
- getProcessDataBinding() - Method in class org.nuiton.jaxx.compiler.binding.DataBinding
- getProcessDataBindingCode(JAXXCompiler, DataSource, boolean) - Method in class org.nuiton.jaxx.compiler.binding.DataBinding
- getProcessDataBindingCode(JAXXCompiler, DataSource, boolean) - Method in class org.nuiton.jaxx.compiler.binding.PseudoClassDataBinding
- getProfiler() - Method in class org.nuiton.jaxx.compiler.JAXXEngine
- getProperties() - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Returns all properties which have been set for this object.
- getProperties() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- getProperty() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.PropertyNode
- getProperty(int) - Method in enum org.nuiton.jaxx.compiler.css.StylesheetHelper.MouseEventEnum
- getProperty(String) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- getPropertyNameFromMethod(String) - Static method in class org.nuiton.jaxx.compiler.binding.JavaParserUtil
- getPropertyType() - Method in class org.nuiton.jaxx.compiler.beans.JAXXPropertyDescriptor
- getPropertyType(CompiledObject, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- getPropertyType(CompiledObject, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Returns the type of the named property.
- getPropertyType(CompiledObject, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JRadioButtonHandler
- getPropertyType(CompiledObject, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JSpinnerHandler
- getRawBodyCode() - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- getReadMethodDescriptor() - Method in class org.nuiton.jaxx.compiler.beans.JAXXPropertyDescriptor
- getRealId() - Method in class org.nuiton.jaxx.compiler.binding.DataBinding
- getRemoveListenerCode() - Method in class org.nuiton.jaxx.compiler.binding.DataListener
- getRemoveListenerMethod() - Method in class org.nuiton.jaxx.compiler.beans.JAXXEventSetDescriptor
- getRemoveMemberListenerCode(DefaultObjectHandler, String, String, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.binding.DataSource
- getRemoveMethod() - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler.ProxyEventInfo
- getRequired(Set<SimpleNode>, Map<SimpleNode, List<SimpleNode>>) - Static method in class org.nuiton.jaxx.compiler.binding.JavaParserUtil
- getResolverType() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getResolverType() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorResolver
- getReturnType() - Method in class org.nuiton.jaxx.compiler.java.JavaMethod
-
Returns the method's return type, as it would be represented in Java source code.
- getReturnType() - Method in class org.nuiton.jaxx.compiler.reflect.MethodDescriptor
- getRootObject() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getSafeCompiledObject(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- getSafeCompiledObject(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.TabHandler
- getSafeId(String) - Method in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
-
Obtain the next safe id for the given binding id.
- getSAXParser() - Static method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getScriptCode() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- getScriptField(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getScriptFields() - Method in class org.nuiton.jaxx.compiler.SymbolTable
- getScriptManager() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getScriptMethod(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getScriptMethods() - Method in class org.nuiton.jaxx.compiler.SymbolTable
- getSetPropertyCode(String, String, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- getSetPropertyCode(String, String, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Returns a snippet of Java code which will set an object property at runtime.
- getSetPropertyCode(String, String, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JRadioButtonHandler
- getSetterName() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- getSimpleBindings() - Method in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
- getSimpleName() - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- getSimpleName() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getSimpleType() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- getSortedFields(List<JavaField>) - Static method in class org.nuiton.jaxx.compiler.java.JavaField
- getSortedMethods(List<JavaMethod>) - Static method in class org.nuiton.jaxx.compiler.java.JavaMethod
- getSource() - Method in class org.nuiton.jaxx.compiler.binding.DataBinding
- getSourceFiles() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getStrictMode() - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- getStyleClass() - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Returns this object's CSS style class.
- getStyleClasses() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- getStylesheet() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getStyleURL(String, File, ClassLoader) - Static method in class org.nuiton.jaxx.compiler.css.StylesheetHelper
- GetSuffix(int) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- GetSuffix(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- getSuperclass() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- getSuperClass() - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- getSuperclassName() - Method in class org.nuiton.jaxx.compiler.SymbolTable
- getSuperGenericType() - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- getSuperGenericType() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getSupportedTypes() - Method in class org.nuiton.jaxx.compiler.types.ColorConverter
- getSupportedTypes() - Method in class org.nuiton.jaxx.compiler.types.GridBagConstraintsConverter
- getSupportedTypes() - Method in class org.nuiton.jaxx.compiler.types.InsetsConverter
- getSupportedTypes() - Method in class org.nuiton.jaxx.compiler.types.KeyStrokeConverter
- getSupportedTypes() - Method in class org.nuiton.jaxx.compiler.types.PrimitiveConverter
- getSupportedTypes() - Method in interface org.nuiton.jaxx.compiler.types.TypeConverter
- getSymbol() - Method in class org.nuiton.jaxx.compiler.binding.DataListener
- getSymbolTable() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getTabs(JAXXCompiler) - Static method in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- getTabSize(int) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- getTabSize(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- getTagHandler(Class<?>) - Static method in class org.nuiton.jaxx.compiler.tags.TagManager
- getTagHandler(String, String, boolean, JAXXCompiler) - Static method in class org.nuiton.jaxx.compiler.tags.TagManager
-
Returns the
TagHandlerthat should be used to process the specified tag. - getTagHandler(String, String, JAXXCompiler) - Static method in class org.nuiton.jaxx.compiler.tags.TagManager
-
Returns the
TagHandlerthat should be used to process the specified tag. - getTagHandler(ClassDescriptor) - Static method in class org.nuiton.jaxx.compiler.tags.TagManager
- getTargetDirectory() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
-
Returns the target directory.
- getTargetDirectory() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- getTasks() - Method in class org.nuiton.jaxx.compiler.JAXXEngine
- GETTER_PATTERN - Static variable in class org.nuiton.jaxx.compiler.java.JavaFile
- getText() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- getText() - Method in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- getText(Element) - Static method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.JAXXCapture
- getTime(JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.JAXXProfile.ProfileResult
- getToken(int) - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- getToken(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- getTrackers() - Method in class org.nuiton.jaxx.compiler.binding.DataBinding
- getTrackers() - Method in class org.nuiton.jaxx.compiler.binding.DataSource
- getType() - Method in class org.nuiton.jaxx.compiler.binding.writers.AbstractJAXXBindingWriter
- getType() - Method in interface org.nuiton.jaxx.compiler.binding.writers.JAXXBindingWriter
- getType() - Method in class org.nuiton.jaxx.compiler.java.JavaArgument
-
Returns the argument's type as it would be represented in Java source code.
- getType() - Method in class org.nuiton.jaxx.compiler.java.JavaField
-
Returns the field's type, as it would be represented in Java source code.
- getType() - Method in class org.nuiton.jaxx.compiler.reflect.FieldDescriptor
- getTypeConverter(Class<?>) - Static method in class org.nuiton.jaxx.compiler.types.TypeManager
- getUiClass() - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- getUiHandler() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getUIHandlerWithGeneric() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getUniqueId(Object) - Method in class org.nuiton.jaxx.compiler.IDHelper
- getUniqueId(Object) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- getURL(ClassLoader, String, String) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
- getValidatorFactory() - Method in class org.nuiton.jaxx.compiler.JAXXEngine
- getValidatorFactoryClass() - Method in class org.nuiton.jaxx.compiler.JAXXEngine
- getValidatorFactoryFQN() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- getValidatorFactoryFQN() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- getValidators(JAXXCompiler) - Static method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- getValue() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.LiteralNode
- getValue() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.ValueNode
- getValue(String) - Method in class org.nuiton.jaxx.compiler.beans.JAXXFeatureDescriptor
- getVersion() - Method in class org.nuiton.jaxx.compiler.JAXXEngine
- getWarnings() - Method in class org.nuiton.jaxx.compiler.JAXXEngine
- getWriteMethodDescriptor() - Method in class org.nuiton.jaxx.compiler.beans.JAXXPropertyDescriptor
- getXML(CapturedObject, JAXXCapture) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.ObjectHandler
- getXML(JAXXCapture) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- GOTO - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- GRID_LAYOUT_PREFIX - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- GridBagConstraintsConverter - Class in org.nuiton.jaxx.compiler.types
- GridBagConstraintsConverter() - Constructor for class org.nuiton.jaxx.compiler.types.GridBagConstraintsConverter
- GT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- GTToken() - Constructor for class org.nuiton.jaxx.compiler.java.parser.Token.GTToken
H
- HANDLER_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- hasAnnotations() - Method in class org.nuiton.jaxx.compiler.java.JavaElement
- hasClientProperties() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- hashCode() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- hasInitializerTypes() - Method in class org.nuiton.jaxx.compiler.java.JavaField
- hasMethod(String) - Method in class org.nuiton.jaxx.compiler.binding.DataSource
- hasValidator(JAXXCompiler) - Static method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- HEIGHT_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- HEX_LITERAL - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- HEXADECIMAL_EXPONENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- HEXADECIMAL_FLOATING_POINT_LITERAL - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- HEXCOLOR - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- HEXDIGIT - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- HOOK - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
I
- I18N_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- I18N_ATTRIBUTES - Static variable in class org.nuiton.jaxx.compiler.I18nHelper
- I18N_MNEMONIC_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- I18N_PROPERTY_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- I18nHelper - Class in org.nuiton.jaxx.compiler
-
I18n methods to add
I18n.t(String, Object...)method on some attributes. - I18nHelper() - Constructor for class org.nuiton.jaxx.compiler.I18nHelper
- I18nKeysFileModel - Class in org.nuiton.jaxx.compiler.finalizers
-
FIXME Move this in I18n project Created on 08/10/2020.
- ICON_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- ICON_IMAGE_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- id - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- id - Variable in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- Id() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- ID_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- identCssFound - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Flag to know if jaxx file ident css was found, otherwise add it at the end of the second compile pass.
- Identifier() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- IDENTIFIER - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- IDENTIFIER - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- idHelper - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
to generate ids
- IDHelper - Class in org.nuiton.jaxx.compiler
-
A usefull class to generate Ids.
- IDHelper(boolean) - Constructor for class org.nuiton.jaxx.compiler.IDHelper
- ids - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Maps objects to their ID strings.
- IF - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- IfStatement() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- image - Variable in class org.nuiton.jaxx.compiler.css.parser.Token
-
The string image of the token.
- image - Variable in class org.nuiton.jaxx.compiler.java.parser.Token
-
The string image of the token.
- IMPLEMENTS - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- IMPLEMENTS_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- ImplementsList(boolean) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- IMPORT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- ImportDeclaration() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- importedClasses - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Contains strings of the form "javax.swing.Timer"
- importedPackages - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Contains strings of the form "javax.swing."
- ImportHandler - Class in org.nuiton.jaxx.compiler.tags
-
Handles the
<import>tag. - ImportHandler() - Constructor for class org.nuiton.jaxx.compiler.tags.ImportHandler
- IN_FORMAL_COMMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- IN_MULTI_LINE_COMMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- IN_PSEUDOCLASS - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- IN_RULE - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- inBuf - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- inBuf - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- InclusiveOrExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- incomingFiles - Variable in class org.nuiton.jaxx.compiler.JAXXEngine
-
original list of files to compile (says the detected modfied files)
- INCR - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- indent(String, int, boolean, String) - Static method in class org.nuiton.jaxx.compiler.java.JavaFileGenerator
- indentationLevel - Variable in class org.nuiton.jaxx.compiler.java.JavaFileGenerator
-
current prefix indent size
- init() - Method in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- init() - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Performs introspection on the beanClass and stores the results.
- initDataBinding - Variable in class org.nuiton.jaxx.compiler.binding.DataBinding
-
code to register the databinding (null if no binding)
- initFactory() - Static method in class org.nuiton.jaxx.compiler.JAXXFactory
-
Load the
Initializerservices found via theServiceLoadermecanism. - initialize() - Method in class org.nuiton.jaxx.compiler.spi.DefaultInitializer
- initialize() - Method in interface org.nuiton.jaxx.compiler.spi.Initializer
-
Performs SPI initialization, typically to register new tags, beans and converter.
- initializer - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Extra code to be added to the instance initializer.
- Initializer - Interface in org.nuiton.jaxx.compiler.spi
-
Performs SPI initialization, typically to register new tags, beans and converter.
- Initializer() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- INITIALIZER_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- initializers - Variable in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
-
initializes availables
- initializers - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
A list of Runnable which will be run after the first compilation pass.
- InitTask - Class in org.nuiton.jaxx.compiler.tasks
-
The init task to be launched first.
- InitTask() - Constructor for class org.nuiton.jaxx.compiler.tasks.InitTask
- INLINE_THRESHOLD - Static variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Maximum length of an inline creation method.
- inlineAttribute(CompiledObject, String, boolean) - Static method in class org.nuiton.jaxx.compiler.css.StylesheetHelper
- inlineCreation(CompiledObject) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- inlineStyles - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Contains all attributes defined inline on class tags.
- input_stream - Variable in class org.nuiton.jaxx.compiler.css.parser.CSSParserTokenManager
- input_stream - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaParserTokenManager
- inputStream - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- inputStream - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- InsetsConverter - Class in org.nuiton.jaxx.compiler.types
- InsetsConverter() - Constructor for class org.nuiton.jaxx.compiler.types.InsetsConverter
- INSTANCEOF - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- InstanceOfExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- INT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- INTEGER_LITERAL - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- INTEGER_LITERAL - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- INTERFACE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- internalFields - org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
- internalMethod - org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- invert - Variable in class org.nuiton.jaxx.compiler.binding.PseudoClassDataBinding
- invert(String) - Method in class org.nuiton.jaxx.compiler.binding.PseudoClassDataBinding
- isAbstract() - Method in class org.nuiton.jaxx.compiler.java.JavaElement
- isAbstract(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- isAbstractClass() - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- isAbstractClass() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- isAddAutoHandlerUI() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- isAddAutoHandlerUI() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- isAddLogger() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- isAddLogger() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- isAddToContainer() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- isApplyI18nHelper() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- isApplyI18nHelper() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- isArray() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- isAssignableFrom(ClassDescriptor) - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- isAssignableFrom(ClassDescriptor, Class<?>) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
- isAutoRecurseInCss() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
-
Returns whether or not should recurse in css for existing JAXX Object.
- isAutoRecurseInCss() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- isBeanUsedByValidator(JAXXCompiler, String) - Static method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
-
Test if a given bean is attached to a validator.
- isBound() - Method in class org.nuiton.jaxx.compiler.beans.JAXXPropertyDescriptor
- isCompileFirstPassTask() - Method in class org.nuiton.jaxx.compiler.JAXXEngine
- isComponentUsedByValidator(JAXXCompiler, String) - Static method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
-
Test if a given CompiledObject is attached to a validator.
- isContainer() - Method in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
-
Returns
trueif this component can contain other components. - isContainer() - Method in class org.nuiton.jaxx.compiler.tags.swing.JPopupMenuHandler
- isDetectAction() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- isDetectAction() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- isDoubleList(ClassDescriptor) - Static method in class org.nuiton.jaxx.compiler.I18nHelper
- isEngineRegistred() - Static method in class org.nuiton.jaxx.compiler.JAXXFactory
- isEventHandlerName(String) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- isFailed() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- isFinal() - Method in class org.nuiton.jaxx.compiler.java.JavaArgument
-
Returns
trueif thefinalkeyword should appear before the argument. - isFinal(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- isForceOverride() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- isGenerateI18nHelper() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- isGenerateI18nHelper() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- isGenerateMissingIdsAndStyleClassesInCss() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- isGenerateMissingIdsAndStyleClassesInCss() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- isI18nable() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- isI18nable() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- isI18nableAttribute(String, JAXXCompiler) - Static method in class org.nuiton.jaxx.compiler.I18nHelper
-
FIXME We should use
JAXXEngine.getI18nProperty(ClassDescriptor)to obtain this value Test if we have an active i18n attribute (says an i18n attribute on a i18neable compiler). - isI18nAttribute(String) - Static method in class org.nuiton.jaxx.compiler.I18nHelper
-
FIXME We should use
JAXXEngine.getI18nProperty(ClassDescriptor)to obtain this value Test if we have an i18n attribute. - isI18nInit() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- isIdentCssFound() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- isInlineable() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- isInterface() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- isJavaBean() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- isMainDeclared() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- isMemberBound(String) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- isMemberBound(String) - Method in class org.nuiton.jaxx.compiler.tags.swing.JRadioButtonHandler
- isNative(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- isNewDoubleList(ClassDescriptor) - Static method in class org.nuiton.jaxx.compiler.I18nHelper
- isOptimize() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- isOptimize() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- isOverride() - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
True if this object overrides an object in the superclass of the class being compiled.
- isOverride() - Method in class org.nuiton.jaxx.compiler.java.JavaField
- isOverride() - Method in class org.nuiton.jaxx.compiler.java.JavaMethod
- isOverrideType() - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
truewhen overrides an object in the superclass of the class being compiled AND type is also override. - isPrivate(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- isProfile() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- isProfile() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- isPropertyInherited(String) - Method in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- isPropertyInherited(String) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- isProtected(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- isPublic(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- isQuickNoDependencies() - Method in class org.nuiton.jaxx.compiler.binding.DataBinding
- isResetAfterCompile() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- isResetAfterCompile() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- isShowClassDescriptorLoading() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- isShowClassDescriptorLoading() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- isStatic(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- isStrictfp(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- isSuperClassAware(Class<?>) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Checks if the super class of the mirrored javaFile is aware of the given
type. - isSuperclassIsJAXXObject() - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- isSynchronized(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- isTransient(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- isUseComputeI18n() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- isUsed() - Method in class org.nuiton.jaxx.compiler.binding.writers.AbstractJAXXBindingWriter
- isUsed() - Method in interface org.nuiton.jaxx.compiler.binding.writers.JAXXBindingWriter
-
Test if the writer was at least used once (says that the method
JAXXBindingWriter.write(DataBinding, JavaFileGenerator, StringBuilder)was at least invoked once). - isUseHandler() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- isUseUIManagerForIcon() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- isUseUIManagerForIcon() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- isValidID(String) - Static method in class org.nuiton.jaxx.compiler.CompiledObject
- isVerbose() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- isVerbose() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- isVerbose() - Method in class org.nuiton.jaxx.compiler.JAXXEngine
- isVolatile(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- ItemHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- ItemHandler() - Constructor for class org.nuiton.jaxx.compiler.tags.swing.ItemHandler
J
- JAVA_BEAN_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- JAVA_CLASS - org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper.ResolverType
- JAVA_CODE - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- JAVA_CODE_END - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- JAVA_CODE_RULE - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- JAVA_CODE_START - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- JAVA_FILE - org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper.ResolverType
- JavaArgument - Class in org.nuiton.jaxx.compiler.java
-
Represents an argument to a
JavaMethod. - JavaCharStream - Class in org.nuiton.jaxx.compiler.java.parser
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
- JavaCharStream(InputStream) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- JavaCharStream(InputStream, int, int) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- JavaCharStream(InputStream, int, int, int) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- JavaCharStream(InputStream, String) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- JavaCharStream(InputStream, String, int, int) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- JavaCharStream(InputStream, String, int, int, int) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- JavaCharStream(Reader) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- JavaCharStream(Reader, int, int) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- JavaCharStream(Reader, int, int, int) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- JavaClass() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- JavaCode() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- JavaConstructor - Class in org.nuiton.jaxx.compiler.java
-
To mirror a
Constructor. - JavaElement - Class in org.nuiton.jaxx.compiler.java
-
Base Java element
- JavaElement(int, String) - Constructor for class org.nuiton.jaxx.compiler.java.JavaElement
- JavaElementComparator - Static variable in class org.nuiton.jaxx.compiler.java.JavaElement
- JavaElementFactory - Class in org.nuiton.jaxx.compiler.java
-
Factory of any element in a
JavaFile. - JavaElementFactory() - Constructor for class org.nuiton.jaxx.compiler.java.JavaElementFactory
- JavaField - Class in org.nuiton.jaxx.compiler.java
-
Represents a field in a Java source file being generated for output.
- JavaField.FieldOrder - Enum in org.nuiton.jaxx.compiler.java
- javaFile - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
the file to be generated
- JavaFile - Class in org.nuiton.jaxx.compiler.java
-
A Java source file being generated for output.
- JavaFileGenerator - Class in org.nuiton.jaxx.compiler.java
-
Java file generator.
- JavaFileGenerator(String, boolean) - Constructor for class org.nuiton.jaxx.compiler.java.JavaFileGenerator
- JavaFileParser(ClassLoader, boolean) - Constructor for class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJavaFile.JavaFileParser
- JavaMethod - Class in org.nuiton.jaxx.compiler.java
-
Represents a method in a Java source file being generated for output.
- JavaMethod.MethodOrder - Enum in org.nuiton.jaxx.compiler.java
- JavaParser - Class in org.nuiton.jaxx.compiler.java.parser
-
Grammar to parse Java version 1.5
- JavaParser(InputStream) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaParser
- JavaParser(InputStream, boolean) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaParser
- JavaParser(InputStream, String) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaParser
- JavaParser(InputStream, String, boolean) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaParser
- JavaParser(Reader) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaParser
- JavaParser(Reader, boolean) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaParser
- JavaParser(String) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaParser
- JavaParser(String, boolean) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaParser
- JavaParser(JavaParserTokenManager, boolean) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaParser
- JavaParser.ModifierSet - Class in org.nuiton.jaxx.compiler.java.parser
-
Class to hold modifiers.
- JavaParserConstants - Interface in org.nuiton.jaxx.compiler.java.parser
- JavaParserTokenManager - Class in org.nuiton.jaxx.compiler.java.parser
- JavaParserTokenManager(JavaCharStream) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaParserTokenManager
- JavaParserTokenManager(JavaCharStream, int) - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaParserTokenManager
- JavaParserTreeConstants - Interface in org.nuiton.jaxx.compiler.java.parser
- JavaParserUtil - Class in org.nuiton.jaxx.compiler.binding
-
Created: 4 déc. 2009
- JavaParserUtil() - Constructor for class org.nuiton.jaxx.compiler.binding.JavaParserUtil
- JAXX_FILE - org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper.ResolverType
- JAXX_INTERNAL_NAMESPACE - Static variable in class org.nuiton.jaxx.compiler.JAXXCompiler
- JAXX_NAMESPACE - Static variable in class org.nuiton.jaxx.compiler.JAXXCompiler
- JAXXBeanDescriptor - Class in org.nuiton.jaxx.compiler.beans
-
Mirrors the class
java.beans.BeanDescriptor. - JAXXBeanDescriptor(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.beans.JAXXBeanDescriptor
- jaxxBeanInfo - Variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
The JAXXBeanInfo for the beanClass.
- JAXXBeanInfo - Class in org.nuiton.jaxx.compiler.beans
-
Mirrors the class
java.beans.BeanInfo. - JAXXBeanInfo(JAXXBeanDescriptor, JAXXPropertyDescriptor[], JAXXEventSetDescriptor[]) - Constructor for class org.nuiton.jaxx.compiler.beans.JAXXBeanInfo
- JAXXBindingWriter<B extends JAXXBinding> - Interface in org.nuiton.jaxx.compiler.binding.writers
-
The contract of a writer of
JAXXBindingcreation code from aDataBinding. - JAXXCapture - Class in org.nuiton.jaxx.compiler.tools.jaxxcapture
- JAXXComboBoxHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JAXXComboBoxHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JAXXComboBoxHandler
- JAXXCompiler - Class in org.nuiton.jaxx.compiler
-
Compiles a given
JAXXCompiler.jaxxFileinto aJAXXCompiler.javaFile. - JAXXCompiler() - Constructor for class org.nuiton.jaxx.compiler.JAXXCompiler
- JAXXCompiler(JAXXEngine, JAXXCompilerFile, List<String>) - Constructor for class org.nuiton.jaxx.compiler.JAXXCompiler
-
Creates a new JAXXCompiler.
- JAXXCompilerFile - Class in org.nuiton.jaxx.compiler
-
Represents a file to be treated by the
JAXXCompiler. - JAXXCompilerFile(File, File, String) - Constructor for class org.nuiton.jaxx.compiler.JAXXCompilerFile
- JAXXCompilerFile(File, String, String) - Constructor for class org.nuiton.jaxx.compiler.JAXXCompilerFile
- JAXXCompilerFinalizer - Interface in org.nuiton.jaxx.compiler.finalizers
-
Contract of any object to interact with a
JAXXCompilerbefore the generation pass. - JAXXContext - org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- jaxxContextClass - Variable in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
-
the name of implementation of
JAXXContextto be used onJAXXObject. - JAXXEngine - Class in org.nuiton.jaxx.compiler
-
The engine to compile jaxx files.
- JAXXEngine(CompilerConfiguration, File, String...) - Constructor for class org.nuiton.jaxx.compiler.JAXXEngine
- JAXXEngineTask - Class in org.nuiton.jaxx.compiler.tasks
-
Base class to implement a task to be launched by a
JAXXEngine. - JAXXEngineTask(String) - Constructor for class org.nuiton.jaxx.compiler.tasks.JAXXEngineTask
- JAXXEventSetDescriptor - Class in org.nuiton.jaxx.compiler.beans
-
Mirrors the class
java.beans.EventSetDescriptor. - JAXXEventSetDescriptor(ClassDescriptor, String, MethodDescriptor, MethodDescriptor, MethodDescriptor[]) - Constructor for class org.nuiton.jaxx.compiler.beans.JAXXEventSetDescriptor
- JAXXFactory - Class in org.nuiton.jaxx.compiler
-
Factory of
JAXXCompilerandJAXXEngine. - JAXXFactory() - Constructor for class org.nuiton.jaxx.compiler.JAXXFactory
- JAXXFeatureDescriptor - Class in org.nuiton.jaxx.compiler.beans
-
Mirrors the class
java.beans.FeatureDescriptor. - jaxxFile - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
- jaxxFile - Variable in class org.nuiton.jaxx.compiler.JAXXCompilerFile
-
location of the jaxx file
- JaxxFileClassDescriptor(JAXXCompiler, String, String, Set<String>, ClassLoader, MethodDescriptor[], MethodDescriptor[], FieldDescriptor[]) - Constructor for class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJaxxFile.JaxxFileClassDescriptor
- JAXXIntrospector - Class in org.nuiton.jaxx.compiler.beans
-
Performs introspection on a
ClassDescriptor. - JAXXListHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JAXXListHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JAXXListHandler
- JAXXObject - org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- JAXXProfile - Class in org.nuiton.jaxx.compiler
-
Pour profiler les temps d'execution pendant une compilation.
- JAXXProfile() - Constructor for class org.nuiton.jaxx.compiler.JAXXProfile
- JAXXProfile.CompilerEntry - Class in org.nuiton.jaxx.compiler
- JAXXProfile.ProfileResult - Class in org.nuiton.jaxx.compiler
- JAXXPropertyDescriptor - Class in org.nuiton.jaxx.compiler.beans
-
Mirrors the class
java.beans.PropertyDescriptor. - JAXXPropertyDescriptor(ClassDescriptor, String) - Constructor for class org.nuiton.jaxx.compiler.beans.JAXXPropertyDescriptor
- JAXXPropertyDescriptor(ClassDescriptor, String, MethodDescriptor, MethodDescriptor) - Constructor for class org.nuiton.jaxx.compiler.beans.JAXXPropertyDescriptor
- JAXXPropertyDescriptor(ClassDescriptor, String, MethodDescriptor, MethodDescriptor, boolean) - Constructor for class org.nuiton.jaxx.compiler.beans.JAXXPropertyDescriptor
- JAXXTabHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JAXXTabHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JAXXTabHandler
- JAXXTreeHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JAXXTreeHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JAXXTreeHandler
- JAXXValidation - org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- JCheckBoxHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JCheckBoxHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JCheckBoxHandler
- JComboBoxHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JComboBoxHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JComboBoxHandler
- JInternalFrameHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JInternalFrameHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JInternalFrameHandler
- jj_nt - Variable in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- jj_nt - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- jjFillToken() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParserTokenManager
- jjFillToken() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParserTokenManager
- jjnewLexState - Static variable in class org.nuiton.jaxx.compiler.css.parser.CSSParserTokenManager
- jjnewLexState - Static variable in class org.nuiton.jaxx.compiler.java.parser.JavaParserTokenManager
- jjstrLiteralImages - Static variable in class org.nuiton.jaxx.compiler.css.parser.CSSParserTokenManager
- jjstrLiteralImages - Static variable in class org.nuiton.jaxx.compiler.java.parser.JavaParserTokenManager
- jjtAddChild(Node, int) - Method in interface org.nuiton.jaxx.compiler.css.parser.Node
-
This method tells the node to add its argument to the node's list of children.
- jjtAddChild(Node, int) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- jjtAddChild(Node, int) - Method in interface org.nuiton.jaxx.compiler.java.parser.Node
-
This method tells the node to add its argument to the node's list of children.
- jjtAddChild(Node, int) - Method in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- JJTADDITIVEEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTALLOCATIONEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTANDEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTANIMATIONPROPERTIES - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserTreeConstants
- JJTANIMATIONPROPERTY - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserTreeConstants
- JJTANNOTATION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTANNOTATIONTYPEBODY - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTANNOTATIONTYPEDECLARATION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTANNOTATIONTYPEMEMBERDECLARATION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTARGUMENTLIST - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTARGUMENTS - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTARRAYDIMSANDINITS - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTARRAYINITIALIZER - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTASSERTSTATEMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTASSIGNMENTEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTASSIGNMENTOPERATOR - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTBLOCK - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTBLOCKSTATEMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTBOOLEANLITERAL - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTBREAKSTATEMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTCASTEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTCASTLOOKAHEAD - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTCLASS - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserTreeConstants
- JJTCLASSORINTERFACEBODY - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTCLASSORINTERFACEBODYDECLARATION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTCLASSORINTERFACEDECLARATION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTCLASSORINTERFACETYPE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- jjtClose() - Method in interface org.nuiton.jaxx.compiler.css.parser.Node
-
This method is called after all the child nodes have been added.
- jjtClose() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- jjtClose() - Method in interface org.nuiton.jaxx.compiler.java.parser.Node
-
This method is called after all the child nodes have been added.
- jjtClose() - Method in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- JJTCOMPILATIONUNIT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTCONDITIONALANDEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTCONDITIONALEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTCONDITIONALOREXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTCONSTRUCTORDECLARATION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTCONTINUESTATEMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTDECLARATION - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserTreeConstants
- JJTDEFAULTVALUE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTDOSTATEMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTEMPTYSTATEMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTENUMBODY - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTENUMCONSTANT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTENUMDECLARATION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTEQUALITYEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTEXCLUSIVEOREXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTEXPLICITCONSTRUCTORINVOCATION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserTreeConstants
- JJTEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTEXTENDSLIST - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTFIELDDECLARATION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTFORINIT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTFORMALPARAMETER - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTFORMALPARAMETERS - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTFORSTATEMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTFORUPDATE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- jjtGetChild(int) - Method in interface org.nuiton.jaxx.compiler.css.parser.Node
- jjtGetChild(int) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- jjtGetChild(int) - Method in interface org.nuiton.jaxx.compiler.java.parser.Node
- jjtGetChild(int) - Method in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- jjtGetNumChildren() - Method in interface org.nuiton.jaxx.compiler.css.parser.Node
- jjtGetNumChildren() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- jjtGetNumChildren() - Method in interface org.nuiton.jaxx.compiler.java.parser.Node
- jjtGetNumChildren() - Method in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- jjtGetParent() - Method in interface org.nuiton.jaxx.compiler.css.parser.Node
- jjtGetParent() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- jjtGetParent() - Method in interface org.nuiton.jaxx.compiler.java.parser.Node
- jjtGetParent() - Method in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- JJTID - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserTreeConstants
- JJTIDENTIFIER - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserTreeConstants
- JJTIFSTATEMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTIMPLEMENTSLIST - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTIMPORTDECLARATION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTINCLUSIVEOREXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTINITIALIZER - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTINSTANCEOFEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTJAVACLASS - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserTreeConstants
- JJTJAVACODE - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserTreeConstants
- JJTLABELEDSTATEMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTLINE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTLITERAL - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTLOCALVARIABLEDECLARATION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTMARKERANNOTATION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTMEMBERSELECTOR - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTMEMBERVALUE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTMEMBERVALUEARRAYINITIALIZER - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTMEMBERVALUEPAIR - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTMEMBERVALUEPAIRS - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTMETHODDECLARATION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTMETHODDECLARATOR - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTMODIFIERS - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTMULTIPLICATIVEEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTNAME - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTNAMELIST - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- jjtNodeName - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserTreeConstants
- jjtNodeName - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTNORMALANNOTATION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTNULLLITERAL - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- jjtOpen() - Method in interface org.nuiton.jaxx.compiler.css.parser.Node
-
This method is called after the node has been made the current node.
- jjtOpen() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- jjtOpen() - Method in interface org.nuiton.jaxx.compiler.java.parser.Node
-
This method is called after the node has been made the current node.
- jjtOpen() - Method in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- JJTPACKAGEDECLARATION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTPOSTFIXEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTPOSTFIXOPERATOR - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTPREDECREMENTEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTPREINCREMENTEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTPRIMARYEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTPRIMARYPREFIX - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTPRIMARYSUFFIX - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTPRIMITIVETYPE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTPROPERTY - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserTreeConstants
- JJTPSEUDOCLASS - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserTreeConstants
- jjtree - Variable in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- jjtree - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- JJTREFERENCETYPE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTRELATIONALEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTRESULTTYPE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTRETURNSTATEMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTRSIGNEDSHIFT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTRULE - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserTreeConstants
- JJTRUNSIGNEDSHIFT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTSELECTOR - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserTreeConstants
- JJTSELECTORS - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserTreeConstants
- jjtSetParent(Node) - Method in interface org.nuiton.jaxx.compiler.css.parser.Node
-
This pair of methods are used to inform the node of its parent.
- jjtSetParent(Node) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- jjtSetParent(Node) - Method in interface org.nuiton.jaxx.compiler.java.parser.Node
-
This pair of methods are used to inform the node of its parent.
- jjtSetParent(Node) - Method in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- JJTSHIFTEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTSINGLEMEMBERANNOTATION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTSTATEMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTSTATEMENTEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTSTATEMENTEXPRESSIONLIST - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTSTYLESHEET - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserTreeConstants
- JJTSWITCHLABEL - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTSWITCHSTATEMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTSYNCHRONIZEDSTATEMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTTHROWSTATEMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTTRYSTATEMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTTYPE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTTYPEARGUMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTTYPEARGUMENTS - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTTYPEBOUND - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTTYPEDECLARATION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTTYPEPARAMETER - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTTYPEPARAMETERS - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTUNARYEXPRESSION - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTUNARYEXPRESSIONNOTPLUSMINUS - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTVARIABLEDECLARATOR - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTVARIABLEDECLARATORID - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTVARIABLEINITIALIZER - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTWHILESTATEMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JJTWILDCARDBOUNDS - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserTreeConstants
- JListHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JListHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JListHandler
- JMenuHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JMenuHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JMenuHandler
- JPasswordFieldHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JPasswordFieldHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JPasswordFieldHandler
- JPopupMenuHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JPopupMenuHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JPopupMenuHandler
- JProgressBarHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JProgressBarHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JProgressBarHandler
- JRadioButtonHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JRadioButtonHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JRadioButtonHandler
- JScrollPaneCompiledObject(String, ClassDescriptor, JAXXCompiler) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JScrollPaneHandler.JScrollPaneCompiledObject
- JScrollPaneHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JScrollPaneHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JScrollPaneHandler
- JScrollPaneHandler.JScrollPaneCompiledObject - Class in org.nuiton.jaxx.compiler.tags.swing
- JSliderHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JSliderHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JSliderHandler
- JSpinnerHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JSpinnerHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JSpinnerHandler
- JSpinnerHandler.CompiledSpinner - Class in org.nuiton.jaxx.compiler.tags.swing
- JSplitPaneHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JSplitPaneHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JSplitPaneHandler
- JTabbedPaneHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JTabbedPaneHandler - Class in org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers
- JTabbedPaneHandler() - Constructor for class org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.JTabbedPaneHandler
- JTabbedPaneHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JTabbedPaneHandler
- JTabbedPaneHandler.CompiledTabbedPane - Class in org.nuiton.jaxx.compiler.tags.swing
- JTextComponentHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JTextComponentHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JTextComponentHandler
- JToolBarHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JToolBarHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JToolBarHandler
- JTreeHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JTreeHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JTreeHandler
- JWindowHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- JWindowHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JWindowHandler
- JXLayerHandler - Class in org.nuiton.jaxx.compiler.tags.swing
-
To deal with JXLayer, since from version 3.0.4, we can not use any longer the
Container.add(Component)! - JXLayerHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JXLayerHandler
K
- KeyStrokeConverter - Class in org.nuiton.jaxx.compiler.types
- KeyStrokeConverter() - Constructor for class org.nuiton.jaxx.compiler.types.KeyStrokeConverter
- kind - Variable in class org.nuiton.jaxx.compiler.css.parser.Token
-
An integer that describes the kind of this token.
- kind - Variable in class org.nuiton.jaxx.compiler.java.parser.Token
-
An integer that describes the kind of this token.
L
- LabeledStatement() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- lastToken - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- lastToken - Variable in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- lateInitializer - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Extra code to be added at the end of the instance initializer.
- LAYOUT_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- LBRACE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- LBRACKET - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- LE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- LEFT_BRACE - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- leftBraceMatcher - Static variable in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
-
left brace matcher
- LENGTH - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- LETTER - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- LETTER - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- LexicalError(boolean, int, int, int, String, char) - Static method in error org.nuiton.jaxx.compiler.css.parser.TokenMgrError
- LexicalError(boolean, int, int, int, String, char) - Static method in error org.nuiton.jaxx.compiler.java.parser.TokenMgrError
- lexStateNames - Static variable in class org.nuiton.jaxx.compiler.css.parser.CSSParserTokenManager
- lexStateNames - Static variable in class org.nuiton.jaxx.compiler.java.parser.JavaParserTokenManager
- line - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- line - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- Line() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- lineSeparator - Static variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Line separator cached value
- Literal() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- LiteralNode - Class in org.nuiton.jaxx.compiler.tools.jaxxcapture
- LiteralNode(String, Object) - Constructor for class org.nuiton.jaxx.compiler.tools.jaxxcapture.LiteralNode
- loadFile(File) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Loads the given file and returns its content.
- LocalVariableDeclaration() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- log - Static variable in class org.nuiton.jaxx.compiler.binding.DataBinding
-
Logger.
- log - Static variable in class org.nuiton.jaxx.compiler.binding.DataSource
-
Logger
- log - Static variable in class org.nuiton.jaxx.compiler.binding.PseudoClassDataBinding
-
Logger
- log - Static variable in class org.nuiton.jaxx.compiler.ClassMap
-
Logger
- log - Static variable in class org.nuiton.jaxx.compiler.decorators.DefaultCompiledObjectDecorator
- log - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
-
Logger.
- log - Static variable in class org.nuiton.jaxx.compiler.finalizers.SwingFinalizer
-
Logger.
- log - Static variable in class org.nuiton.jaxx.compiler.I18nHelper
- log - Static variable in class org.nuiton.jaxx.compiler.IDHelper
-
Logger
- log - Static variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Logger
- log - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
-
Logger
- log - Static variable in class org.nuiton.jaxx.compiler.tags.ImportHandler
-
Logger
- log - Static variable in class org.nuiton.jaxx.compiler.tags.TagManager
-
Logger
- LONG - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- lookingAhead - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- LPAREN - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- LSHIFT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- LSHIFTASSIGN - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- LT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
M
- main(String[]) - Static method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- main(String[]) - Static method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- main(String[]) - Static method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.JAXXCapture
- main(String[]) - Static method in class org.nuiton.jaxx.compiler.tools.PrintTagInfo
-
Displays information about the class name in arg[0].
- mainDeclared - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
true if a main() method has been declared in a script
- MarkerAnnotation() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- matchStyleClass(String) - Method in class org.nuiton.jaxx.compiler.CompiledObject
- MAXIMUM_PROPERTY - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JSpinnerHandler
- maxNextCharInd - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- maxNextCharInd - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- MemberDescriptor - Class in org.nuiton.jaxx.compiler.reflect
-
Mirrors the class
java.lang.ref.Member. - MemberSelector() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- MemberValue() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- MemberValueArrayInitializer() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- MemberValuePair() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- MemberValuePairs() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- METHOD_NAME_$GET_JAXXOBJECT_DESCRIPTOR - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- METHOD_NAME_$GET_PROPERTY_CHANGE_SUPPORT - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- METHOD_NAME_$INITIALIZE - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- METHOD_NAME_$INITIALIZE_01_CREATE_COMPONENTS - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- METHOD_NAME_$INITIALIZE_02_REGISTER_DATA_BINDINGS - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- METHOD_NAME_$INITIALIZE_03_FINALIZE_CREATE_COMPONENTS - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- METHOD_NAME_$INITIALIZE_04_APPLY_DATA_BINDINGS - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- METHOD_NAME_$INITIALIZE_05_SET_PROPERTIES - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- METHOD_NAME_$INITIALIZE_06_FINALIZE_INITIALIZE - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- METHOD_NAME_APPLY_DATA_BINDING - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- METHOD_NAME_FIRE_PROPERTY_CHANGE - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- METHOD_NAME_PROCESS_DATA_BINDING - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- METHOD_NAME_REGISTER_DATA_BINDING - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- METHOD_NAME_REMOVE_DATA_BINDING - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- METHOD_NAME$BEFORE_INIT - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- MethodDeclaration(int, boolean) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- MethodDeclarator() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- MethodDescriptor - Class in org.nuiton.jaxx.compiler.reflect
-
Mirrors the class
java.lang.ref.Method. - MethodDescriptor(String, int, String, String[], ClassLoader) - Constructor for class org.nuiton.jaxx.compiler.reflect.MethodDescriptor
- MethodNode - Class in org.nuiton.jaxx.compiler.tools.jaxxcapture
- MethodNode(String) - Constructor for class org.nuiton.jaxx.compiler.tools.jaxxcapture.MethodNode
- methods - Variable in class org.nuiton.jaxx.compiler.binding.DataBinding
-
Extra method to add to the binding
- methods - Variable in class org.nuiton.jaxx.compiler.binding.DataSource
- MINIMUM_PROPERTY - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JSpinnerHandler
- MINUS - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- MINUSASSIGN - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- MNEMONIC_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- Modifiers() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- ModifierSet() - Constructor for class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- mousedown - org.nuiton.jaxx.compiler.css.StylesheetHelper.MouseEventEnum
- mouseout - org.nuiton.jaxx.compiler.css.StylesheetHelper.MouseEventEnum
- mouseover - org.nuiton.jaxx.compiler.css.StylesheetHelper.MouseEventEnum
- mouseup - org.nuiton.jaxx.compiler.css.StylesheetHelper.MouseEventEnum
- MULTI_LINE_COMMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- MultiplicativeExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
N
- Name() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- NAME_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- NAME_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.validator.ExcludeFieldValidatorHandler
- NAME_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.validator.FieldValidatorHandler
- NameList() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- NATIVE - Static variable in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- NATIVE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- NE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- needSwingUtil - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Deprecated.since 2.4.1, will be removed in version 3.0, it is not a good idea to do special treatment for a particular class, to use SwingUtil, do like for other class : import it!
- NEW - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- newArgument(String, String) - Static method in class org.nuiton.jaxx.compiler.java.JavaElementFactory
- newArgument(String, String, boolean) - Static method in class org.nuiton.jaxx.compiler.java.JavaElementFactory
- newChildRef(CompiledObject, String, String) - Method in class org.nuiton.jaxx.compiler.CompiledObject
- newCompiler(JAXXCompilerFile) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
-
Create a new compiler and attach it to the given
jaxxFile. - newConstructor(int, String, String, String[], JavaArgument...) - Static method in class org.nuiton.jaxx.compiler.java.JavaElementFactory
- newConstructor(int, String, String, JavaArgument...) - Static method in class org.nuiton.jaxx.compiler.java.JavaElementFactory
- newDummyCompiler(ClassLoader) - Static method in class org.nuiton.jaxx.compiler.JAXXFactory
-
Creates a dummy Compiler for use in unit testing or dettached use of an engine.
- newDummyEngine() - Static method in class org.nuiton.jaxx.compiler.JAXXFactory
-
Create a new empty launchor and set it as current launchor accessible via method
JAXXFactory.getEngine(). - newEngine(File, String...) - Static method in class org.nuiton.jaxx.compiler.JAXXFactory
-
Create a new launchor and set it as current launchor accessible via method
JAXXFactory.getEngine(). - newField(int, String, String, boolean) - Static method in class org.nuiton.jaxx.compiler.java.JavaElementFactory
- newField(int, String, String, boolean, String, String...) - Static method in class org.nuiton.jaxx.compiler.java.JavaElementFactory
- newFile(int, String) - Static method in class org.nuiton.jaxx.compiler.java.JavaElementFactory
- newFile(int, String, String) - Static method in class org.nuiton.jaxx.compiler.java.JavaElementFactory
- newMethod(int, String, String, String, boolean, String[], JavaArgument...) - Static method in class org.nuiton.jaxx.compiler.java.JavaElementFactory
- newMethod(int, String, String, String, boolean, JavaArgument...) - Static method in class org.nuiton.jaxx.compiler.java.JavaElementFactory
- newProfileResult(String) - Method in class org.nuiton.jaxx.compiler.JAXXProfile
- newProfileResult(JAXXProfile.ProfileResult...) - Method in class org.nuiton.jaxx.compiler.JAXXProfile
- newPseudoClassDataBinding(String, CompiledObject, String, String, boolean) - Static method in class org.nuiton.jaxx.compiler.binding.PseudoClassDataBinding
- newToken(int) - Static method in class org.nuiton.jaxx.compiler.css.parser.Token
-
Returns a new Token object, by default.
- newToken(int) - Static method in class org.nuiton.jaxx.compiler.java.parser.Token
-
Returns a new Token object, by default.
- next - Variable in class org.nuiton.jaxx.compiler.css.parser.Token
-
A reference to the next regular (non-special) token from the input stream.
- next - Variable in class org.nuiton.jaxx.compiler.java.parser.Token
-
A reference to the next regular (non-special) token from the input stream.
- nextCharBuf - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- nextCharInd - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- nextId(String) - Method in class org.nuiton.jaxx.compiler.IDHelper
- Node - Interface in org.nuiton.jaxx.compiler.css.parser
- Node - Interface in org.nuiton.jaxx.compiler.java.parser
- NormalAnnotation() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- NULL - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- NullLiteral() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
O
- OBJECT_MAP_FIELD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- objectCode - Variable in class org.nuiton.jaxx.compiler.binding.DataListener
-
the nullity test to do before to add or remove the listener
- ObjectHandler - Class in org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers
- ObjectHandler() - Constructor for class org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.ObjectHandler
- objectMap - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Maps XML tags to the CompiledObjects created from them.
- objects - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Maps object ID strings to the objects themselves.
- OCTAL_LITERAL - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- of(ClassLoader, String, boolean) - Static method in class org.nuiton.jaxx.compiler.finalizers.I18nKeysFileModel
- openComponent(CompiledObject) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- openComponent(CompiledObject, String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- openComponent(CompiledObject, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- openComponent(CompiledObject, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JPopupMenuHandler
- openComponent(CompiledObject, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JWindowHandler
- openComponents - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Keeps track of open components (components still having children added).
- openInvisibleComponent(CompiledObject) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- optimize - Variable in class org.nuiton.jaxx.compiler.IDHelper
-
Flag to use optimized id
- optimizeConstructorParameters(JavaFile, ImportsManager) - Method in class org.nuiton.jaxx.compiler.tasks.GenerateTask
- optimizedAutogenId - Variable in class org.nuiton.jaxx.compiler.IDHelper
-
Optimized Counter
- optimizeImports(JavaFile, String) - Method in class org.nuiton.jaxx.compiler.tasks.GenerateTask
- ORASSIGN - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- org.nuiton.jaxx.compiler - package org.nuiton.jaxx.compiler
- org.nuiton.jaxx.compiler.beans - package org.nuiton.jaxx.compiler.beans
- org.nuiton.jaxx.compiler.binding - package org.nuiton.jaxx.compiler.binding
- org.nuiton.jaxx.compiler.binding.writers - package org.nuiton.jaxx.compiler.binding.writers
- org.nuiton.jaxx.compiler.css - package org.nuiton.jaxx.compiler.css
- org.nuiton.jaxx.compiler.css.parser - package org.nuiton.jaxx.compiler.css.parser
- org.nuiton.jaxx.compiler.decorators - package org.nuiton.jaxx.compiler.decorators
- org.nuiton.jaxx.compiler.finalizers - package org.nuiton.jaxx.compiler.finalizers
- org.nuiton.jaxx.compiler.java - package org.nuiton.jaxx.compiler.java
- org.nuiton.jaxx.compiler.java.parser - package org.nuiton.jaxx.compiler.java.parser
- org.nuiton.jaxx.compiler.reflect - package org.nuiton.jaxx.compiler.reflect
- org.nuiton.jaxx.compiler.reflect.resolvers - package org.nuiton.jaxx.compiler.reflect.resolvers
- org.nuiton.jaxx.compiler.script - package org.nuiton.jaxx.compiler.script
- org.nuiton.jaxx.compiler.spi - package org.nuiton.jaxx.compiler.spi
- org.nuiton.jaxx.compiler.tags - package org.nuiton.jaxx.compiler.tags
- org.nuiton.jaxx.compiler.tags.swing - package org.nuiton.jaxx.compiler.tags.swing
- org.nuiton.jaxx.compiler.tags.validator - package org.nuiton.jaxx.compiler.tags.validator
- org.nuiton.jaxx.compiler.tasks - package org.nuiton.jaxx.compiler.tasks
- org.nuiton.jaxx.compiler.tools - package org.nuiton.jaxx.compiler.tools
- org.nuiton.jaxx.compiler.tools.jaxxcapture - package org.nuiton.jaxx.compiler.tools.jaxxcapture
- org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers - package org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers
- org.nuiton.jaxx.compiler.types - package org.nuiton.jaxx.compiler.types
- ORIENTATION_VALUE_HORIZONTAL - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JSplitPaneHandler
- ORIENTATION_VALUE_HORIZONTAL - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JXLayerHandler
- ORIENTATION_VALUE_HORIZONTAL_SPLIT - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JSplitPaneHandler
- ORIENTATION_VALUE_HORIZONTAL_SPLIT - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JXLayerHandler
- ORIENTATION_VALUE_VERTICAL - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JSplitPaneHandler
- ORIENTATION_VALUE_VERTICAL - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JXLayerHandler
- ORIENTATION_VALUE_VERTICAL_SPLIT - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JSplitPaneHandler
- ORIENTATION_VALUE_VERTICAL_SPLIT - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JXLayerHandler
- originalBeanInfoSearchPath - Static variable in class org.nuiton.jaxx.compiler.beans.BeanInfoUtil
- otherFields - org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
- otherPublic - org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- outputClassName - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Name of class being compiled.
- OVERRIDE_PARAMETER - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
P
- PACKAGE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- PackageDeclaration() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- packageLocal - org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- parent - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- parent - Variable in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- PARENT_VALIDATOR_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- parentValidator - Variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- parseDocument(InputStream) - Static method in class org.nuiton.jaxx.compiler.JAXXCompiler
- ParseException - Exception in org.nuiton.jaxx.compiler.css.parser
- ParseException - Exception in org.nuiton.jaxx.compiler.java.parser
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception org.nuiton.jaxx.compiler.css.parser.ParseException
- ParseException() - Constructor for exception org.nuiton.jaxx.compiler.java.parser.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(String) - Constructor for exception org.nuiton.jaxx.compiler.css.parser.ParseException
- ParseException(String) - Constructor for exception org.nuiton.jaxx.compiler.java.parser.ParseException
- ParseException(String, int, int) - Constructor for exception org.nuiton.jaxx.compiler.css.parser.ParseException
- ParseException(String, int, int) - Constructor for exception org.nuiton.jaxx.compiler.java.parser.ParseException
- ParseException(Token, int[][], String[]) - Constructor for exception org.nuiton.jaxx.compiler.java.parser.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- parser - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- parser - Variable in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- parseType(String) - Method in class org.nuiton.jaxx.compiler.binding.TypeParser
- PART_LETTER - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- perform(JAXXEngine) - Method in class org.nuiton.jaxx.compiler.tasks.CompileFirstPassTask
- perform(JAXXEngine) - Method in class org.nuiton.jaxx.compiler.tasks.CompileSecondPassTask
- perform(JAXXEngine) - Method in class org.nuiton.jaxx.compiler.tasks.FinalizeTask
- perform(JAXXEngine) - Method in class org.nuiton.jaxx.compiler.tasks.GenerateConstructorsTask
- perform(JAXXEngine) - Method in class org.nuiton.jaxx.compiler.tasks.GenerateMissingRulesTask
- perform(JAXXEngine) - Method in class org.nuiton.jaxx.compiler.tasks.GenerateTask
- perform(JAXXEngine) - Method in class org.nuiton.jaxx.compiler.tasks.InitTask
- perform(JAXXEngine) - Method in class org.nuiton.jaxx.compiler.tasks.JAXXEngineTask
-
Performs the task on the given
engine. - perform(JAXXEngine) - Method in class org.nuiton.jaxx.compiler.tasks.ProfileTask
- perform(JAXXEngine) - Method in class org.nuiton.jaxx.compiler.tasks.StyleSheetTask
- PLUS - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- PLUSASSIGN - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- popNode() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- popNode() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- PostfixExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- PostfixOperator() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- PreDecrementExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- PreIncrementExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- prepareJavaFile(CompiledObject, JAXXCompiler, JavaFile, String, String) - Method in class org.nuiton.jaxx.compiler.finalizers.ApplyI18nKeysFileFinalizer
- prepareJavaFile(CompiledObject, JAXXCompiler, JavaFile, String, String) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- prepareJavaFile(CompiledObject, JAXXCompiler, JavaFile, String, String) - Method in class org.nuiton.jaxx.compiler.finalizers.DetectI18nKeyFilesFinalizer
- prepareJavaFile(CompiledObject, JAXXCompiler, JavaFile, String, String) - Method in interface org.nuiton.jaxx.compiler.finalizers.JAXXCompilerFinalizer
-
Prepare java file after any compiler finalizer pass, says the last action before generation.
- prepareJavaFile(CompiledObject, JAXXCompiler, JavaFile, String, String) - Method in class org.nuiton.jaxx.compiler.finalizers.SwingFinalizer
- prepareJavaFile(CompiledObject, JAXXCompiler, JavaFile, String, String) - Method in class org.nuiton.jaxx.compiler.finalizers.ValidatorFinalizer
- preprocessScript(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- preprocessScript(String) - Method in class org.nuiton.jaxx.compiler.script.ScriptManager
- prevCharIsCR - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- prevCharIsCR - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- prevCharIsLF - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- prevCharIsLF - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- PREVIOUS_VALUES_FIELD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- PrimaryExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- PrimaryPrefix() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- PrimarySuffix() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- PrimitiveConverter - Class in org.nuiton.jaxx.compiler.types
- PrimitiveConverter() - Constructor for class org.nuiton.jaxx.compiler.types.PrimitiveConverter
- PrimitiveType() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- printReportLine(StringBuilder, String, String, long, long, long, long, long, long) - Method in class org.nuiton.jaxx.compiler.JAXXProfile
- printReportLine2(StringBuilder, String, String, long, long, long, long, long, long) - Method in class org.nuiton.jaxx.compiler.JAXXProfile
- PrintTagInfo - Class in org.nuiton.jaxx.compiler.tools
-
Generates information about a tag for use on the jaxxframework.org web site.
- PrintTagInfo() - Constructor for class org.nuiton.jaxx.compiler.tools.PrintTagInfo
- PRIVATE - Static variable in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- PRIVATE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- privateFields - org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
- privates - org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- PROCESS_DATA_BINDING_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- processChildren(Element, Stack<ContextNode>, JAXXCapture) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.ObjectHandler
- processDataBinding - Variable in class org.nuiton.jaxx.compiler.binding.DataBinding
-
code to add to processDataBinding (null if no binding)
- processDataBindings(String) - Method in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
-
Examine an attribute value for data binding expressions.
- processDataBindings(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- processObject(Element, Stack<ContextNode>) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.JAXXCapture
- processObject(Element, Stack<ContextNode>, JAXXCapture) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.ObjectHandler
- processRule(SimpleNode) - Static method in class org.nuiton.jaxx.compiler.css.StylesheetHelper
- processSelector(SimpleNode) - Static method in class org.nuiton.jaxx.compiler.css.StylesheetHelper
- processStylesheet(String) - Static method in class org.nuiton.jaxx.compiler.css.StylesheetHelper
- profiler - Variable in class org.nuiton.jaxx.compiler.JAXXEngine
-
profile attached to the engine (can be null)
- ProfileTask - Class in org.nuiton.jaxx.compiler.tasks
-
A task to display result of profile mode
- ProfileTask() - Constructor for class org.nuiton.jaxx.compiler.tasks.ProfileTask
- PROGRAMMATIC_PSEUDOCLASS - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- Property() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- PROPERTY_CHANGE_SUPPORT_FIELD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- PropertyNode - Class in org.nuiton.jaxx.compiler.tools.jaxxcapture
- PropertyNode(String) - Constructor for class org.nuiton.jaxx.compiler.tools.jaxxcapture.PropertyNode
- PROTECTED - Static variable in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- PROTECTED - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- protectedFields - org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
- protectedGetters - org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- protecteds - org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- ProxyEventInfo() - Constructor for class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler.ProxyEventInfo
- PseudoClass() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- PSEUDOCLASS_COLON - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- PSEUDOCLASS_IDENTIFIER - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- PseudoClassDataBinding - Class in org.nuiton.jaxx.compiler.binding
-
Represents a data binding in a JAXX file.
- PseudoClassDataBinding(String, String, String, boolean) - Constructor for class org.nuiton.jaxx.compiler.binding.PseudoClassDataBinding
- PUBLIC - Static variable in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- PUBLIC - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- publicFields - org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
- publicGetters - org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- publicSetters - org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- put(ClassDescriptor, T) - Method in class org.nuiton.jaxx.compiler.ClassMap
-
Associates a value with a class and all of its descendents.
R
- RBRACE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- RBRACKET - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- ReadByte() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- readChar() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- readChar() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- ReferenceType() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- REGISTER_DATA_BINDING_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- registerAutoFieldBean(Element, JAXXCompiler, JAXXBeanInfo) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- registerBean(Class<?>, Class<? extends TagHandler>) - Method in class org.nuiton.jaxx.compiler.spi.DefaultInitializer
- registerBean(ClassDescriptor, Class<T>) - Static method in class org.nuiton.jaxx.compiler.tags.TagManager
-
Maps a class tag to a specific
TagHandler. - registerBeanScope(BeanScope) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- registerCompiledObject(CompiledObject) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- registerCompiledObject(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- registerDataBinding(String, String, String) - Method in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
- registerDataBinding(DataBinding) - Method in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
- registerDefaultNamespace(String, Class<?>...) - Method in class org.nuiton.jaxx.compiler.spi.DefaultInitializer
- registerDefaultNamespace(String, String) - Static method in class org.nuiton.jaxx.compiler.tags.TagManager
-
Sets the default namespace for a tag.
- registerEventHandler(EventHandler) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- registerExcludeField(String, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- registerField(String, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- registerI18nKey(String) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
- registerInitializer(Runnable) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Registers a
Runnablewhich will be executed after the first compilation pass is complete. - registerScript(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- registerScript(String) - Method in class org.nuiton.jaxx.compiler.script.ScriptManager
- registerScript(String, File) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- registerStylesheet(Stylesheet) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- registerStyleSheetFile(URL, boolean) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- registerTag(String, String, TagHandler) - Method in class org.nuiton.jaxx.compiler.spi.DefaultInitializer
- registerTag(String, String, T) - Static method in class org.nuiton.jaxx.compiler.tags.TagManager
-
Registers a
TagHandlerfor a tag. - registerValidatorFields(BeanValidatorHandler.CompiledBeanValidator, JAXXCompiler, String, String, StringBuilder, String) - Method in class org.nuiton.jaxx.compiler.finalizers.ValidatorFinalizer
- ReInit(InputStream) - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- ReInit(InputStream) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- ReInit(InputStream) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- ReInit(InputStream) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- ReInit(InputStream, int, int) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- ReInit(InputStream, int, int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- ReInit(InputStream, int, int, int) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- ReInit(InputStream, int, int, int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- ReInit(InputStream, String) - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- ReInit(InputStream, String) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- ReInit(InputStream, String) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- ReInit(InputStream, String) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- ReInit(InputStream, String, int, int) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- ReInit(InputStream, String, int, int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- ReInit(InputStream, String, int, int, int) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- ReInit(InputStream, String, int, int, int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- ReInit(Reader) - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- ReInit(Reader) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- ReInit(Reader) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- ReInit(Reader) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- ReInit(Reader, int, int) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- ReInit(Reader, int, int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- ReInit(Reader, int, int, int) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- ReInit(Reader, int, int, int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- ReInit(CSSParserTokenManager) - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- ReInit(SimpleCharStream) - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParserTokenManager
- ReInit(SimpleCharStream, int) - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParserTokenManager
- ReInit(JavaCharStream) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParserTokenManager
- ReInit(JavaCharStream, int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParserTokenManager
- ReInit(JavaParserTokenManager) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- RelationalExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- REM - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- REMASSIGN - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- REMOVE_CONTEXT_VALUE_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- REMOVE_CONTEXT_VALUE_NAMED_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- REMOVE_PROPERTY_CHANGE_SUPPORT_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- REMOVE_PROPERTY_CHANGE_SUPPORT_NAMED_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- removeBeanScope() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- removeFieldPropertyName(String) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- removeListenerCode - Variable in class org.nuiton.jaxx.compiler.binding.DataListener
-
code of the remove listener
- removeLiteralExpressions(Map<SimpleNode, List<SimpleNode>>, List<SimpleNode>) - Static method in class org.nuiton.jaxx.compiler.binding.JavaParserUtil
-
Remove from expressions store, all literal expressions and dependencies on it.
- removeNoneStandaloneExpressions(Map<SimpleNode, List<SimpleNode>>, Map<SimpleNode, List<SimpleNode>>) - Static method in class org.nuiton.jaxx.compiler.binding.JavaParserUtil
-
Remove from expressions sotre, all expressions with dependencies.
- replaceObjectReferences(String, String) - Static method in class org.nuiton.jaxx.compiler.binding.PseudoClassDataBinding
-
Replaces all references to the variable "object" with the actual object ID.
- replaceOverrides(JAXXCompiler, Set<String>, String) - Method in class org.nuiton.jaxx.compiler.binding.DataBinding
- reportError(int, String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- reportError(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- reportError(String, CompilerException) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- reportError(CompilerException) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- reportError(Element, String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- reportError(Element, String, int) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- reportWarning(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- reportWarning(Element, String, int) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- reset() - Static method in class org.nuiton.jaxx.compiler.beans.BeanInfoUtil
- reset() - Method in class org.nuiton.jaxx.compiler.binding.writers.AbstractJAXXBindingWriter
- reset() - Method in interface org.nuiton.jaxx.compiler.binding.writers.JAXXBindingWriter
-
Reset internal states.
- reset() - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
- reset() - Static method in class org.nuiton.jaxx.compiler.tags.TagManager
- reset(boolean) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
-
Resets all state in preparation for a new compilation session.
- resolveClass(String, JAXXCompiler) - Static method in class org.nuiton.jaxx.compiler.tags.TagManager
- resolveClassName(String, JAXXCompiler) - Static method in class org.nuiton.jaxx.compiler.tags.TagManager
-
Resolves a simple class name (like
ObjectorString) to its fully-qualified name. - resolveDescriptor(String, URL) - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorResolver
- resolveDescriptor(String, URL) - Method in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJavaClass
- resolveDescriptor(String, URL) - Method in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJavaFile
- resolveDescriptor(String, URL) - Method in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJaxxFile
- resolveFullyQualifiedName(String) - Method in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJavaFile.JavaFileParser
- resolverType - Variable in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- ResultType() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- RETURN - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- ReturnStatement() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- revertSafeId(String) - Method in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
-
Revert a previous computed safe id.
- RIGHT_BRACE - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- rightBraceMatcher - Static variable in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
-
right brace matcher
- root - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Object corresponding to the root tag in the document.
- RowHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- RowHandler() - Constructor for class org.nuiton.jaxx.compiler.tags.swing.RowHandler
- RPAREN - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- RSIGNEDSHIFT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- RSIGNEDSHIFT() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- RSIGNEDSHIFTASSIGN - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- Rule() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- run() - Method in class org.nuiton.jaxx.compiler.JAXXEngine
-
Compiled a set of files.
- runInitializers() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- RUNSIGNEDSHIFT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- RUNSIGNEDSHIFT() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- RUNSIGNEDSHIFTASSIGN - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
S
- safeInit() - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- SC_AND - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- SC_OR - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- scanAttributesForDependencies(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- scanAttributesForDependencies(Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Scans all attributes for any dependency classes and adds them to the current compilation set.
- scanConstructorDeclaration(SimpleNode) - Method in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJavaFile.JavaFileParser
- scanFieldDeclaration(SimpleNode) - Method in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJavaFile.JavaFileParser
- scanForExpressions(SimpleNode, SimpleNode, Map<SimpleNode, List<SimpleNode>>, List<SimpleNode>, Map<SimpleNode, List<SimpleNode>>) - Static method in class org.nuiton.jaxx.compiler.binding.JavaParserUtil
- scanMethodDeclaration(SimpleNode) - Method in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJavaFile.JavaFileParser
- scanModifiers(String) - Method in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJavaFile.JavaFileParser
- scanNode(SimpleNode, String) - Static method in class org.nuiton.jaxx.compiler.binding.PseudoClassDataBinding
- ScriptHandler - Class in org.nuiton.jaxx.compiler.tags
-
Handles the
<script>tag. - ScriptHandler() - Constructor for class org.nuiton.jaxx.compiler.tags.ScriptHandler
- ScriptInitializer - Class in org.nuiton.jaxx.compiler.script
-
A dummy CompiledObject which serves to initialize scripted field.
- ScriptInitializer(String, JAXXCompiler) - Constructor for class org.nuiton.jaxx.compiler.script.ScriptInitializer
- scriptManager - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
script manager
- ScriptManager - Class in org.nuiton.jaxx.compiler.script
- ScriptManager(JAXXCompiler) - Constructor for class org.nuiton.jaxx.compiler.script.ScriptManager
- selected - org.nuiton.jaxx.compiler.css.StylesheetHelper.PseudoClassEnum
- Selector() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- Selectors() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- SEMICOLON - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- SEMICOLON - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- SERIAL_VERSION_UID_FIELD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
-
serialVersionUID field
- SET_CONTEXT_VALUE_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- SET_CONTEXT_VALUE_NAMED_METHOD - Static variable in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
- setAbstractClass(boolean) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- setAbstractClass(boolean) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- setAddAutoHandlerUI(boolean) - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- setAddAutoHandlerUI(boolean) - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- setAdditionalData(String, Object) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- setAddToContainer(boolean) - Method in class org.nuiton.jaxx.compiler.CompiledObject
- setApplyI18nHelper(boolean) - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- setApplyI18nHelper(boolean) - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- setAttribute(GridBagConstraints, String, String) - Static method in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
- setAttribute(CompiledObject, String, String, boolean, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- setAttribute(CompiledObject, String, String, boolean, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Set a single property on an object.
- setAttribute(CompiledObject, String, String, boolean, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.AbstractButtonHandler
- setAttribute(CompiledObject, String, String, boolean, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.ApplicationHandler
- setAttribute(CompiledObject, String, String, boolean, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.TabHandler
- setAttribute(CompiledObject, String, String, boolean, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.TableHandler
- setAttribute(CompiledObject, String, String, boolean, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- setAttribute(CompiledObject, String, String, boolean, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- setAttribute(CompiledObject, TabInfoWithValidator, String, String, JAXXCompiler) - Static method in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- setAttributeFromCss(CompiledObject, String, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Set a single property on an object.
- setAttributes(GridBagConstraints, Element) - Static method in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
- setAttributes(CompiledObject, TabInfo, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- setAttributes(CompiledObject, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Processes the attributes of an XML tag.
- setAttributes(CompiledObject, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JInternalFrameHandler
- setBeanScope(BeanScope) - Method in class org.nuiton.jaxx.compiler.CompiledObject
- setBody(String) - Method in class org.nuiton.jaxx.compiler.java.JavaMethod
- setBound(boolean) - Method in class org.nuiton.jaxx.compiler.beans.JAXXPropertyDescriptor
- setChildJavaCode(String) - Method in class org.nuiton.jaxx.compiler.CompiledObject.ChildRef
- setClassLoader(ClassLoader) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- setClassLoader(ClassLoader) - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorResolver
- setCommonCss(URL) - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- setCompiler(JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.JAXXCompilerFile
- setConfiguration(CompilerConfiguration) - Static method in class org.nuiton.jaxx.compiler.JAXXFactory
- setConstructorParams(String) - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Sets the parameters to pass to this object's constructor.
- setDebugStream(PrintStream) - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParserTokenManager
- setDebugStream(PrintStream) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParserTokenManager
- setDecorator(CompiledObjectDecorator) - Method in class org.nuiton.jaxx.compiler.CompiledObject
- setDefaults(CompiledObject, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- setDefaults(CompiledObject, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Initializes the default settings of the object, prior to setting its attribute values.
- setDefaults(CompiledObject, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.AbstractButtonHandler
- setDefaults(CompiledObject, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.ApplicationHandler
- setDefaults(CompiledObject, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JInternalFrameHandler
- setDefaults(CompiledObject, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JSliderHandler
- setDefaults(CompiledObject, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JTextComponentHandler
- setDefaults(CompiledObject, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- setDetectAction(boolean) - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- setDetectAction(boolean) - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- setExtraInterfaces(String[]) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- setForceOverride(boolean) - Method in class org.nuiton.jaxx.compiler.CompiledObject
- setGenerateI18nHelper(boolean) - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- setGenerateI18nHelper(boolean) - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- setGenerateMissingIdsAndStyleClassesInCss(boolean) - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- setGenerateMissingIdsAndStyleClassesInCss(boolean) - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- setGenericType(String) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- setGenericType(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- setGenericTypes(String...) - Method in class org.nuiton.jaxx.compiler.CompiledObject
- setI18n(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- setI18nModule(I18nModule) - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
- setI18nModule(I18nModule) - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- setI18nProperty(String) - Method in class org.nuiton.jaxx.compiler.CompiledObject
- setImports(Collection<String>) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- setInitializer(String) - Method in class org.nuiton.jaxx.compiler.CompiledObject
- setInitializer(String) - Method in class org.nuiton.jaxx.compiler.java.JavaField
- setInlineable(boolean) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- setInterfaces(String[]) - Method in class org.nuiton.jaxx.compiler.SymbolTable
- setInterfaces(List<String>) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- setJavaBean(boolean) - Method in class org.nuiton.jaxx.compiler.CompiledObject
- setJavaBeanInitCode(String) - Method in class org.nuiton.jaxx.compiler.CompiledObject
- setJavaType(ClassDescriptor) - Method in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- setMainDeclared(boolean) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- setModifiers(int) - Method in class org.nuiton.jaxx.compiler.java.JavaElement
- setName(String) - Method in class org.nuiton.jaxx.compiler.java.JavaElement
- setOverride(boolean) - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Sets whether this class overrides an identically-named object in the parent class.
- setOverrideType(ClassDescriptor) - Method in class org.nuiton.jaxx.compiler.CompiledObject
- setParent(CompiledObject) - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Sets this object's parent container.
- setParent(CapturedObject) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- setProperty(String, String) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- setProperty(CompiledObject, String, Object, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Appends Java code to a
CompiledObjectin order to implement a property assignment. - setProperty(CompiledObject, String, Object, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JRadioButtonHandler
- setProperty(CompiledObject, String, Object, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JSpinnerHandler
- setReturnType(String) - Method in class org.nuiton.jaxx.compiler.java.JavaMethod
- setShowLoading(boolean) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
- setSimpleName(String) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- setSimpleType(String) - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Sets the simple type of the object.
- setStyleClass(String) - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
Sets this object's CSS style class.
- setSuperClass(String) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- setSuperclassIsJAXXObject(boolean) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- setSuperclassName(String) - Method in class org.nuiton.jaxx.compiler.SymbolTable
- setSuperGenericType(String) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
- setSuperGenericType(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- setTabSize(int) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- setTabSize(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- SETTER_PATTERN - Static variable in class org.nuiton.jaxx.compiler.java.JavaFile
- setType(String) - Method in class org.nuiton.jaxx.compiler.java.JavaArgument
- setType(String) - Method in class org.nuiton.jaxx.compiler.java.JavaField
- setUiHandler(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
- setValue(String, Object) - Method in class org.nuiton.jaxx.compiler.beans.JAXXFeatureDescriptor
- setVerbose(boolean) - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- ShiftExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- SHORT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- SHOW_LOG - Static variable in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
-
To debug binding without any log interference
- showLog() - Method in class org.nuiton.jaxx.compiler.binding.DataSource
- simpleBindings - Variable in class org.nuiton.jaxx.compiler.binding.DataBindingHelper
-
Simpel bindings for the compiler
- SimpleCharStream - Class in org.nuiton.jaxx.compiler.css.parser
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream(InputStream) - Constructor for class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- SimpleCharStream(InputStream, int, int) - Constructor for class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- SimpleCharStream(InputStream, String) - Constructor for class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- SimpleCharStream(Reader) - Constructor for class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- SimpleCharStream(Reader, int, int) - Constructor for class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- SimpleJAXXObjectBindingWriter - Class in org.nuiton.jaxx.compiler.binding.writers
-
Created: 5 déc. 2009
- SimpleJAXXObjectBindingWriter() - Constructor for class org.nuiton.jaxx.compiler.binding.writers.SimpleJAXXObjectBindingWriter
- SimpleNode - Class in org.nuiton.jaxx.compiler.css.parser
- SimpleNode - Class in org.nuiton.jaxx.compiler.java.parser
- SimpleNode(int) - Constructor for class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- SimpleNode(int) - Constructor for class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- SimpleNode(CSSParser, int) - Constructor for class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- SimpleNode(JavaParser, int) - Constructor for class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- simplifyCode(String, String...) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
-
Try to use a simple type fro the given
typeand apply it on the givenpattern. - SINGLE_LINE_COMMENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- SingleMemberAnnotation() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- SLASH - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- SLASHASSIGN - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- SOURCE_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.ScriptHandler
- SOURCE_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.StyleHandler
- sourceFiles - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Used for error reporting purposes, so we can report the right source file.
- specialConstructor - Variable in exception org.nuiton.jaxx.compiler.java.parser.ParseException
-
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
- specialToken - Variable in class org.nuiton.jaxx.compiler.css.parser.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- specialToken - Variable in class org.nuiton.jaxx.compiler.java.parser.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- src - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
jaxx file being compiled.
- STAR - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- STARASSIGN - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- Statement() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- StatementExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- StatementExpressionList() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- STATIC - Static variable in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- STATIC - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- staticFlag - Static variable in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- staticFlag - Static variable in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- statics - org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- staticsBean - org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
- staticsOthers - org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
- staticsPrivateBindings - org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
- staticsPublicBindings - org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
- STRICT_CHECKS - Static variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
True to throw exceptions when we encounter unresolvable classes, false to ignore.
- STRICT_MODE_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- STRICTFP - Static variable in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- STRICTFP - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- strictMode - Variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- STRING - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- STRING_LITERAL - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- STUFF_TO_IGNORE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- STYLE_CLASS_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- StyleHandler - Class in org.nuiton.jaxx.compiler.tags
-
Handles the
<style>tag. - StyleHandler() - Constructor for class org.nuiton.jaxx.compiler.tags.StyleHandler
- stylesheet - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Combination of all stylesheets registered using
JAXXCompiler.registerStylesheet(Stylesheet). - Stylesheet() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- StylesheetHelper - Class in org.nuiton.jaxx.compiler.css
-
A helper class to compute
Stylesheet,RuleandSelectorand extract all the compiler logic from this class. - StylesheetHelper() - Constructor for class org.nuiton.jaxx.compiler.css.StylesheetHelper
- StylesheetHelper.MouseEventEnum - Enum in org.nuiton.jaxx.compiler.css
- StylesheetHelper.PseudoClassEnum - Enum in org.nuiton.jaxx.compiler.css
- StyleSheetTask - Class in org.nuiton.jaxx.compiler.tasks
-
Task to apply css stylesheet on objects after second round of compilation.
- StyleSheetTask() - Constructor for class org.nuiton.jaxx.compiler.tasks.StyleSheetTask
- SUPER - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- SUPER_GENERIC_TYPE_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- SwingFinalizer - Class in org.nuiton.jaxx.compiler.finalizers
- SwingFinalizer() - Constructor for class org.nuiton.jaxx.compiler.finalizers.SwingFinalizer
- SWITCH - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- SwitchLabel() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- SwitchStatement() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- SwitchTo(int) - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParserTokenManager
- SwitchTo(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParserTokenManager
- symbol - Variable in class org.nuiton.jaxx.compiler.binding.DataListener
-
Unique id of the data listener (should be something like objectId.propertyName
- symbolTable - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
table of symbols for this compiler
- SymbolTable - Class in org.nuiton.jaxx.compiler
-
Symbol table constructed during the first pass of compilation.
- SymbolTable() - Constructor for class org.nuiton.jaxx.compiler.SymbolTable
- SYNCHRONIZED - Static variable in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- SYNCHRONIZED - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- SynchronizedStatement() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
T
- TabHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- TabHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.TabHandler
- TabHandler.CompiledTabbedTab - Class in org.nuiton.jaxx.compiler.tags.swing
- TableHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- TableHandler - Class in org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers
- TableHandler() - Constructor for class org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.TableHandler
- TableHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.TableHandler
- tabs - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- tabSize - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- tabSize - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- TabWithValidatorHandler - Class in org.nuiton.jaxx.compiler.tags.swing
- TabWithValidatorHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
-
Creates a new
DefaultObjectHandlerwhich provides support for the specified class. - TAG - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- TAG - Static variable in class org.nuiton.jaxx.compiler.tags.validator.ExcludeFieldValidatorHandler
- TAG - Static variable in class org.nuiton.jaxx.compiler.tags.validator.FieldValidatorHandler
- TAG_NAME - Static variable in class org.nuiton.jaxx.compiler.tags.ImportHandler
- TAG_NAME - Static variable in class org.nuiton.jaxx.compiler.tags.ScriptHandler
- TAG_NAME - Static variable in class org.nuiton.jaxx.compiler.tags.StyleHandler
- TAG_NAME - Static variable in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
- TAG_NAME - Static variable in class org.nuiton.jaxx.compiler.tags.swing.ItemHandler
- TAG_NAME - Static variable in class org.nuiton.jaxx.compiler.tags.swing.RowHandler
- TAG_NAME - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabHandler
- TAG_NAME - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabWithValidatorHandler
- TagHandler - Interface in org.nuiton.jaxx.compiler.tags
-
Implementations of
TagHandlerproduce Java source code from XML tags. - TagManager - Class in org.nuiton.jaxx.compiler.tags
-
Manages TagHandlers, including automatically compiling .jaxx files corresponding to class tags.
- tagsBeingCompiled - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
Used for error reporting purposes, so we can report the right line number.
- TASK_NAME - Static variable in class org.nuiton.jaxx.compiler.tasks.CompileFirstPassTask
-
Task name
- TASK_NAME - Static variable in class org.nuiton.jaxx.compiler.tasks.CompileSecondPassTask
-
Task name
- TASK_NAME - Static variable in class org.nuiton.jaxx.compiler.tasks.FinalizeTask
-
Task name
- TASK_NAME - Static variable in class org.nuiton.jaxx.compiler.tasks.GenerateConstructorsTask
-
Task name
- TASK_NAME - Static variable in class org.nuiton.jaxx.compiler.tasks.GenerateMissingRulesTask
-
Task name
- TASK_NAME - Static variable in class org.nuiton.jaxx.compiler.tasks.GenerateTask
-
Task name
- TASK_NAME - Static variable in class org.nuiton.jaxx.compiler.tasks.InitTask
-
Task name
- TASK_NAME - Static variable in class org.nuiton.jaxx.compiler.tasks.ProfileTask
-
Task name
- TASK_NAME - Static variable in class org.nuiton.jaxx.compiler.tasks.StyleSheetTask
-
Task name
- tasks - Variable in class org.nuiton.jaxx.compiler.JAXXEngine
-
tasks to launch
- THIS - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- THROW - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- THROWS - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- ThrowStatement() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- TILDE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- TIME_PATTERN - Static variable in class org.nuiton.jaxx.compiler.JAXXProfile
- TITLED_BORDER_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- TITLED_BORDER_PREFIX - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- token - Variable in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- token - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- Token - Class in org.nuiton.jaxx.compiler.css.parser
-
Describes the input token stream.
- Token - Class in org.nuiton.jaxx.compiler.java.parser
-
Describes the input token stream.
- Token() - Constructor for class org.nuiton.jaxx.compiler.css.parser.Token
- Token() - Constructor for class org.nuiton.jaxx.compiler.java.parser.Token
- token_source - Variable in class org.nuiton.jaxx.compiler.css.parser.CSSParser
- token_source - Variable in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- Token.GTToken - Class in org.nuiton.jaxx.compiler.java.parser
- tokenImage - Static variable in interface org.nuiton.jaxx.compiler.css.parser.CSSParserConstants
- tokenImage - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- tokenImage - Variable in exception org.nuiton.jaxx.compiler.java.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- TokenMgrError - Error in org.nuiton.jaxx.compiler.css.parser
- TokenMgrError - Error in org.nuiton.jaxx.compiler.java.parser
- TokenMgrError() - Constructor for error org.nuiton.jaxx.compiler.css.parser.TokenMgrError
- TokenMgrError() - Constructor for error org.nuiton.jaxx.compiler.java.parser.TokenMgrError
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.nuiton.jaxx.compiler.css.parser.TokenMgrError
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.nuiton.jaxx.compiler.java.parser.TokenMgrError
- TokenMgrError(String, int) - Constructor for error org.nuiton.jaxx.compiler.css.parser.TokenMgrError
- TokenMgrError(String, int) - Constructor for error org.nuiton.jaxx.compiler.java.parser.TokenMgrError
- toString() - Method in class org.nuiton.jaxx.compiler.BeanScope
- toString() - Method in class org.nuiton.jaxx.compiler.binding.DataBinding
- toString() - Method in class org.nuiton.jaxx.compiler.binding.DataListener
- toString() - Method in class org.nuiton.jaxx.compiler.binding.DataSource
- toString() - Method in class org.nuiton.jaxx.compiler.CompiledObject
- toString() - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- toString() - Method in class org.nuiton.jaxx.compiler.css.parser.Token
-
Returns the image.
- toString() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
- toString() - Method in class org.nuiton.jaxx.compiler.EventHandler
- toString() - Method in class org.nuiton.jaxx.compiler.java.JavaField
- toString() - Method in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- toString() - Method in class org.nuiton.jaxx.compiler.java.parser.Token
-
Returns the image.
- toString() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- toString() - Method in class org.nuiton.jaxx.compiler.reflect.FieldDescriptor
- toString() - Method in class org.nuiton.jaxx.compiler.reflect.MemberDescriptor
- toString() - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
- toString() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
- toString() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.MethodNode
- toString() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.PropertyNode
- toString(String) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
- toString(String) - Method in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
- TRANSIENT - Static variable in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- TRANSIENT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- treateClass(BufferedWriter, String) - Static method in class org.nuiton.jaxx.compiler.tools.PrintTagInfo
- treatFile(JAXXEngine, JAXXCompilerFile) - Method in class org.nuiton.jaxx.compiler.tasks.CompileFirstPassTask
- trimScript(String) - Method in class org.nuiton.jaxx.compiler.script.ScriptManager
-
Strips unnecessary curly braces from around the script, generating a warning if they are found.
- trimScript(String, boolean) - Method in class org.nuiton.jaxx.compiler.script.ScriptManager
-
Strips unnecessary curly braces from around the script, generating a warning if flag
warnis on and they are found. - TRUE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- TRY - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- TryStatement() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- tryToGetDeclaredMethodDescriptor(String, ClassDescriptor...) - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- tryToGetDeclaredMethodDescriptor(String, ClassDescriptor...) - Method in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJaxxFile.JaxxFileClassDescriptor
- tryToGetFieldDescriptor(String) - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- tryToGetSetterMethodDescriptor(String) - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
- tryToRegisterI18nInvocation(JAXXCompiler, String) - Static method in class org.nuiton.jaxx.compiler.I18nHelper
- Type() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- TYPE_BOOLEAN - Static variable in interface org.nuiton.jaxx.compiler.finalizers.JAXXCompilerFinalizer
- TYPE_OBJECT - Static variable in interface org.nuiton.jaxx.compiler.finalizers.JAXXCompilerFinalizer
- TYPE_STRING - Static variable in interface org.nuiton.jaxx.compiler.finalizers.JAXXCompilerFinalizer
- TYPE_VOID - Static variable in interface org.nuiton.jaxx.compiler.finalizers.JAXXCompilerFinalizer
- TypeArgument() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- TypeArguments() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- TypeArgumentsForAllocation() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- TypeBound() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- TypeConverter - Interface in org.nuiton.jaxx.compiler.types
- TypeDeclaration() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- TypeManager - Class in org.nuiton.jaxx.compiler.types
- TypeParameter() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- TypeParameters() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- TypeParser - Class in org.nuiton.jaxx.compiler.binding
- TypeParser(JAXXCompiler) - Constructor for class org.nuiton.jaxx.compiler.binding.TypeParser
U
- UI_CLASS_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- uiClass - Variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
- uiHandler - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
- UnaryExpression() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- UnaryExpressionNotPlusMinus() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- unfocused - org.nuiton.jaxx.compiler.css.StylesheetHelper.PseudoClassEnum
- uniqueIds - Variable in class org.nuiton.jaxx.compiler.IDHelper
-
Maps of uniqued id for objects used in compiler
- UnsupportedAttributeException - Exception in org.nuiton.jaxx.compiler
-
Thrown by
TagHandlerwhen an unsupported attribute is encountered. - UnsupportedAttributeException() - Constructor for exception org.nuiton.jaxx.compiler.UnsupportedAttributeException
-
Creates a new
UnsupportedAttributeException. - UnsupportedAttributeException(String) - Constructor for exception org.nuiton.jaxx.compiler.UnsupportedAttributeException
-
Creates a new
UnsupportedAttributeExceptionwith the specified detail message. - UnsupportedAttributeException(String, Throwable) - Constructor for exception org.nuiton.jaxx.compiler.UnsupportedAttributeException
-
Creates a new
UnsupportedAttributeExceptionwith the specified detail message and cause. - UnsupportedAttributeException(Throwable) - Constructor for exception org.nuiton.jaxx.compiler.UnsupportedAttributeException
-
Creates a new
UnsupportedAttributeExceptionwith the specified cause. - UnsupportedTagException - Exception in org.nuiton.jaxx.compiler
-
Thrown by the compiler when an unregistered tag is encountered.
- UnsupportedTagException() - Constructor for exception org.nuiton.jaxx.compiler.UnsupportedTagException
-
Creates a new
UnsupportedTagException. - UnsupportedTagException(String) - Constructor for exception org.nuiton.jaxx.compiler.UnsupportedTagException
-
Creates a new
UnsupportedTagExceptionwith the specified detail message. - UnsupportedTagException(String, Throwable) - Constructor for exception org.nuiton.jaxx.compiler.UnsupportedTagException
-
Creates a new
UnsupportedTagExceptionwith the specified detail message and cause. - UnsupportedTagException(Throwable) - Constructor for exception org.nuiton.jaxx.compiler.UnsupportedTagException
-
Creates a new
UnsupportedTagExceptionwith the specified cause. - unwrap(ClassDescriptor, String) - Static method in class org.nuiton.jaxx.compiler.css.StylesheetHelper
- UpdateLineColumn(char) - Method in class org.nuiton.jaxx.compiler.css.parser.SimpleCharStream
- UpdateLineColumn(char) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaCharStream
- URLtoFile(String) - Static method in class org.nuiton.jaxx.compiler.JAXXCompiler
- URLtoFile(URL) - Static method in class org.nuiton.jaxx.compiler.JAXXCompiler
- used - Variable in class org.nuiton.jaxx.compiler.binding.writers.AbstractJAXXBindingWriter
- used - Variable in class org.nuiton.jaxx.compiler.binding.writers.SimpleJAXXObjectBindingWriter
V
- validatedComponents - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- VALIDATOR_EDITORS_FIELD - Static variable in class org.nuiton.jaxx.compiler.finalizers.ValidatorFinalizer
- VALIDATOR_IDS_FIELD - Static variable in class org.nuiton.jaxx.compiler.finalizers.ValidatorFinalizer
- ValidatorFinalizer - Class in org.nuiton.jaxx.compiler.finalizers
-
To finalize validators fields.
- ValidatorFinalizer() - Constructor for class org.nuiton.jaxx.compiler.finalizers.ValidatorFinalizer
- validators - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
- VALUE_PROPERTY - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JSpinnerHandler
- ValueNode - Class in org.nuiton.jaxx.compiler.tools.jaxxcapture
- ValueNode(Object) - Constructor for class org.nuiton.jaxx.compiler.tools.jaxxcapture.ValueNode
- valueOf(String) - Static method in enum org.nuiton.jaxx.compiler.css.StylesheetHelper.MouseEventEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.nuiton.jaxx.compiler.css.StylesheetHelper.PseudoClassEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper.ResolverType
-
Returns the enum constant of this type with the specified name.
- valueOf(JavaField, int) - Static method in enum org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
- valueOf(JavaMethod, int) - Static method in enum org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
- values() - Static method in enum org.nuiton.jaxx.compiler.css.StylesheetHelper.MouseEventEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.nuiton.jaxx.compiler.css.StylesheetHelper.PseudoClassEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper.ResolverType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VariableDeclarator() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- VariableDeclaratorId() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- VariableInitializer() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- verbose - Variable in class org.nuiton.jaxx.compiler.java.JavaFileGenerator
-
verbose flag when generates
- VOID - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- VOLATILE - Static variable in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
- VOLATILE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
W
- warnings - Variable in class org.nuiton.jaxx.compiler.JAXXEngine
-
Warnings detected while running.
- WHILE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- WhileStatement() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- WHITE_SPACE - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- WIDTH_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- WildcardBounds() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
- write(DataBinding, JavaFileGenerator, StringBuilder) - Method in class org.nuiton.jaxx.compiler.binding.writers.DefaultJAXXBindingWriter
- write(DataBinding, JavaFileGenerator, StringBuilder) - Method in interface org.nuiton.jaxx.compiler.binding.writers.JAXXBindingWriter
-
Generate the creation code of the given
bindingand push it in the givenbuffer. - write(DataBinding, JavaFileGenerator, StringBuilder) - Method in class org.nuiton.jaxx.compiler.binding.writers.SimpleJAXXObjectBindingWriter
- writeInvocationMethod(DataBinding, DataListener[], JavaFileGenerator, StringBuilder, List<JavaMethod>) - Method in class org.nuiton.jaxx.compiler.binding.writers.AbstractJAXXBindingWriter
X
- X_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
- XMLNS_ATTRIBUTE - Static variable in interface org.nuiton.jaxx.compiler.tags.TagHandler
- XOR - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
- XORASSIGN - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
Y
- Y_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
_
- _DEFAULT - Static variable in interface org.nuiton.jaxx.compiler.java.parser.JavaParserConstants
All Classes All Packages