- 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
-
- 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
-
- 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(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(JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.finalizers.DefaultFinalizer
-
- 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
-
- accept(JavaField) - Method in enum org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
-
- accept(int) - Method in enum org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
-
- accept(int, JavaField) - Method in enum org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
-
- accept(JavaMethod) - Method in enum org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
-
- accept(int) - Method in enum org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
-
- accept(int, JavaMethod) - Method in enum org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
-
- 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
-
- 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, 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.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(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 CompiledObject to 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(JavaFile, JavaField) - Method in class org.nuiton.jaxx.compiler.finalizers.AbstractFinalizer
-
- addField(JavaField) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
-
- addField(JavaField, boolean) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
-
- addField(String, String) - Method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
-
- addFileToCompile(JAXXCompilerFile) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
-
Adds a file to be compiled.
- addFileToCompile(File, String) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
-
Adds a
JAXXCompilerFile given the jaxx file and the
corresponding class fully qualified name.
- 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(String) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
-
- 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.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.java.JavaFile
-
- addInterface(String) - Method in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJavaFile.JavaFileParser
-
- 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
-
- 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 PropertyChangeEvents when 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 PropertyChangeEvents when 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 PropertyChangeEvents when 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(JavaFile, JavaField) - Method in class org.nuiton.jaxx.compiler.finalizers.AbstractFinalizer
-
- addSimpleField(JavaField) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
-
- addSimpleField(JavaField) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
- 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
-
- 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.TabHandler
-
- 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.TabHandler
-
- ATTRIBUTE_DISPLAYED_MNEMONIC_INDEX - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabHandler
-
- ATTRIBUTE_ENABLED - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabHandler
-
- 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.TabHandler
-
- ATTRIBUTE_ICON - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabHandler
-
- 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.TabHandler
-
- 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.TabHandler
-
- 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_TEXT - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JTextComponentHandler
-
- ATTRIBUTE_TITLE - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JTabbedPaneHandler
-
- ATTRIBUTE_TITLE - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabHandler
-
- ATTRIBUTE_TOOL_TIP_TEXT - Static variable in class org.nuiton.jaxx.compiler.tags.swing.JTabbedPaneHandler
-
- ATTRIBUTE_TOOL_TIP_TEXT - Static variable in class org.nuiton.jaxx.compiler.tags.swing.TabHandler
-
- 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
-
- autoField - Variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
-
- AUTOFIELD_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
-
- 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
- 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.
- 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
-
- 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
-
- 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(JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.binding.DataBinding
-
Compiles the data binding expression.
- compile() - Method in class org.nuiton.jaxx.compiler.binding.DataSource
-
Compiles the data source expression and listener.
- 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.TabHandler
-
- 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.TabHandler
-
- 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.TabHandler
-
- 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.TabHandler
-
- CompiledBeanValidator(String, ClassDescriptor, JAXXCompiler) - Constructor for class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
-
- CompiledObject - Class in org.nuiton.jaxx.compiler
-
Represents an object in the .java file being generated during compilation.
- 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(String, 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
-
- compileFirstPass(Element) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
- compileFirstPass() - 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.TabHandler
-
- 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 ParseException with the specified detail message.
- CompilerException(Throwable) - Constructor for exception org.nuiton.jaxx.compiler.CompilerException
-
Creates a new ParseException with the specified cause.
- CompilerException(String, Throwable) - Constructor for exception org.nuiton.jaxx.compiler.CompilerException
-
Creates a new ParseException with the specified detail message and cause.
- compileSecondPass(Element) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
- compileSecondPass() - 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 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
-
- COMPUTE_I18N_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
- computeI18n(String, 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 PropertyChangeEvent when
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
-
- 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" and orientation="horizontal".
- constantValue(String, String) - Method in class org.nuiton.jaxx.compiler.tags.swing.JToolBarHandler
-
Add support for orientation="vertical" and orientation="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
-
- 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, String, Class<?>) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
- 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
-
- 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 CompiledObject which will represent the object
created by this TagHandler.
- 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.TableHandler
-
- 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 object from the
compiler to 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 object and
inject it in the code.
- createInitializer(JAXXCompiler, CompiledObject, CompiledObject, StringBuilder, boolean) - Method in class org.nuiton.jaxx.compiler.decorators.DefaultCompiledObjectDecorator
-
- createMethodDescriptor(Method, ClassLoader) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
-
- createMethodDescriptor(Constructor<?>, 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.
- 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
-
- EMPTY_STRING_ARRAY - Static variable in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJavaFile.JavaFileParser
-
- 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
-
- 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.
- 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
- 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
-
- 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(String) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
-
- getAdditionalData() - 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
.java file 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 PropertyChangeListener to 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 Comparator which 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.JAXXCompiler
-
- getBasedir() - Method in class org.nuiton.jaxx.compiler.JAXXCompilerFile
-
- 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
-
- 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
-
- getBrokerFQN(JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.decorators.HelpRootCompiledObjectDecorator
-
- getCanonicalName(Class<?>) - Static method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
- getCanonicalName(ClassDescriptor) - Static method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
- getCanonicalName(CompiledObject) - 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(String) - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
-
- getClassDescriptor(String) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
-
- getClassDescriptor(Class<?>) - 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 ClassLoader which 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(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(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
-
- 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.
- 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 object from the compiler to inject in generate method
$initialize or createXXX in 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
.java file
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(String) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
-
Obtain the decorator of the given name.
- getDecorator(Class<?>) - Method in class org.nuiton.jaxx.compiler.JAXXEngine
-
Obtain the decorator of the given type.
- 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
-
- getDescriptor(ClassDescriptor, JAXXCompiler) - Static method in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler.CompiledBeanValidator
-
- 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 store with 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(String) - Static method in class org.nuiton.jaxx.compiler.java.JavaFileGenerator
-
- getHeader() - Method in enum org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
-
- getHelpBrokerFQN() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
-
- getHelpBrokerFQN() - Method in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
-
- getHelpId(CompiledObject) - Method in class org.nuiton.jaxx.compiler.decorators.HelpRootCompiledObjectDecorator
-
- getHelpIds() - Static method in class org.nuiton.jaxx.compiler.decorators.HelpRootCompiledObjectDecorator
-
- 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(String) - 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.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(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.
- getInitializationCode(EventHandler, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
- 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(ContextNode) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.JAXXCapture
-
- getJavaCode(Stack) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.JAXXCapture
-
- 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
-
- getJavaCodeForProperty(String) - Method in class org.nuiton.jaxx.compiler.CompiledObject
-
- getJavaFile() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
- getJavaType() - Method in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
-
- getJAXXBeanDescriptor() - Method in class org.nuiton.jaxx.compiler.beans.JAXXBeanInfo
-
- getJAXXBeanInfo(ClassDescriptor) - Static method in class org.nuiton.jaxx.compiler.beans.JAXXIntrospector
-
Returns the JAXXBeanInfo for a given class.
- getJAXXBeanInfo() - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
- getJAXXBeanInfo(ClassDescriptor) - Static method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Returns the JAXXBeanInfo for 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(Class<?>) - Static method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper
-
- getJAXXObjectDescriptor() - Method in class org.nuiton.jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJaxxFile.JaxxFileClassDescriptor
-
- getJAXXPropertyDescriptors() - Method in class org.nuiton.jaxx.compiler.beans.JAXXBeanInfo
-
- 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.decorators.HelpRootCompiledObjectDecorator
-
- 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
-
- 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(int) - Method in enum org.nuiton.jaxx.compiler.css.StylesheetHelper.MouseEventEnum
-
- getProperty(String) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
-
- getProperty() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.PropertyNode
-
- 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
-
- 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
-
- getSetPropertyCode(String, String, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JTextComponentHandler
-
- 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.
- getStylesheet() - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
- 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.java.JavaFile
-
- getSuperclass() - Method in class org.nuiton.jaxx.compiler.reflect.ClassDescriptor
-
- 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
-
- 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(String, String, JAXXCompiler) - Static method in class org.nuiton.jaxx.compiler.tags.TagManager
-
Returns the TagHandler that should be used to process the
specified tag.
- getTagHandler(Class<?>) - Static method in class org.nuiton.jaxx.compiler.tags.TagManager
-
- getTagHandler(ClassDescriptor) - 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 TagHandler that should be used to process the
specified tag.
- 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
-
- 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(String) - Method in class org.nuiton.jaxx.compiler.beans.JAXXFeatureDescriptor
-
- getValue() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.LiteralNode
-
- getValue() - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.ValueNode
-
- 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(JAXXCapture) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
-
- getXML(CapturedObject, JAXXCapture) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.ObjectHandler
-
- 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
-
- I18N_ATTRIBUTES - Static variable in class org.nuiton.jaxx.compiler.I18nHelper
-
- I18N_FORMAT_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
- I18N_MNEMONIC_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultComponentHandler
-
- 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
-
- 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() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
-
- id - Variable in class org.nuiton.jaxx.compiler.css.parser.SimpleNode
-
- id - Variable in class org.nuiton.jaxx.compiler.java.parser.SimpleNode
-
- 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 - Class in org.nuiton.jaxx.compiler
-
A usefull class to generate Ids.
- IDHelper(boolean) - Constructor for class org.nuiton.jaxx.compiler.IDHelper
-
- idHelper - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
to generate ids
- 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
-
- 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() - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser
-
- 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_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 Runnables 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 inlinable 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
-
- 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
-
- 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 true if this component can contain other components.
- isContainer() - Method in class org.nuiton.jaxx.compiler.tags.swing.JPopupMenuHandler
-
- 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 true if the final keyword should appear before the argument.
- isFinal(int) - Method in class org.nuiton.jaxx.compiler.java.parser.JavaParser.ModifierSet
-
- isGenerateHelp() - Method in interface org.nuiton.jaxx.compiler.CompilerConfiguration
-
- isGenerateHelp() - 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
-
- isI18nAttribute(String) - Static method in class org.nuiton.jaxx.compiler.I18nHelper
-
- 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
-
- isNeedInterface(JAXXCompiler, Class<?>) - Method in class org.nuiton.jaxx.compiler.decorators.HelpRootCompiledObjectDecorator
-
Detects if the given compiler need the validatorInterface.
- 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
-
true when 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
-
A set of accessors that indicate whether the specified modifier
is in the set.
- 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
iven 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
-
- isUsed() - Method in class org.nuiton.jaxx.compiler.binding.writers.AbstractJAXXBindingWriter
-
- isUsed() - Method in interface org.nuiton.jaxx.compiler.binding.writers.JAXXBindingWriter
-
- 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
-
- JAVA_BEAN_ATTRIBUTE - Static variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
- 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
-
- 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(Reader, int, int, int) - 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) - 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(InputStream, int, int, int) - 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, 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) - 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
-
- 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
-
- 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 - Class in org.nuiton.jaxx.compiler.java
-
A Java source file being generated for output.
- javaFile - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
the file to be generated
- 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(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(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(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_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 - 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
-
- jaxxBeanInfo - Variable in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
The JAXXBeanInfo for the beanClass.
- JAXXBindingWriter<B extends JAXXBinding> - Interface in org.nuiton.jaxx.compiler.binding.writers
-
- 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
-
- 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
-
- 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
JAXXCompiler before the
generation pass.
- jaxxContextClass - Variable in class org.nuiton.jaxx.compiler.DefaultCompilerConfiguration
-
- 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
-
- 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
-
- 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
-
- 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(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JTabbedPaneHandler
-
- JTabbedPaneHandler - Class in org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers
-
- JTabbedPaneHandler() - Constructor for class org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.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
-
- JXLayerHandler(ClassDescriptor) - Constructor for class org.nuiton.jaxx.compiler.tags.swing.JXLayerHandler
-
- 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
-
- 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
-
- 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.ApplicationHandler
-
- setAttribute(GridBagConstraints, String, String) - Static method in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
-
- setAttribute(CompiledObject, JTabbedPaneHandler.CompiledTabbedPane, String, String, JAXXCompiler) - Static 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.validator.BeanValidatorHandler
-
- setAttributeFromCss(CompiledObject, String, String, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Set a single property on an object.
- setAttributes(CompiledObject, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Processes the attributes of an XML tag.
- setAttributes(GridBagConstraints, Element) - Static method in class org.nuiton.jaxx.compiler.tags.swing.CellHandler
-
- setAttributes(CompiledObject, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.JInternalFrameHandler
-
- setAttributes(CompiledObject, JTabbedPaneHandler.CompiledTabbedPane, Element, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.swing.TabHandler
-
- 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(File) - 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.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
-
- setExtraInterfaces(String[]) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
- 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
-
- setI18nFormat(String) - Method in class org.nuiton.jaxx.compiler.JAXXCompiler
-
- 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(List<String>) - Method in class org.nuiton.jaxx.compiler.java.JavaFile
-
- setInterfaces(String[]) - Method in class org.nuiton.jaxx.compiler.SymbolTable
-
- 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(CompiledObject, String, Object, JAXXCompiler) - Method in class org.nuiton.jaxx.compiler.tags.DefaultObjectHandler
-
Appends Java code to a CompiledObject in 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
-
- setProperty(String, String) - Method in class org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
-
- 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(Reader, int, int, int) - 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) - 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(InputStream, int, int, int) - 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, 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) - 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(int) - Constructor for class org.nuiton.jaxx.compiler.css.parser.SimpleNode
-
- SimpleNode(CSSParser, int) - Constructor for class org.nuiton.jaxx.compiler.css.parser.SimpleNode
-
- SimpleNode - Class in org.nuiton.jaxx.compiler.java.parser
-
- SimpleNode(int) - Constructor for class org.nuiton.jaxx.compiler.java.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 type and apply it on the
given pattern.
- 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
-
- 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() - Method in class org.nuiton.jaxx.compiler.css.parser.CSSParser
-
- stylesheet - Variable in class org.nuiton.jaxx.compiler.JAXXCompiler
-
- StylesheetHelper - Class in org.nuiton.jaxx.compiler.css
-
- 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
-
- validatedComponents - Static variable in class org.nuiton.jaxx.compiler.tags.validator.BeanValidatorHandler
-
- 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(JavaField, int) - Static method in enum org.nuiton.jaxx.compiler.java.JavaField.FieldOrder
-
- 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(JavaMethod, int) - Static method in enum org.nuiton.jaxx.compiler.java.JavaMethod.MethodOrder
-
- valueOf(String) - Static method in enum org.nuiton.jaxx.compiler.reflect.ClassDescriptorHelper.ResolverType
-
Returns the enum constant of this type with the specified name.
- 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
-