|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
de.jreality.tutorial.util.TextSlider<T>
TextSlider
public abstract class TextSlider<T extends Number>
Nested Class Summary | |
---|---|
static class |
TextSlider.Double
Deprecated. use TextSlider.Double |
static class |
TextSlider.DoubleLog
Deprecated. use TextSlider.DoubleLog |
static class |
TextSlider.Integer
Deprecated. |
static class |
TextSlider.IntegerLog
Deprecated. use TextSlider.IntegerLog |
static class |
TextSlider.SliderComposition
Deprecated. An enum indicating the composition of the TextSlider . |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.BaselineResizeBehavior |
Field Summary | |
---|---|
static TextSlider.SliderComposition |
DEFAULT_SLIDER_COMPOSITION
Deprecated. |
Fields inherited from class javax.swing.JComponent |
---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Method Summary | |
---|---|
void |
addActionListener(ActionListener l)
Deprecated. |
void |
fireActionPerformed()
Deprecated. |
Vector<ActionListener> |
getActionListeners()
Deprecated. |
T |
getMax()
Deprecated. |
T |
getMin()
Deprecated. |
T |
getValue()
Deprecated. |
void |
removeActionListener(ActionListener l)
Deprecated. |
void |
setMax(T max)
Deprecated. |
void |
setMin(T min)
Deprecated. |
void |
setValue(T n)
Deprecated. |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static TextSlider.SliderComposition DEFAULT_SLIDER_COMPOSITION
Method Detail |
---|
public T getMin()
public T getMax()
public void setMin(T min)
public void setMax(T max)
public T getValue()
public void setValue(T n)
public void addActionListener(ActionListener l)
public void removeActionListener(ActionListener l)
public Vector<ActionListener> getActionListeners()
public void fireActionPerformed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |