Packages

package objview

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait NoArgsListObjViewFactory extends Factory

    A utility trait for ListObjView.Factory that assumes the object is constructor without further arguments.

    A utility trait for ListObjView.Factory that assumes the object is constructor without further arguments. It implements initMakeDialog by prompting for a name, and initMakeCmdLine by simply allowing for the naming of the object.

  2. trait NoMakeListObjViewFactory extends Factory

    A utility trait for ListObjView.Factory that assumes the object cannot be constructed by the user.

    A utility trait for ListObjView.Factory that assumes the object cannot be constructed by the user. It implements initMakeDialog and initMakeCmdLine by throwing an UnsupportedOperationException.

Ungrouped