Packages that use EntityClass | |
---|---|
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. |
Uses of EntityClass in it.list.jft |
---|
Subinterfaces of EntityClass in it.list.jft | |
---|---|
interface |
Entity
Interface that describes a specific instance of a EntityClass . |
Methods in it.list.jft that return EntityClass | |
---|---|
EntityClass |
EntityField.getEntityClass()
|
EntityClass |
JFT.getEntityClass(int EntityClassID)
Returns the registered EntityClass corresponding to the given EntityClassID. |
EntityClass |
JFT.getEntityClass(String EntityClassName)
Returns the registered EntityClass corresponding to the given EntityClass Name. |
Methods in it.list.jft with parameters of type EntityClass | |
---|---|
int |
JFT.register(EntityClass entityClass)
Register another EntityClass augmenting the number of the classes
that can be manipulated by the library. |
Uses of EntityClass in it.list.jft.event |
---|
Methods in it.list.jft.event that return EntityClass | |
---|---|
EntityClass |
EntityClassQueryEvent.getEntityClass()
|