Package xal.app.knobs
Class KnobEditDisplayer
- java.lang.Object
-
- xal.app.knobs.KnobEditDisplayer
-
public class KnobEditDisplayer extends Object
manages the display of the knob editor
-
-
Field Summary
Fields Modifier and Type Field Description protected Knob_knobknob currently being editedprotected JSplitPaneCONTAINER_PANEsplit pane which contains the knob view and the knob editor
-
Constructor Summary
Constructors Constructor Description KnobEditDisplayer(JSplitPane containerPane)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()hide the editorvoiddisplay(KnobEditor editor)show the specified editorKnobgetKnob()get the knobvoidhide(KnobEditor editor)hide the specified editor
-
-
-
Field Detail
-
CONTAINER_PANE
protected final JSplitPane CONTAINER_PANE
split pane which contains the knob view and the knob editor
-
_knob
protected Knob _knob
knob currently being edited
-
-
Constructor Detail
-
KnobEditDisplayer
public KnobEditDisplayer(JSplitPane containerPane)
Constructor
-
-
Method Detail
-
getKnob
public Knob getKnob()
get the knob
-
display
public void display(KnobEditor editor)
show the specified editor
-
hide
public void hide(KnobEditor editor)
hide the specified editor
-
close
public void close()
hide the editor
-
-