Package | Description |
---|---|
it.list.jft |
Provides interfaces for dealing with different FastTrack objects.
|
it.list.jft.event |
Provides interfaces for dealing with different types of events and listeners.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Entity
Interface that describes a specific instance of a
EntityClass . |
Modifier and Type | Method and Description |
---|---|
EntityClass |
EntityField.getEntityClass() |
EntityClass |
JFT.getEntityClass(int EntityClassID)
Returns the registered EntityClass corresponding to the given
EntityClassID.
|
EntityClass |
Context.getEntityClass(int EntityClassID)
Returns the registered EntityClass corresponding to the given
EntityClassID, if registered in this context.
|
EntityClass |
JFT.getEntityClass(String EntityClassName)
Returns the registered EntityClass corresponding to the given EntityClass
Name.
|
EntityClass |
Context.getEntityClass(String EntityClassName)
Returns the registered EntityClass in this context corresponding to
the given EntityClass Name.
|
Modifier and Type | Method and Description |
---|---|
int |
JFT.register(EntityClass entityClass)
Register another
EntityClass augmenting the number of the classes
that can be manipulated by the library. |
int |
Context.register(EntityClass entityClass)
Like
JFT.register , this method registers another EntityClass at the Context level
that increases the number of the classes managed by the library. |
int |
JFT.register(EntityClass[] entityClass)
Like
register() , this method register an array of EntityClass. |
int |
Context.register(EntityClass[] entityClass)
Like
Context.register(it.list.jft.EntityClass) , this method register an array of EntityClass. |
Modifier and Type | Method and Description |
---|---|
EntityClass |
EntityClassQueryEvent.getEntityClass() |
Submit a bug or feature to FT\API Programming Support