| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PopupManageable | |
|---|---|
| com.cosylab.gui | |
| com.cosylab.gui.components | |
| com.cosylab.gui.displayers | A package containing framework for building displayer components. | 
| de.desy.acop.chart | |
| de.desy.acop.displayers | |
| de.desy.acop.displayers.tools | |
| de.desy.acop.video | |
| Uses of PopupManageable in com.cosylab.gui | 
|---|
| Classes in com.cosylab.gui that implement PopupManageable | |
|---|---|
|  class | ButtonControllerButton that sets desired value on consumer when pressed. | 
|  class | CharacteristicsMapPanelCharacteristicsMapPanel... | 
|  class | CheckBoxControllerCheckBox for displaying and switching double properties between two values. | 
|  class | DialKnobDisplayerDialKnob implemented as Displayer. | 
|  class | DoubleNumberDisplayerDoubleNumberDisplayeris simple implementation ofDoubleDisplayerinterface based onLabelledNumberfield. | 
|  class | GaugerDisplayerGauger displayer. | 
|  class | IconDisplayerIconDisplayeris a displayer that displays icons associated with
 different values. | 
|  class | LabelDisplayerA displayer GUI widget that can uniformly display changable string value. | 
|  class | SliderDisplayerDisplays value on editable slider. | 
|  class | SliderDisplayerSetter | 
|  class | WheelswitchDisplayerWheelswitchDisplayeris simple implementation ofDisplayerinterface based onLabelledWheelswitch. | 
| Uses of PopupManageable in com.cosylab.gui.components | 
|---|
| Subinterfaces of PopupManageable in com.cosylab.gui.components | |
|---|---|
|  interface | SimpleDisplayerSimpleDisplayerinterface defines some usefull features, that
 should have all GUI widget, that wants to colaborate with Abeans framework. | 
| Classes in com.cosylab.gui.components that implement PopupManageable | |
|---|---|
|  class | AbstractDisplayerPanelA container for simple displayers is able to display a small dispalyer component together with an optional title in a vertical or horizontal resizable layout. | 
|  class | AbstractNumericDisplayerPanelAn extension of AbstractDisplayerPanel used for numerical displayers. | 
|  class | DialKnobA visual component for displaying and manipulating a double ranged value. | 
|  class | GaugerGauger is a visual component that displays a value on a scale between minimum and maximum. | 
|  class | LabelledGaugerLabelledGaugeris an extension of AbstractDisplayerPanel which
 providesGaugeras the numerical value displayer. | 
|  class | LabelledLedderLabelledLedder... | 
|  class | LabelledNumberFieldLabelledNumberFieldis extendedNumberFieldwith
 title label and units label. | 
|  class | LabelledWheelswitchLabelledWheelswitchis extendedWheelswitchwith
 title label and unit label in same style. | 
|  class | PiperA visual component for displaying numerical ( double) values
 using a liquid partially filled vertical tube visualisation. | 
|  class | SimpleTimeSelectorClass specialized for entering the time. | 
|  class | SliderSlider is a GUI component for displaying double value. | 
|  class | WheelswitchDescedant of javax.swing.JPanelthat contains a row of digits
 and optionally a two way up-down buttons. | 
| Uses of PopupManageable in com.cosylab.gui.displayers | 
|---|
| Subinterfaces of PopupManageable in com.cosylab.gui.displayers | |
|---|---|
|  interface | CommonDisplayerCommonDisplayerdefines interface common to multiple and single
 displayers. | 
|  interface | ConvertibleDisplayerConvertibleDisplayerenables usage of Converters. | 
|  interface | DisplayerDisplayerinterface describes GUI component, which is able to
 dispaly on screen single dynamic data source. | 
|  interface | DoubleDisplayerA specialization of the Displayerinterface for Java primitive
 typedouble. | 
|  interface | DoubleSeqDisplayerA specialization of the Displayerinterface for Java primitive
 typedouble[]. | 
|  interface | EnumDisplayerA specialization of Displayerinterface for enumerations. | 
|  interface | IconDisplayerIconDisplayercan display long values (similar to LongDisplayer) 
 but instead of showing the number value it shows different icons for each of
 the received values. | 
|  interface | LongDisplayerA specialization of Displayerinterface for Java primitive type
 long. | 
|  interface | MultipleDisplayerMultipleDisplayerinterface describes GUI component, which is  able to
 dispaly on screen single dynamic data source. | 
|  interface | ObjectDisplayerA specialization of the Displayerinterface forObjectJava type. | 
|  interface | PatternDisplayerA specialization of Displayerinterface for patterns. | 
|  interface | StringDisplayerA specialization of the Displayerinterface forStringJava type. | 
| Uses of PopupManageable in de.desy.acop.chart | 
|---|
| Classes in de.desy.acop.chart that implement PopupManageable | |
|---|---|
|  class | Acop | 
| Uses of PopupManageable in de.desy.acop.displayers | 
|---|
| Classes in de.desy.acop.displayers that implement PopupManageable | |
|---|---|
|  class | AcopButtonAcopButton is a displayer that sets desired value on remote connection point when pressed. | 
|  class | AcopChartAcopChartis an extension ofAcopwhich enables
 the use ofConnectionParametersand can connect to a remote 
 property. | 
|  class | AcopChartReorgAcopChartReorgis a wrapper forAcopwhich
 can present multiple graphs and allows setting of the most common Acop properties. | 
|  class | AcopCheckBoxAcopCheckBox is a displayer for displaying and switching between two double values. | 
|  class | AcopDialKnobAcopDialKnobis a single double value displayer. | 
|  class | AcopGaugerAcopGaugeris a single double valueAcopDisplayer. | 
|  class | AcopIconAcopIconis a displayer which can show imageable value. | 
|  class | AcopLabelAcopLabelis anAcopDisplayerwhich can
 show string or number values. | 
|  class | AcopNumberLabelAcopNumberLabelis a displayer which can show a single double value. | 
|  class | AcopSliderAcopSlideris a displayer which can show a single 
 double value. | 
|  class | AcopTableAcopTableis aMultipleAcopDisplayerwhich is 
 inteded to show values of multi-channel arrays or spectrum arrays. | 
|  class | AcopTrendChartAcopTrendChartis a wrapper for theAcopwhich can
 show multiple trends in a single chart. | 
|  class | AcopWheelswitchAcopWheelswitchis a displayer which can present a single 
 double value. | 
| Uses of PopupManageable in de.desy.acop.displayers.tools | 
|---|
| Subinterfaces of PopupManageable in de.desy.acop.displayers.tools | |
|---|---|
|  interface | AcopDisplayerAcopDisplayerConnectorshould be implemented by all Acop single displayers. | 
|  interface | MultipleAcopDisplayer<T extends AcopDisplayerParameters>AcopMultipleDisplayershould be implemented by those displayers that
 connects to multiple data sources. | 
| Uses of PopupManageable in de.desy.acop.video | 
|---|
| Classes in de.desy.acop.video that implement PopupManageable | |
|---|---|
|  class | AcopVideoAcopVideois a an AcopBean which can display a video image. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||