Package lcarsbeans

Andrei´s LCARS-Beans 0.9b

A collection of 8 visible and 2 invisible JavaBeans.
They are designed to look much like the control and design elements on the computer consoles in Star Trek.

See:
          Description

Interface Summary
LcarsGaugeProgressChangeListener The listener for LcarsGaugeProgressChangedEvent.
LcarsTimerFireListener The listener for LcarsTimerFiredEvent.
LcarsTrackbarPositionChangeListener The listener for LcarsTrackbarPositionChangedEvent.
 

Class Summary
LcarsButton A button.
LcarsButtonBeanInfo BeanInfo for LcarsButton.
LcarsCheckbox A checkbox, in combination with LcarsCheckboxGroup also usable as radiobutton.
LcarsCheckboxBeanInfo BeanInfo for LcarsCheckbox.
LcarsCheckboxGroup A invisible bean to group 2 or more LcarsCheckboxes to use them as radiobuttons.
LcarsCheckboxGroupBeanInfo BeanInfo for LcarsCheckboxGroup.
LcarsEdge An edge (design element).
LcarsEdgeBeanInfo BeanInfo for LcarsEdge.
LcarsGauge A gauge.
LcarsGaugeBeanInfo BeanInfo for LcarsGauge.
LcarsGaugeProgressChangedEvent The event which occurs when the progress property of LcarsGauge changes.
LcarsHCircle A filled half circle (design element).
LcarsHCircleBeanInfo BeanInfo for LcarsHCircle.
LcarsMLButton A multiline button.
LcarsMLButtonBeanInfo BeanInfo for LcarsMLButton.
LcarsPanel A panel (design element).
Note: This panel can not act as a container.
LcarsPanelBeanInfo BeanInfo for LcarsPanel
LcarsTimer A simple (invisible) timer.
This timer is used by LcarsTrackbar, and has only the functionality needed for this purpose.
I wrote it because my browsers didnt find javax.swing.Timer.
LcarsTimerBeanInfo BeanInfo for LcarsTimer
LcarsTimerFiredEvent The timer event.
LcarsTrackbar A trackbar.
LcarsTrackbarBeanInfo BeanInfo for LcarsTrackbar.
LcarsTrackbarPositionChangedEvent The event which occurs when the position property of LcarsTrackbar changes.
 

Package lcarsbeans Description

Andrei´s LCARS-Beans 0.9b

A collection of 8 visible and 2 invisible JavaBeans.
They are designed to look much like the control and design elements on the computer consoles in Star Trek. I named them LCARS-Beans because LCARS (Library Computer Access and Retrieval System) is the computer system used aboard the ships in Star Trek like the U.S.S. Enterprise D or the U.S.S. Voyager.