|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.cosylab.gui.components | |
---|---|
com.cosylab.gui | |
com.cosylab.gui.components | |
com.cosylab.gui.components.customizer | |
com.cosylab.gui.components.gauger | |
com.cosylab.gui.components.slider | |
com.cosylab.gui.components.wheelswitch | |
com.cosylab.gui.displayers | A package containing framework for building displayer components. |
com.cosylab.gui.property.editors | |
de.desy.acop.displayers | |
de.desy.acop.displayers.chart |
Classes in com.cosylab.gui.components used by com.cosylab.gui | |
---|---|
AbstractDisplayerPanel
A container for simple displayers is able to display a small dispalyer component together with an optional title in a vertical or horizontal resizable layout. |
|
AbstractDisplayerPanelBeanInfo
|
|
AbstractDisplayerPanelCustomizer
AbstractDisplayerPanelCustomizer is a default costomizer employed
by AbstractDisplayerPanel. |
|
AbstractNumericDisplayerPanel
An extension of AbstractDisplayerPanel used for numerical displayers. |
|
AbstractNumericDisplayerPanelBeanInfo
|
|
AbstractNumericDisplayerPanelCustomizer
AbstractNumericDisplayerPanelCustomizer is a customizer for
AbstractNumericDisplayerPanel. |
|
DialKnob
A visual component for displaying and manipulating a double ranged value. |
|
DialKnobBeanInfo
BeanInfo for DialKnob . |
|
DialKnobCustomizer
DialKnobCustomizer is a customizer for DialKnob
which allows customization of its most common properties. |
|
LabelledGauger
LabelledGauger is an extension of AbstractDisplayerPanel which
provides Gauger as the numerical value displayer. |
|
LabelledGaugerBeanInfo
BeanInfo for LabelledGauger . |
|
LabelledGaugerCustomizer
LabelledGaugerCustomizer is a customizer for
LabelledGauger which allows customization of its most
common properties. |
|
LabelledNumberField
LabelledNumberField is extended NumberField with
title label and units label. |
|
LabelledNumberFieldBeanInfo
BeanInfo for LabelledNumberField . |
|
LabelledWheelswitch
LabelledWheelswitch is extended Wheelswitch with
title label and unit label in same style. |
|
LabelledWheelswitchBeanInfo
BeanInfo for LabelledWheelswitch . |
|
LabelledWheelswitchCustomizer
Customizer for LabelledWheelswitch allows setting the most
common properties of the bean. |
|
ResizableTextLabel
A text area in which the text can dynamicaly adjust its font size to fill the whole area available. |
|
Slider
Slider is a GUI component for displaying double value. |
|
SliderBeanInfo
BeanInfo for Slider . |
|
SliderCustomizer
SliderCustomizer is a customizer for Slider
which enables customization of the most common slider's properties. |
Classes in com.cosylab.gui.components used by com.cosylab.gui.components | |
---|---|
AbstractDisplayerPanel
A container for simple displayers is able to display a small dispalyer component together with an optional title in a vertical or horizontal resizable layout. |
|
AbstractDisplayerPanelBeanInfo
|
|
AbstractDisplayerPanelCustomizer
AbstractDisplayerPanelCustomizer is a default costomizer employed
by AbstractDisplayerPanel. |
|
AbstractNumericDisplayerPanel
An extension of AbstractDisplayerPanel used for numerical displayers. |
|
AbstractNumericDisplayerPanelBeanInfo
|
|
AbstractNumericDisplayerPanelCustomizer
AbstractNumericDisplayerPanelCustomizer is a customizer for
AbstractNumericDisplayerPanel. |
|
AbstractProgressTask
Convenience implementation of ProgressMonitor . |
|
ArrowButton
A simple resizable button identified by an arrow icon. |
|
DialKnob.MouseHandler
Utiliy class that handles user mouse actions on the Dial knob. |
|
DialKnob.Renderer
Utility class that rendering of the component |
|
Gauger
Gauger is a visual component that displays a value on a scale between minimum and maximum. |
|
GradientLabel
A label that paints a gradient as a background. |
|
Ledder
|
|
NumberField
Descendant of ResizableTextField which only allows input of
numbers. |
|
PanelTitleBar
This is a JComponent , which is a combination of a label and a
toolbar. |
|
Piper.LayoutOrientation
Defines the orietation of the piper. |
|
ProgressEvent
Event for describing task progress change. |
|
ProgressListener
Interface for listeners interested into monitoring progress of tasks. |
|
ProgressMonitor
Interface defining progress monitoring for long running tasks. |
|
ResizableTextField
Descedant of JTextField that implements font resizing. |
|
ResizableTextLabel
A text area in which the text can dynamicaly adjust its font size to fill the whole area available. |
|
SimpleButton
A very simple implementation of a button. |
|
SimpleComboBox
A simple implementation of a combo box that provides several display styles through different javax.swing.plaf.ComboBoxUI implementations. |
|
SimpleComboBox.SimpleComboBoxUI
The simplest implementation od ComboBoxUI displays no button in the comboBox. |
|
SimpleComboBox.Style
|
|
Slider.Button
Button identifiers for any of the buttons used in the Slider. |
|
SliderSetMode
SliderSetMode describes different modes of setting value on the
slider. |
|
Wheelswitch
Descedant of javax.swing.JPanel that contains a row of digits
and optionally a two way up-down buttons. |
|
Wheelswitch.KeyHandler
An implementation of KeyListener used for handling key commands for the wheelswitch. |
|
Wheelswitch.MouseHandler
An implementation of KeyListener used for handling key commands for the wheelswitch. |
|
Wheelswitch.TiltHandler
An extension of Timer used for periodic tilting of the Wheelswitch. |
|
Wheelswitch.WheelSwitchMouseHandler
An implementation of the MouseWheelListener used for handling mouse wheel events inside the wheelswitch. |
Classes in com.cosylab.gui.components used by com.cosylab.gui.components.customizer | |
---|---|
SimpleDisplayer
SimpleDisplayer interface defines some usefull features, that
should have all GUI widget, that wants to colaborate with Abeans framework. |
Classes in com.cosylab.gui.components used by com.cosylab.gui.components.gauger | |
---|---|
Gauger
Gauger is a visual component that displays a value on a scale between minimum and maximum. |
Classes in com.cosylab.gui.components used by com.cosylab.gui.components.slider | |
---|---|
Slider
Slider is a GUI component for displaying double value. |
|
Slider.Button
Button identifiers for any of the buttons used in the Slider. |
Classes in com.cosylab.gui.components used by com.cosylab.gui.components.wheelswitch | |
---|---|
ArrowButton
A simple resizable button identified by an arrow icon. |
|
GradientLabel
A label that paints a gradient as a background. |
|
ResizableTextLabel
A text area in which the text can dynamicaly adjust its font size to fill the whole area available. |
|
SimpleButton
A very simple implementation of a button. |
Classes in com.cosylab.gui.components used by com.cosylab.gui.displayers | |
---|---|
ResizableTextLabel
A text area in which the text can dynamicaly adjust its font size to fill the whole area available. |
Classes in com.cosylab.gui.components used by com.cosylab.gui.property.editors | |
---|---|
SimpleButton
A very simple implementation of a button. |
|
SimpleComboBox
A simple implementation of a combo box that provides several display styles through different javax.swing.plaf.ComboBoxUI implementations. |
|
SimpleComboBox.DropComboBoxUI
This extension of SimpleComboBoxUI uses the standard right-side arrow button to activate the drop-down list. |
|
SimpleComboBox.SimpleComboBoxUI
The simplest implementation od ComboBoxUI displays no button in the comboBox. |
Classes in com.cosylab.gui.components used by de.desy.acop.displayers | |
---|---|
AbstractDisplayerPanel
A container for simple displayers is able to display a small dispalyer component together with an optional title in a vertical or horizontal resizable layout. |
|
AbstractDisplayerPanelBeanInfo
|
|
AbstractDisplayerPanelCustomizer
AbstractDisplayerPanelCustomizer is a default costomizer employed
by AbstractDisplayerPanel. |
|
AbstractNumericDisplayerPanel
An extension of AbstractDisplayerPanel used for numerical displayers. |
|
AbstractNumericDisplayerPanelBeanInfo
|
|
AbstractNumericDisplayerPanelCustomizer
AbstractNumericDisplayerPanelCustomizer is a customizer for
AbstractNumericDisplayerPanel. |
|
DialKnob
A visual component for displaying and manipulating a double ranged value. |
|
DialKnobBeanInfo
BeanInfo for DialKnob . |
|
DialKnobCustomizer
DialKnobCustomizer is a customizer for DialKnob
which allows customization of its most common properties. |
|
LabelledGauger
LabelledGauger is an extension of AbstractDisplayerPanel which
provides Gauger as the numerical value displayer. |
|
LabelledGaugerBeanInfo
BeanInfo for LabelledGauger . |
|
LabelledGaugerCustomizer
LabelledGaugerCustomizer is a customizer for
LabelledGauger which allows customization of its most
common properties. |
|
LabelledNumberField
LabelledNumberField is extended NumberField with
title label and units label. |
|
LabelledNumberFieldBeanInfo
BeanInfo for LabelledNumberField . |
|
LabelledWheelswitch
LabelledWheelswitch is extended Wheelswitch with
title label and unit label in same style. |
|
LabelledWheelswitchBeanInfo
BeanInfo for LabelledWheelswitch . |
|
LabelledWheelswitchCustomizer
Customizer for LabelledWheelswitch allows setting the most
common properties of the bean. |
|
ObjectTable
ObjectTable includes number of usefull features over standard
JTable for users, which try to create tabel for monitoring
dynamic values. |
|
Slider
Slider is a GUI component for displaying double value. |
|
SliderBeanInfo
BeanInfo for Slider . |
|
SliderCustomizer
SliderCustomizer is a customizer for Slider
which enables customization of the most common slider's properties. |
Classes in com.cosylab.gui.components used by de.desy.acop.displayers.chart | |
---|---|
NumberField
Descendant of ResizableTextField which only allows input of
numbers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |