Skip navigation links
A F G I J M O P S T 

A

afterUnmarshal(Unmarshaller, Object) - Method in class org.bridje.jfx.srcgen.model.ObjectInf
Called by JAXB.

F

findObject(String) - Method in class org.bridje.jfx.srcgen.model.ModelInf
Find an object by its name.
findObject(String) - Method in class org.bridje.jfx.srcgen.model.ObjectInf
Finds the object information of a property by the property name.
findProperty(String) - Method in class org.bridje.jfx.srcgen.model.ObjectInf
Finds the given property in this object.

G

getBase() - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The base object.
getBase() - Method in class org.bridje.jfx.srcgen.model.ObjectInfMapping
The base object of the mapping object.
getComponents() - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The components that must be generated for this object.
getConvertProp() - Method in class org.bridje.jfx.srcgen.model.PropertyInf
The code for the property convertion to object.
getDescription() - Method in class org.bridje.jfx.srcgen.model.ModelInf
The description of the model.
getDescription() - Method in class org.bridje.jfx.srcgen.model.ObjectInf
A description of this object.
getDescription() - Method in class org.bridje.jfx.srcgen.model.PropertyInf
The description of the property.
getFile() - Method in class org.bridje.jfx.srcgen.model.IconDef
Gets the file for the icon.
getFullName() - Method in class org.bridje.jfx.srcgen.model.IncludeInf
Gets the full java class name for this include.
getFullName() - Method in class org.bridje.jfx.srcgen.model.ModelInf
Gets the full name for the model class.
getFullName() - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The full java class name for this object.
getIcons() - Method in class org.bridje.jfx.srcgen.model.ModelInf
The icons for this model.
getIncludes() - Method in class org.bridje.jfx.srcgen.model.ModelInf
A list of java classes to include.
getIncludes() - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The list of java classes to include.
getIsList() - Method in class org.bridje.jfx.srcgen.model.ObListPropertyInf
 
getIsList() - Method in class org.bridje.jfx.srcgen.model.PropertyInf
If this property is a list property or not.
getJavaType() - Method in class org.bridje.jfx.srcgen.model.ObListPropertyInf
The real java type for this property.
getJavaType() - Method in class org.bridje.jfx.srcgen.model.PropertyInf
The java type of the property.
getKeyProperty() - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The key property for this object.
getMappings() - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The list of mappings for this object.
getModel() - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The parent JavaFx model of this object.
getName() - Method in class org.bridje.jfx.srcgen.model.IconDef
Gets the name for the icon.
getName() - Method in class org.bridje.jfx.srcgen.model.ModelInf
The name of the model.
getName() - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The java class name of the object.
getName() - Method in class org.bridje.jfx.srcgen.model.PropertyInf
The java name for the property.
getObjects() - Method in class org.bridje.jfx.srcgen.model.ModelInf
The objects for this model.
getPackage() - Method in class org.bridje.jfx.srcgen.model.ModelInf
The package for this model.
getPackage() - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The java package of this object.
getProperties() - Method in class org.bridje.jfx.srcgen.model.ModelInf
The properties of the model class.
getProperties() - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The properties of this object.
getProperties() - Method in class org.bridje.jfx.srcgen.model.ObjectInfMapping
The properties to map.
getPropertiesClasses() - Static method in class org.bridje.jfx.srcgen.model.PropertyInf
A map with de properties that must be use for each java raw type.
getPropertyDec() - Method in class org.bridje.jfx.srcgen.model.PropertyInf
The declaration code for this property.
getPropertyDimDec() - Method in class org.bridje.jfx.srcgen.model.PropertyInf
The instantation code for this property.
getSource() - Method in class org.bridje.jfx.srcgen.model.ObjectInfMappingProperty
The source property.
getTarget() - Method in class org.bridje.jfx.srcgen.model.ObjectInfMapping
The target object for this mapping.
getTarget() - Method in class org.bridje.jfx.srcgen.model.ObjectInfMappingProperty
The target property.
getToStringProperty() - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The toString property.
getType() - Method in class org.bridje.jfx.srcgen.model.JFxComponent
Gets the type of the JavaFx component.
getType() - Method in class org.bridje.jfx.srcgen.model.ObjectInfMappingProperty
The type of the property.
getType() - Method in class org.bridje.jfx.srcgen.model.PropertyInf
The type for the property.
getType() - Method in class org.bridje.jfx.srcgen.model.TableComponent
 
getType() - Method in class org.bridje.jfx.srcgen.model.TreeTableComponent
 

I

IconDef - Class in org.bridje.jfx.srcgen.model
Icon definition.
IconDef() - Constructor for class org.bridje.jfx.srcgen.model.IconDef
 
IncludeInf - Class in org.bridje.jfx.srcgen.model
Java class include information.
IncludeInf() - Constructor for class org.bridje.jfx.srcgen.model.IncludeInf
 
isList(String) - Method in class org.bridje.jfx.srcgen.model.ObjectInf
Determines if the given property is a list.
isObject(String) - Method in class org.bridje.jfx.srcgen.model.ModelInf
Determines if the given name is an object.
isObject(String) - Method in class org.bridje.jfx.srcgen.model.ObjectInf
Determines if the given property is an object.

