Uses of Class
com.caplin.motif.fx.config.definitions.client.TOBO
-
Packages that use TOBO Package Description com.caplin.motif.fx.config.definitions.client -
-
Uses of TOBO in com.caplin.motif.fx.config.definitions.client
Methods in com.caplin.motif.fx.config.definitions.client that return TOBO Modifier and Type Method Description TOBO
TOBO. entities(java.util.Map<java.lang.String,Entity> entities)
@NotNull TOBO
Config. getTobo()
Get toboTOBO
TOBO. putEntitiesItem(java.lang.String key, Entity entitiesItem)
Methods in com.caplin.motif.fx.config.definitions.client with parameters of type TOBO Modifier and Type Method Description void
Config. setTobo(TOBO tobo)
Config
Config. tobo(TOBO tobo)
Constructors in com.caplin.motif.fx.config.definitions.client with parameters of type TOBO Constructor Description Config(TOBO tobo, UserInfo userInfo)
Constructor with only required parameters
-