Uses of Class
com.mckoi.database.StateStore.StateResource
-
Packages that use StateStore.StateResource Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of StateStore.StateResource in com.mckoi.database
Methods in com.mckoi.database that return StateStore.StateResource Modifier and Type Method Description StateStore.StateResource[]
StateStore. getDeleteList()
Returns a list of all table resources that are currently in the deleted list.StateStore.StateResource[]
StateStore. getVisibleList()
Returns a list of all table resources that are currently in the visible list.Methods in com.mckoi.database with parameters of type StateStore.StateResource Modifier and Type Method Description void
StateStore. addDeleteResource(StateStore.StateResource resource)
Adds the given StateResource to the deleted table list.void
StateStore. addVisibleResource(StateStore.StateResource resource)
Adds the given StateResource to the visible table list.
-