J

JFxComponent - Class in org.bridje.jfx.srcgen.model
Base class for all definitions of JavaFX components.
JFxComponent() - Constructor for class org.bridje.jfx.srcgen.model.JFxComponent
 

M

ModelInf - Class in org.bridje.jfx.srcgen.model
A JavaFX application model.
ModelInf() - Constructor for class org.bridje.jfx.srcgen.model.ModelInf
 

O

ObjectInf - Class in org.bridje.jfx.srcgen.model
Data object information for a JavaFX model.
ObjectInf() - Constructor for class org.bridje.jfx.srcgen.model.ObjectInf
 
ObjectInfMapping - Class in org.bridje.jfx.srcgen.model
Represents an object information mapping.
ObjectInfMapping() - Constructor for class org.bridje.jfx.srcgen.model.ObjectInfMapping
 
ObjectInfMappingProperty - Class in org.bridje.jfx.srcgen.model
A property mapping information.
ObjectInfMappingProperty() - Constructor for class org.bridje.jfx.srcgen.model.ObjectInfMappingProperty
 
ObListPropertyInf - Class in org.bridje.jfx.srcgen.model
An observable list property.
ObListPropertyInf() - Constructor for class org.bridje.jfx.srcgen.model.ObListPropertyInf
 
org.bridje.jfx.srcgen - package org.bridje.jfx.srcgen
 
org.bridje.jfx.srcgen.model - package org.bridje.jfx.srcgen.model
 

P

PropertyInf - Class in org.bridje.jfx.srcgen.model
Information for a property of a data object.
PropertyInf() - Constructor for class org.bridje.jfx.srcgen.model.PropertyInf
 

S

setBase(String) - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The base object.
setBase(String) - Method in class org.bridje.jfx.srcgen.model.ObjectInfMapping
The base object of the mapping object.
setComponents(List<JFxComponent>) - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The components that must be generated for this object.
setDescription(String) - Method in class org.bridje.jfx.srcgen.model.ModelInf
The description of the model.
setDescription(String) - Method in class org.bridje.jfx.srcgen.model.ObjectInf
A description of this object.
setDescription(String) - Method in class org.bridje.jfx.srcgen.model.PropertyInf
The description of the property.
setFile(String) - Method in class org.bridje.jfx.srcgen.model.IconDef
Sets the file for the icon.
setFullName(String) - Method in class org.bridje.jfx.srcgen.model.IncludeInf
Sets the full java class name for this include.
setIcons(List<IconDef>) - Method in class org.bridje.jfx.srcgen.model.ModelInf
The icons for this model.
setIncludes(List<IncludeInf>) - Method in class org.bridje.jfx.srcgen.model.ModelInf
A list of java classes to include.
setIncludes(List<IncludeInf>) - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The list of java classes to include.
setKeyProperty(PropertyInf) - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The key property for this object.
setMappings(List<ObjectInfMapping>) - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The list of mappings for this object.
setName(String) - Method in class org.bridje.jfx.srcgen.model.IconDef
Sets the name for the icon.
setName(String) - Method in class org.bridje.jfx.srcgen.model.ModelInf
The name of the model.
setName(String) - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The java class name of the object.
setName(String) - Method in class org.bridje.jfx.srcgen.model.PropertyInf
The java name for the property.
setPackage(String) - Method in class org.bridje.jfx.srcgen.model.ModelInf
The package for this model.
setProperties(List<PropertyInf>) - Method in class org.bridje.jfx.srcgen.model.ModelInf
The properties of the model class.
setProperties(List<PropertyInf>) - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The properties of this object.
setProperties(List<ObjectInfMappingProperty>) - Method in class org.bridje.jfx.srcgen.model.ObjectInfMapping
The properties to map.
setSource(String) - Method in class org.bridje.jfx.srcgen.model.ObjectInfMappingProperty
The source property.
setTarget(String) - Method in class org.bridje.jfx.srcgen.model.ObjectInfMapping
The target object for this mapping.
setTarget(String) - Method in class org.bridje.jfx.srcgen.model.ObjectInfMappingProperty
The target property.
setToStringProperty(PropertyInf) - Method in class org.bridje.jfx.srcgen.model.ObjectInf
The toString property.
setType(String) - Method in class org.bridje.jfx.srcgen.model.ObjectInfMappingProperty
The type of the property.
setType(String) - Method in class org.bridje.jfx.srcgen.model.PropertyInf
The type for the property.

T

TableComponent - Class in org.bridje.jfx.srcgen.model
JavaFX Table component definition.
TableComponent() - Constructor for class org.bridje.jfx.srcgen.model.TableComponent
 
TreeTableComponent - Class in org.bridje.jfx.srcgen.model
JavaFX tree table component definition.
TreeTableComponent() - Constructor for class org.bridje.jfx.srcgen.model.TreeTableComponent
 
A F G I J M O P S T 
Skip navigation links

Copyright © 2015–2018 Bridje Framework. All rights reserved.