public class DeviceEigenvaluesSlider extends Device
Device.ActionSet
controller, unit
Constructor | Description |
---|---|
DeviceEigenvaluesSlider(Controller cont,
IntegratorHarmonic integrator) |
Modifier and Type | Method | Description |
---|---|---|
void |
addEValNumSliderListener(javax.swing.event.ChangeListener listener) |
Add the specified listener to the list of listeners that
will get invoked when the 'eigenvalues #' slider value changes.
|
void |
addRadioGroupActionListener(java.awt.event.ActionListener listener) |
Add the specified listener to the list of listeners that
will get invoked when the "Eigenvalue" or "All Eigenvalues" radio button
is pushed.
|
double |
getEValNum() |
|
Modifier |
getModifier() |
|
boolean |
getOneEValButtonsVisibility() |
|
java.awt.Component |
graphic() |
|
boolean |
isAllEVal() |
|
boolean |
isOneEVal() |
|
void |
setAllEVal() |
Set the "All eigenvalues" button to its selected state.
|
void |
setEditValues(boolean b) |
Set whether the eigenvalue # text box should be editable.
|
void |
setEValNum(int value) |
Set the current value for the eigenvalue # slider/text box.
|
void |
setMaximum(int max) |
Set the maximum value for the eigenvalue #.
|
void |
setMinimum(int min) |
Set the minimum value for the eigenvalue #.
|
void |
setModifier(Modifier mod) |
Set the eigenvalue # modifier object.
|
void |
setOneEVal() |
Set the "eigenvalues" button to its selected state.
|
void |
setOneEValButtonsVisibility(boolean doShowOneEValButtons) |
|
void |
setShowEValvalues(boolean b) |
Set whether the eigenvalue # text box should be displayed.
|
void |
setSliderMajorValues(int major) |
Set the number of "major" values that should be shown on the
eigenvalue slider.
|
void |
setSliderPostAction(IAction action) |
Set the post slider value changed action.
|
doAction, getController, getDimension, getPostAction, getPreAction, getUnit, setController, setPostAction, setPreAction, setUnit
public DeviceEigenvaluesSlider(Controller cont, IntegratorHarmonic integrator)
public void setOneEValButtonsVisibility(boolean doShowOneEValButtons)
public boolean getOneEValButtonsVisibility()
public void setOneEVal()
public boolean isOneEVal()
public void setAllEVal()
public boolean isAllEVal()
public void addEValNumSliderListener(javax.swing.event.ChangeListener listener)
listener
- public void addRadioGroupActionListener(java.awt.event.ActionListener listener)
listener
- public void setEValNum(int value)
public double getEValNum()
public void setShowEValvalues(boolean b)
public void setEditValues(boolean b)
public void setMinimum(int min)
public void setMaximum(int max)
public void setSliderMajorValues(int major)
public java.awt.Component graphic()
public void setModifier(Modifier mod)
public Modifier getModifier()
public void setSliderPostAction(IAction action)