package objview
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
NoArgsListObjViewFactory extends Factory
A utility trait for
ListObjView.Factorythat assumes the object is constructor without further arguments.A utility trait for
ListObjView.Factorythat assumes the object is constructor without further arguments. It implementsinitMakeDialogby prompting for a name, andinitMakeCmdLineby simply allowing for the naming of the object. -
trait
NoMakeListObjViewFactory extends Factory
A utility trait for
ListObjView.Factorythat assumes the object cannot be constructed by the user.A utility trait for
ListObjView.Factorythat assumes the object cannot be constructed by the user. It implementsinitMakeDialogandinitMakeCmdLineby throwing anUnsupportedOperationException.
Value Members
- object GenericObjView extends NoMakeListObjViewFactory with Factory
- object ObjListViewImpl
- object ObjViewImpl