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 TypeMethodDescriptionvoidListEditor.setNewObjectGenerator(NewObject<T> newObjectGenerator) Set a "new object generator" so that theListEditor.add()method can generate a customized instance when adding a new instance.voidObjectEditor.setNewObjectGenerator(NewObject<T> newObject) Set the "new object" creator so that it will be used for creating new instances.voidObjectTree.setNewObjectGenerator(NewObject<T> newObject)