Package

de.sciss.mellite.gui.impl

objview

Permalink

package objview

Visibility
  1. Public
  2. All

Type Members

  1. trait ActionObjView[S <: Sys[S]] extends ObjView[S]

    Permalink
  2. trait ArtifactLocationObjView[S <: Sys[S]] extends ObjView[S]

    Permalink
  3. trait ArtifactObjView[S <: Sys[S]] extends ObjView[S]

    Permalink
  4. trait CodeObjView[S <: Sys[S]] extends ObjView[S]

    Permalink
  5. trait EnvSegmentObjView[S <: Sys[S]] extends ObjView[S]

    Permalink
  6. trait IntObjView[S <: Sys[S]] extends ObjView[S]

    Permalink
  7. trait NoArgsListObjViewFactory extends Factory

    Permalink

    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.

  8. trait NoMakeListObjViewFactory extends Factory

    Permalink

    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.

  9. trait ParamSpecObjView[S <: Sys[S]] extends ObjView[S]

    Permalink

Ungrouped