Skip navigation links
B C E F G I J L M N O P R S T V W 

B

Bean - Annotation Type in org.jrebirth.af.processor.annotation.bean
The annotation Bean used to generate bean implementation code.
BeanProcessor - Class in org.jrebirth.af.processor
The Class BeanProcessor.
BeanProcessor() - Constructor for class org.jrebirth.af.processor.BeanProcessor
 

C

className - Variable in class org.jrebirth.af.processor.util.FXBeanDefinition
The class name.
ComponentProcessor - Class in org.jrebirth.af.processor
The Class ComponentProcessor.
ComponentProcessor() - Constructor for class org.jrebirth.af.processor.ComponentProcessor
 
createModule() - Method in class org.jrebirth.af.processor.ComponentProcessor
Creates the module.

E

error(Element, String) - Method in class org.jrebirth.af.processor.BeanProcessor
Error.
error(Element, String) - Method in class org.jrebirth.af.processor.ComponentProcessor
Error.

F

factory - Variable in class org.jrebirth.af.processor.BeanProcessor
The factory.
factory - Variable in class org.jrebirth.af.processor.ComponentProcessor
The factory.
FXBeanDefinition - Class in org.jrebirth.af.processor.util
The Class FXBeanDefinition.
FXBeanDefinition() - Constructor for class org.jrebirth.af.processor.util.FXBeanDefinition
 
FXPropertyDefinition - Class in org.jrebirth.af.processor.util
The Class FXPropertyDefinition.
FXPropertyDefinition() - Constructor for class org.jrebirth.af.processor.util.FXPropertyDefinition
 

G

getClassName(Element) - Method in class org.jrebirth.af.processor.BeanProcessor
Gets the class name.
getClassName(TypeMirror) - Method in class org.jrebirth.af.processor.BeanProcessor
Gets the class name.
getClassName(Element) - Method in class org.jrebirth.af.processor.ComponentProcessor
Gets the class name.
getClassName(TypeMirror) - Method in class org.jrebirth.af.processor.ComponentProcessor
Gets the class name.
getClassName() - Method in class org.jrebirth.af.processor.util.FXBeanDefinition
Gets the class name.
getLevel() - Method in enum org.jrebirth.af.processor.annotation.RegistrationPriority
Gets the level.
getName() - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Gets the name.
getPackageName() - Method in class org.jrebirth.af.processor.util.FXBeanDefinition
Gets the package name.
getProperties() - Method in class org.jrebirth.af.processor.util.FXBeanDefinition
Gets the properties.
getSupportedAnnotationTypes() - Method in class org.jrebirth.af.processor.BeanProcessor
getSupportedAnnotationTypes() - Method in class org.jrebirth.af.processor.ComponentProcessor
getType() - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Gets the type.

I

init(ProcessingEnvironment) - Method in class org.jrebirth.af.processor.BeanProcessor
init(ProcessingEnvironment) - Method in class org.jrebirth.af.processor.ComponentProcessor
isNeedGetter() - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Checks if is need getter.
isNeedProperty() - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Gets the value of the property needProperty.
isNeedSetter() - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Checks if is need setter.

J

jaxbContext - Variable in class org.jrebirth.af.processor.BeanProcessor
The jaxb context.
jaxbContext - Variable in class org.jrebirth.af.processor.ComponentProcessor
The jaxb context.

L

level - Variable in enum org.jrebirth.af.processor.annotation.RegistrationPriority
The level.
loadModuleFile() - Method in class org.jrebirth.af.processor.ComponentProcessor
Load module file.
loadTemplate(String) - Method in class org.jrebirth.af.processor.BeanProcessor
Load template.

M

MODULE_CONFIG_FILE_NAME - Static variable in class org.jrebirth.af.processor.BeanProcessor
The module config file name.
MODULE_CONFIG_FILE_NAME - Static variable in class org.jrebirth.af.processor.ComponentProcessor
The module config file name.
MODULE_CONFIG_PATH - Static variable in class org.jrebirth.af.processor.BeanProcessor
The module config path.
MODULE_CONFIG_PATH - Static variable in class org.jrebirth.af.processor.ComponentProcessor
The module config path.

N

name - Variable in class org.jrebirth.af.processor.util.FXPropertyDefinition
The name.
needGetter - Variable in class org.jrebirth.af.processor.util.FXPropertyDefinition
The need getter.
needProperty - Variable in class org.jrebirth.af.processor.util.FXPropertyDefinition
The need property.
needSetter - Variable in class org.jrebirth.af.processor.util.FXPropertyDefinition
The need setter.

O

org.jrebirth.af.processor - package org.jrebirth.af.processor
Provides Annotation Processor to enhance JRebirth code.
org.jrebirth.af.processor.annotation - package org.jrebirth.af.processor.annotation
Provides...
org.jrebirth.af.processor.annotation.bean - package org.jrebirth.af.processor.annotation.bean
Provides Bean annotation.
org.jrebirth.af.processor.util - package org.jrebirth.af.processor.util
Provides utility classes to map data.

P

packageName - Variable in class org.jrebirth.af.processor.util.FXBeanDefinition
The package name.
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.jrebirth.af.processor.BeanProcessor
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.jrebirth.af.processor.ComponentProcessor
properties - Variable in class org.jrebirth.af.processor.util.FXBeanDefinition
The properties.

R

Register - Annotation Type in org.jrebirth.af.processor.annotation
The Interface Register.
RegistrationPoint - Annotation Type in org.jrebirth.af.processor.annotation
The Interface RegistrationPoint.
RegistrationPriority - Enum in org.jrebirth.af.processor.annotation
The Enum RegistrationPriority.
RegistrationPriority(int) - Constructor for enum org.jrebirth.af.processor.annotation.RegistrationPriority
Instantiates a new registration priority.

S

saveModule(Module) - Method in class org.jrebirth.af.processor.ComponentProcessor
Save module.
setClassName(String) - Method in class org.jrebirth.af.processor.util.FXBeanDefinition
Sets the class name.
setName(String) - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Sets the name.
setNeedGetter(boolean) - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Sets the need getter.
setNeedProperty(boolean) - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Sets the need property.
setNeedSetter(boolean) - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Sets the need setter.
setPackageName(String) - Method in class org.jrebirth.af.processor.util.FXBeanDefinition
Sets the package name.
setProperties(List<FXPropertyDefinition>) - Method in class org.jrebirth.af.processor.util.FXBeanDefinition
Sets the properties.
setType(String) - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Sets the type.

T

type - Variable in class org.jrebirth.af.processor.util.FXPropertyDefinition
The type.

V

valueOf(String) - Static method in enum org.jrebirth.af.processor.annotation.RegistrationPriority
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jrebirth.af.processor.annotation.RegistrationPriority
Returns an array containing the constants of this enum type, in the order they are declared.

W

WarmUp - Annotation Type in org.jrebirth.af.processor.annotation
The Interface WarmUp.
B C E F G I J L M N O P R S T V W 
Skip navigation links

Copyright © 2011–2015 JRebirth OSS. All rights reserved.