package j
- Alphabetic
- Public
- All
Type Members
- class Axis extends JComponent with AxisLike
-
class
DualRangeSlider extends JComponent with DualRangeSliderLike
A slider similar to the one found in QuickTime Player 7.
A slider similar to the one found in QuickTime Player 7. It combines a linear positioning slider with a range (region) slider.
- trait InstallableAction extends Action
- class Jog extends JComponent
-
class
LCDPanel extends JPanel
Unfinished!
- class ParamField[A] extends JPanel with ParamFieldLike[A]
- class PeakMeter extends JPanel with PeakMeterLike
- class PeakMeterBar extends JComponent with PeakMeterChannel
- class PeakMeterCaption extends JComponent
- class RecessedBorder extends AbstractBorder
- class RotaryKnob extends JSlider with RotaryKnobLike
- trait TransportCompanion extends AnyRef
- class UnitLabel extends JLabel with Icon
- trait WavePainter extends AnyRef
Value Members
-
object
Axis extends Serializable
A GUI element for displaying the timeline's axis (ruler) which is used to display the time indices and to allow the user to position and select the timeline.
A GUI element for displaying the timeline's axis (ruler) which is used to display the time indices and to allow the user to position and select the timeline.
- To do
FIXEDBOUNDS is ignored in logarithmic mode now
new label width calculation not performed in logarithmic mode
detect font property changes
- object Jog extends Serializable
- object PeakMeter extends Serializable
-
object
PeakMeterBar extends Serializable
A level (volume) meter GUI component.
A level (volume) meter GUI component. The component is a vertical bar displaying a green-to-reddish bar for the peak amplitude and a blue bar for RMS value.
To animate the bar, call
setPeakAndRMSat a regular interval, typically around every 30 milliseconds for a smooth look.- To do
allow linear display (now it's hard coded logarithmic)
add optional horizontal orientation
- object PeakMeterCaption extends Serializable
- object RecessedBorder extends Serializable
- object Transport extends TransportCompanion
-
object
UnitLabel extends Serializable
This class extends
JLabelby adding support for a list of labels which can be easily switched programmatically or by the user to whom a popup menu is presented whenever there is more than one label item.This class extends
JLabelby adding support for a list of labels which can be easily switched programmatically or by the user to whom a popup menu is presented whenever there is more than one label item. This is useful for adding switchable unit labels to number fields and is used by theParamFieldclass. You can think ofUnitLabelas aJComboBoxwhich uses a text and/or icon label as renderer and not a button. - object WavePainter