- 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
-
- 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.