Uses of Interface
com.storedobject.core.NewObject
Packages that use NewObject
-
Uses of NewObject in com.storedobject.ui
Methods in com.storedobject.ui with parameters of type NewObjectModifier and TypeMethodDescriptionvoid
ListEditor.setNewObjectGenerator
(NewObject<T> newObjectGenerator) Set a "new object generator" so that theListEditor.add()
method can generate a customized instance when adding a new instance.void
ObjectEditor.setNewObjectGenerator
(NewObject<T> newObject) Set the "new object" creator so that it will be used for creating new instances.void
ObjectTree.setNewObjectGenerator
(NewObject<T> newObject)