A B C E F G H I L M P R S T U

A

addActionListener(ActionListener) - Method in class lcarsbeans.LcarsPanel
Adds an Action Listener.
addActionListener(ActionListener) - Method in class lcarsbeans.LcarsGauge
Adds an Action Listener.
addActionListener(ActionListener) - Method in class lcarsbeans.LcarsCheckbox
Adds an Action Listener.
addActionListener(ActionListener) - Method in class lcarsbeans.LcarsButton
Adds an Action Listener.
addActionListener(ActionListener) - Method in class lcarsbeans.LcarsTrackbar
Adds an Action Listener.
addActionListener(ActionListener) - Method in class lcarsbeans.LcarsMLButton
Adds an Action Listener.
addLcarsGaugeProgressChangeListener(LcarsGaugeProgressChangeListener) - Method in class lcarsbeans.LcarsGauge
Adds a listener for the LcarsGaugeProgressChangedEvent.
addLcarsTimerFireListener(LcarsTimerFireListener) - Method in class lcarsbeans.LcarsTimer
Adds a listener for the LcarsTimerFireEvent.
addLcarsTrackbarPositionChangeListener(LcarsTrackbarPositionChangeListener) - Method in class lcarsbeans.LcarsTrackbar
Adds a listener for the LcarsTrackbarPositionChangedEvent.
addPosition(int) - Method in class lcarsbeans.LcarsTrackbar
Adds or subtracts the difference to/from the current position.
addProgress(int) - Method in class lcarsbeans.LcarsGauge
Adds or subtracts the difference to/from the current progress.

B

barColor - Variable in class lcarsbeans.LcarsGauge
 
boundsColor - Variable in class lcarsbeans.LcarsGauge
 

C

caBottom - Static variable in class lcarsbeans.LcarsHCircle
The "bottom line" of the half circle at the bottom.
caLeft - Static variable in class lcarsbeans.LcarsHCircle
The "bottom line" of the half circle at the left side.
caRight - Static variable in class lcarsbeans.LcarsHCircle
The "bottom line" of the half circle at the right side.
caTop - Static variable in class lcarsbeans.LcarsHCircle
The "bottom line" of the half circle at the top.
cbsOne - Static variable in class lcarsbeans.LcarsCheckbox
First style: Depending on the state property the color changes between checkedColor and uncheckedColor.
cbsTwo - Static variable in class lcarsbeans.LcarsCheckbox
Second style: The control is drawn using checkedColor, but when state is false the small part of the control is not drawn.

E

epBottomLeft - Static variable in class lcarsbeans.LcarsEdge
The edge is in the lower left corner.
epBottomRight - Static variable in class lcarsbeans.LcarsEdge
The edge is in the lower right corner.
epTopLeft - Static variable in class lcarsbeans.LcarsEdge
The edge is in the upper left corner.
epTopRight - Static variable in class lcarsbeans.LcarsEdge
The edge is in the upper right corner.

F

fireAction() - Method in class lcarsbeans.LcarsCheckbox
Sends the Action-Event to all listeners.
fireAction() - Method in class lcarsbeans.LcarsButton
Sends the Action-Event to all listeners.
fireAction() - Method in class lcarsbeans.LcarsTrackbar
Sends the Action-Event to all listeners.
fireAction() - Method in class lcarsbeans.LcarsMLButton
Sends the Action-Event to all listeners.
fireLcarsGaugeProgressChange() - Method in class lcarsbeans.LcarsGauge
Sends the Change-Event to all listeners.
fireLcarsTimerFire() - Method in class lcarsbeans.LcarsTimer
Sends the Change-Event to all listeners.
fireLcarsTrackbarPositionChange() - Method in class lcarsbeans.LcarsTrackbar
Sends the Change-Event to all listeners.

G

gdDown - Static variable in class lcarsbeans.LcarsGauge
Direction of the gauge: down.
gdLeft - Static variable in class lcarsbeans.LcarsGauge
Direction of the gauge: left.
gdRight - Static variable in class lcarsbeans.LcarsGauge
Direction of the gauge: right.
gdUp - Static variable in class lcarsbeans.LcarsGauge
Direction of the gauge: up.
getBarColor() - Method in class lcarsbeans.LcarsGauge
Returns the color of the gauge bar.
getBeanDescriptor() - Method in class lcarsbeans.LcarsGaugeBeanInfo
Returns the descriptor for this bean.
getBeanDescriptor() - Method in class lcarsbeans.LcarsButtonBeanInfo
Returns the descriptor for this bean.
getBeanDescriptor() - Method in class lcarsbeans.LcarsHCircleBeanInfo
Returns the descriptor for this bean.
getBeanDescriptor() - Method in class lcarsbeans.LcarsCheckboxGroupBeanInfo
Returns the descriptor for this bean.
getBeanDescriptor() - Method in class lcarsbeans.LcarsMLButtonBeanInfo
Returns the descriptor for this bean.
getBeanDescriptor() - Method in class lcarsbeans.LcarsPanelBeanInfo
Returns the descriptor for this bean.
getBeanDescriptor() - Method in class lcarsbeans.LcarsTimerBeanInfo
Returns the descriptor for this bean.
getBeanDescriptor() - Method in class lcarsbeans.LcarsEdgeBeanInfo
Returns the descriptor for this bean.
getBeanDescriptor() - Method in class lcarsbeans.LcarsTrackbarBeanInfo
Returns the descriptor for this bean.
getBeanDescriptor() - Method in class lcarsbeans.LcarsCheckboxBeanInfo
Returns the descriptor for this bean.
getBoundsColor() - Method in class lcarsbeans.LcarsGauge
Returns the color of the rectangle around the bar.
getCheckboxGroup() - Method in class lcarsbeans.LcarsCheckbox
Returns the LcarsCheckbox which is associated with this checkbox.
getCheckedColor() - Method in class lcarsbeans.LcarsCheckbox
Returns the color which is used when the state property is true.
getCriticalValue() - Method in class lcarsbeans.LcarsTrackbar
Gets the critical value.
getDelay() - Method in class lcarsbeans.LcarsTimer
Returns the delay between two timer events.
getDisabledColor() - Method in class lcarsbeans.LcarsCheckbox
Returns the color which is used when the control is not enabled.
getDisabledColor() - Method in class lcarsbeans.LcarsButton
Returns the color which is used when the control is not enabled.
getDisabledColor() - Method in class lcarsbeans.LcarsMLButton
Returns the color which is used when the control is not enabled.
getEdgePosition() - Method in class lcarsbeans.LcarsEdge
Returns the position of the edge.
getEnabledColor() - Method in class lcarsbeans.LcarsButton
Returns the color which is used when the control is enabled.
getEnabledColor() - Method in class lcarsbeans.LcarsMLButton
Returns the color which is used when the control is enabled.
getFontColor() - Method in class lcarsbeans.LcarsPanel
Returns the color used for drawing the label.
getFontColor() - Method in class lcarsbeans.LcarsGauge
Returns the color used for drawing the text.
getFontColor() - Method in class lcarsbeans.LcarsCheckbox
Returns the color used for drawing the label.
getFontColor() - Method in class lcarsbeans.LcarsButton
Returns the color used for drawing the label.
getFontColor() - Method in class lcarsbeans.LcarsMLButton
Returns the color used for drawing the label.
getGaugeDirection() - Method in class lcarsbeans.LcarsGauge
Returns the direction of the gauge.
getGaugeGrids() - Method in class lcarsbeans.LcarsGauge
Returns the number of grid rectangles.
getGaugeStyle() - Method in class lcarsbeans.LcarsGauge
Returns the style of the gauge.
getGridFourAtPercent() - Method in class lcarsbeans.LcarsGauge
Returns the percentage at which the fourth grid rectangle starts.
getGridFourColor() - Method in class lcarsbeans.LcarsGauge
Returns the color of the fourth grid rectangle.
getGridLineEveryNPercent() - Method in class lcarsbeans.LcarsGauge
Returns how much percent place is between the thin lines inside the grids.
getGridOneColor() - Method in class lcarsbeans.LcarsGauge
Returns the color of the first grid rectangle.
getGridThreeAtPercent() - Method in class lcarsbeans.LcarsGauge
Returns the percentage at which the third grid rectangle starts.
getGridThreeColor() - Method in class lcarsbeans.LcarsGauge
Returns the color of the third grid rectangle.
getGridTwoAtPercent() - Method in class lcarsbeans.LcarsGauge
Returns the percentage at which the second grid rectangle starts.
getGridTwoColor() - Method in class lcarsbeans.LcarsGauge
Returns the color of the second grid rectangle.
getHCircleAlign() - Method in class lcarsbeans.LcarsHCircle
Returns the alignment of the half circle.
getHorizontalAlignment() - Method in class lcarsbeans.LcarsCheckbox
Returns the horizontal aligment of the control.
getHorizontalSpace() - Method in class lcarsbeans.LcarsCheckbox
Returns the horizontal space between the part with the label and the small part of the control.
getHyphens() - Method in class lcarsbeans.LcarsMLButton
Returns the possible hyphens.
getIcon(int) - Method in class lcarsbeans.LcarsGaugeBeanInfo
Returns an icon which represents the bean in an IDEs component palette.
getIcon(int) - Method in class lcarsbeans.LcarsButtonBeanInfo
Returns an icon which represents the bean in an IDEs component palette.
getIcon(int) - Method in class lcarsbeans.LcarsHCircleBeanInfo
Returns an icon which represents the bean in an IDEs component palette.
getIcon(int) - Method in class lcarsbeans.LcarsCheckboxGroupBeanInfo
Returns an icon which represents the bean in an IDEs component palette.
getIcon(int) - Method in class lcarsbeans.LcarsMLButtonBeanInfo
Returns an icon which represents the bean in an IDEs component palette.
getIcon(int) - Method in class lcarsbeans.LcarsPanelBeanInfo
Returns an icon which represents the bean in an IDEs component palette.
getIcon(int) - Method in class lcarsbeans.LcarsTimerBeanInfo
Returns an icon which represents the bean in an IDEs component palette.
getIcon(int) - Method in class lcarsbeans.LcarsEdgeBeanInfo
Returns an icon which represents the bean in an IDEs component palette.
getIcon(int) - Method in class lcarsbeans.LcarsTrackbarBeanInfo
Returns an icon which represents the bean in an IDEs component palette.
getIcon(int) - Method in class lcarsbeans.LcarsCheckboxBeanInfo
Returns an icon which represents the bean in an IDEs component palette.
getInitialDelay() - Method in class lcarsbeans.LcarsTimer
Returns the delay between the start of the timer and the first timer event.
getInnerRadiusX() - Method in class lcarsbeans.LcarsEdge
Returns the radius in X direction of the inner side of the edge.
getInnerRadiusY() - Method in class lcarsbeans.LcarsEdge
Returns the radius in Y direction of the inner side of the edge.
getLabel() - Method in class lcarsbeans.LcarsPanel
Returns the label.
getLabel() - Method in class lcarsbeans.LcarsCheckbox
Returns the label.
getLabel() - Method in class lcarsbeans.LcarsButton
Returns the label.
getLabel() - Method in class lcarsbeans.LcarsMLButton
Returns the label.
getLabelMarginX() - Method in class lcarsbeans.LcarsPanel
Gets the horizontal margin between the label and the bound of the control.
getLabelMarginX() - Method in class lcarsbeans.LcarsCheckbox
Returns the horizontal margin between the label and the bound of the control.
getLabelMarginX() - Method in class lcarsbeans.LcarsButton
Returns the horizontal margin between the label and the bound of the control.
getLabelMarginX() - Method in class lcarsbeans.LcarsMLButton
Returns the horizontal margin between the label and the bound of the control.
getLabelMarginY() - Method in class lcarsbeans.LcarsPanel
Gets the vertical margin between the label and the bound of the control.
getLabelMarginY() - Method in class lcarsbeans.LcarsCheckbox
Returns the vertical margin between the label and the bound of the control.
getLabelMarginY() - Method in class lcarsbeans.LcarsButton
Returns the vertical margin between the label and the bound of the control.
getLabelPosition() - Method in class lcarsbeans.LcarsPanel
Gets the position of the label.
getLabelPosition() - Method in class lcarsbeans.LcarsCheckbox
Returns the position of the label.
getLabelPosition() - Method in class lcarsbeans.LcarsButton
Returns the position of the label.
getMaxValue() - Method in class lcarsbeans.LcarsGauge
Returns the maximal progress.
getMaxValue() - Method in class lcarsbeans.LcarsTrackbar
Gets the maximal position.
getMinValue() - Method in class lcarsbeans.LcarsGauge
Returns the minimal progress.
getMinValue() - Method in class lcarsbeans.LcarsTrackbar
Gets the minimal position.
getOuterRadiusX() - Method in class lcarsbeans.LcarsEdge
Returns the radius in X direction of the outer side of the edge.
getOuterRadiusY() - Method in class lcarsbeans.LcarsEdge
Returns the radius in Y direction of the outer side of the edge.
getPosition() - Method in class lcarsbeans.LcarsTrackbar
Gets the current position.
getPreferredSize() - Method in class lcarsbeans.LcarsEdge
Returns the preferred size of the component.
getPreferredSize() - Method in class lcarsbeans.LcarsPanel
Gets the preferred size of the component.
getPreferredSize() - Method in class lcarsbeans.LcarsGauge
Returns the preferred size of the component.
getPreferredSize() - Method in class lcarsbeans.LcarsCheckbox
Returns the preferred size of the component.
getPreferredSize() - Method in class lcarsbeans.LcarsHCircle
Returns the preferred size of the component.
getPreferredSize() - Method in class lcarsbeans.LcarsButton
Returns the preferred size of the component.
getPreferredSize() - Method in class lcarsbeans.LcarsTrackbar
Gets the preferred size of the component.
getPreferredSize() - Method in class lcarsbeans.LcarsMLButton
Returns the preferred size of the component.
getPressedColor() - Method in class lcarsbeans.LcarsButton
Returns the color which is used when the button is pressed.
getPressedColor() - Method in class lcarsbeans.LcarsMLButton
Returns the color which is used when the button is pressed.
getProgress() - Method in class lcarsbeans.LcarsGauge
Returns the current progress.
getPropertyDescriptors() - Method in class lcarsbeans.LcarsGaugeBeanInfo
Returns the property descriptors.
getPropertyDescriptors() - Method in class lcarsbeans.LcarsButtonBeanInfo
Returns the property descriptors.
getPropertyDescriptors() - Method in class lcarsbeans.LcarsHCircleBeanInfo
Returns the property descriptors.
getPropertyDescriptors() - Method in class lcarsbeans.LcarsCheckboxGroupBeanInfo
Returns the property descriptors.
getPropertyDescriptors() - Method in class lcarsbeans.LcarsMLButtonBeanInfo
Returns the property descriptors.
getPropertyDescriptors() - Method in class lcarsbeans.LcarsPanelBeanInfo
Returns the property descriptors.
getPropertyDescriptors() - Method in class lcarsbeans.LcarsTimerBeanInfo
Returns the property descriptors.
getPropertyDescriptors() - Method in class lcarsbeans.LcarsEdgeBeanInfo
Returns the property descriptors.
getPropertyDescriptors() - Method in class lcarsbeans.LcarsTrackbarBeanInfo
Returns the property descriptors.
getPropertyDescriptors() - Method in class lcarsbeans.LcarsCheckboxBeanInfo
Returns the property descriptors.
getSelectedCheckbox() - Method in class lcarsbeans.LcarsCheckboxGroup
Returns the LcarsCheckbox which is currently selected.
getStyle() - Method in class lcarsbeans.LcarsCheckbox
Returns the style of the control.
getTextAlignment() - Method in class lcarsbeans.LcarsMLButton
Returns the horizontal alignment of the label.
getTextFrequency() - Method in class lcarsbeans.LcarsTrackbar
Gets the frequency of the large ticks and numbers.
getThicknessX() - Method in class lcarsbeans.LcarsEdge
Returns the horizontal thickness of the edge.
getThicknessY() - Method in class lcarsbeans.LcarsEdge
Returns the vertical thickness of the edge.
getTickFrequency() - Method in class lcarsbeans.LcarsTrackbar
Gets the frequency of the little ticks.
getTrackbarColor() - Method in class lcarsbeans.LcarsTrackbar
Gets the color of the trackbar.
getTrackbarDirection() - Method in class lcarsbeans.LcarsTrackbar
Gets the direction of the trackbar.
getUncheckedColor() - Method in class lcarsbeans.LcarsCheckbox
Returns the color which is used when the state property is false.
ggFour - Static variable in class lcarsbeans.LcarsGauge
Four grid rectangles.
ggOne - Static variable in class lcarsbeans.LcarsGauge
One grid rectangle.
ggThree - Static variable in class lcarsbeans.LcarsGauge
Three grid rectangles.
ggTwo - Static variable in class lcarsbeans.LcarsGauge
Two grid rectangles.
group - Variable in class lcarsbeans.LcarsCheckbox
The LcarsCheckboxGroup which is associated with the checkbox.
gsGridded - Static variable in class lcarsbeans.LcarsGauge
Gridded frame(s) around the gauge bar.
gsNormal - Static variable in class lcarsbeans.LcarsGauge
No gridded frame(s) around the gauge bar.

H

haLeftJustify - Static variable in class lcarsbeans.LcarsCheckbox
The part of the control with the label on it is at the left side.
haRightJustify - Static variable in class lcarsbeans.LcarsCheckbox
The part of the control with the label on it is at the right side.

I

isGaugeBounds() - Method in class lcarsbeans.LcarsGauge
Returns whether there is a rectangle around the bar.
isInnerFilled() - Method in class lcarsbeans.LcarsEdge
Returns whether the inner of the edge is drawn using the background color.
isRoundLeft() - Method in class lcarsbeans.LcarsButton
Returns whether the left side of the control is drawn rounded.
isRoundLeft() - Method in class lcarsbeans.LcarsMLButton
Returns whether the left side of the control is drawn rounded.
isRoundLong() - Method in class lcarsbeans.LcarsCheckbox
Returns whether the part with the caption is drawn rounded.
isRoundRight() - Method in class lcarsbeans.LcarsButton
Returns whether the right side of the control is drawn rounded.
isRoundRight() - Method in class lcarsbeans.LcarsMLButton
Returns whether the right side of the control is drawn rounded.
isRoundShort() - Method in class lcarsbeans.LcarsCheckbox
Returns whether the small part is drawn rounded.
isRunning() - Method in class lcarsbeans.LcarsTimer
Returns whether the timer is currently running (and firing timer events).
isShowText() - Method in class lcarsbeans.LcarsGauge
Returns whether the current progress is shown beside the bar.
isShowText() - Method in class lcarsbeans.LcarsTrackbar
Tells whether the current progress is shown beside the trackbar.
isState() - Method in class lcarsbeans.LcarsCheckbox
Returns the state of the control (true = checked, false = unchecked).

L

lcarsbeans - 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.
LcarsButton - class lcarsbeans.LcarsButton.
A button.
LcarsButton() - Constructor for class lcarsbeans.LcarsButton
Constructs a new instance.
LcarsButtonBeanInfo - class lcarsbeans.LcarsButtonBeanInfo.
BeanInfo for LcarsButton.
LcarsButtonBeanInfo() - Constructor for class lcarsbeans.LcarsButtonBeanInfo
 
LcarsCheckbox - class lcarsbeans.LcarsCheckbox.
A checkbox, in combination with LcarsCheckboxGroup also usable as radiobutton.
LcarsCheckbox() - Constructor for class lcarsbeans.LcarsCheckbox
Constructs a new instance.
LcarsCheckboxBeanInfo - class lcarsbeans.LcarsCheckboxBeanInfo.
BeanInfo for LcarsCheckbox.
LcarsCheckboxBeanInfo() - Constructor for class lcarsbeans.LcarsCheckboxBeanInfo
 
LcarsCheckboxGroup - class lcarsbeans.LcarsCheckboxGroup.
A invisible bean to group 2 or more LcarsCheckboxes to use them as radiobuttons.
LcarsCheckboxGroup() - Constructor for class lcarsbeans.LcarsCheckboxGroup
Constructs a new instance.
LcarsCheckboxGroupBeanInfo - class lcarsbeans.LcarsCheckboxGroupBeanInfo.
BeanInfo for LcarsCheckboxGroup.
LcarsCheckboxGroupBeanInfo() - Constructor for class lcarsbeans.LcarsCheckboxGroupBeanInfo
 
LcarsEdge - class lcarsbeans.LcarsEdge.
An edge (design element).
LcarsEdge() - Constructor for class lcarsbeans.LcarsEdge
Constructs a new instance.
LcarsEdgeBeanInfo - class lcarsbeans.LcarsEdgeBeanInfo.
BeanInfo for LcarsEdge.
LcarsEdgeBeanInfo() - Constructor for class lcarsbeans.LcarsEdgeBeanInfo
 
LcarsGauge - class lcarsbeans.LcarsGauge.
A gauge.
LcarsGauge() - Constructor for class lcarsbeans.LcarsGauge
Constructs a new instance.
LcarsGaugeBeanInfo - class lcarsbeans.LcarsGaugeBeanInfo.
BeanInfo for LcarsGauge.
LcarsGaugeBeanInfo() - Constructor for class lcarsbeans.LcarsGaugeBeanInfo
 
lcarsGaugeProgressChanged(LcarsGaugeProgressChangedEvent) - Method in interface lcarsbeans.LcarsGaugeProgressChangeListener
Is invoked when the LcarsGaugeProgressChangedEvent occurs.
LcarsGaugeProgressChangedEvent - class lcarsbeans.LcarsGaugeProgressChangedEvent.
The event which occurs when the progress property of LcarsGauge changes.
LcarsGaugeProgressChangedEvent(Component) - Constructor for class lcarsbeans.LcarsGaugeProgressChangedEvent
Creates the event.
LcarsGaugeProgressChangeListener - interface lcarsbeans.LcarsGaugeProgressChangeListener.
The listener for LcarsGaugeProgressChangedEvent.
LcarsHCircle - class lcarsbeans.LcarsHCircle.
A filled half circle (design element).
LcarsHCircle() - Constructor for class lcarsbeans.LcarsHCircle
Constructs a new instance.
LcarsHCircleBeanInfo - class lcarsbeans.LcarsHCircleBeanInfo.
BeanInfo for LcarsHCircle.
LcarsHCircleBeanInfo() - Constructor for class lcarsbeans.LcarsHCircleBeanInfo
 
LcarsMLButton - class lcarsbeans.LcarsMLButton.
A multiline button.
LcarsMLButton() - Constructor for class lcarsbeans.LcarsMLButton
Constructs a new instance.
LcarsMLButtonBeanInfo - class lcarsbeans.LcarsMLButtonBeanInfo.
BeanInfo for LcarsMLButton.
LcarsMLButtonBeanInfo() - Constructor for class lcarsbeans.LcarsMLButtonBeanInfo
 
LcarsPanel - class lcarsbeans.LcarsPanel.
A panel (design element).
Note: This panel can not act as a container.
LcarsPanel() - Constructor for class lcarsbeans.LcarsPanel
Constructs a new instance.
LcarsPanelBeanInfo - class lcarsbeans.LcarsPanelBeanInfo.
BeanInfo for LcarsPanel
LcarsPanelBeanInfo() - Constructor for class lcarsbeans.LcarsPanelBeanInfo
 
LcarsTimer - class lcarsbeans.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.
LcarsTimer() - Constructor for class lcarsbeans.LcarsTimer
Constructs a new instance.
LcarsTimer(int, int) - Constructor for class lcarsbeans.LcarsTimer
Another constructor.
LcarsTimerBeanInfo - class lcarsbeans.LcarsTimerBeanInfo.
BeanInfo for LcarsTimer
LcarsTimerBeanInfo() - Constructor for class lcarsbeans.LcarsTimerBeanInfo
 
lcarsTimerFired(LcarsTimerFiredEvent) - Method in interface lcarsbeans.LcarsTimerFireListener
Is invoked when the LcarsTrackbarPositionChanged occurs.
lcarsTimerFired(LcarsTimerFiredEvent) - Method in class lcarsbeans.LcarsTrackbar
Event handler
LcarsTimerFiredEvent - class lcarsbeans.LcarsTimerFiredEvent.
The timer event.
LcarsTimerFiredEvent(Component) - Constructor for class lcarsbeans.LcarsTimerFiredEvent
Creates the event.
LcarsTimerFireListener - interface lcarsbeans.LcarsTimerFireListener.
The listener for LcarsTimerFiredEvent.
LcarsTrackbar - class lcarsbeans.LcarsTrackbar.
A trackbar.
LcarsTrackbar() - Constructor for class lcarsbeans.LcarsTrackbar
Constructs a new instance.
LcarsTrackbarBeanInfo - class lcarsbeans.LcarsTrackbarBeanInfo.
BeanInfo for LcarsTrackbar.
LcarsTrackbarBeanInfo() - Constructor for class lcarsbeans.LcarsTrackbarBeanInfo
 
lcarsTrackbarPositionChanged(LcarsTrackbarPositionChangedEvent) - Method in interface lcarsbeans.LcarsTrackbarPositionChangeListener
Is invoked when the LcarsTrackbarPositionChanged occurs.
LcarsTrackbarPositionChangedEvent - class lcarsbeans.LcarsTrackbarPositionChangedEvent.
The event which occurs when the position property of LcarsTrackbar changes.
LcarsTrackbarPositionChangedEvent(Component) - Constructor for class lcarsbeans.LcarsTrackbarPositionChangedEvent
Creates the event.
LcarsTrackbarPositionChangeListener - interface lcarsbeans.LcarsTrackbarPositionChangeListener.
The listener for LcarsTrackbarPositionChangedEvent.
lpBottomLeft - Static variable in class lcarsbeans.LcarsPanel
Label is shown in the lower left corner of the control.
lpBottomLeft - Static variable in class lcarsbeans.LcarsCheckbox
Label is shown in the lower left corner of the control.
lpBottomLeft - Static variable in class lcarsbeans.LcarsButton
Label is shown in the lower left corner of the control.
lpBottomRight - Static variable in class lcarsbeans.LcarsPanel
Label is shown in the lower right corner of the control.
lpBottomRight - Static variable in class lcarsbeans.LcarsCheckbox
Label is shown in the lower right corner of the control.
lpBottomRight - Static variable in class lcarsbeans.LcarsButton
Label is shown in the lower right corner of the control.
lpCenter - Static variable in class lcarsbeans.LcarsPanel
Label is shown horizontally and vertically centered.
lpCenter - Static variable in class lcarsbeans.LcarsCheckbox
Label is shown horizontally and vertically centered.
lpCenter - Static variable in class lcarsbeans.LcarsButton
Label is shown horizontally and vertically centered.
lpTopLeft - Static variable in class lcarsbeans.LcarsPanel
Label is shown in the upper left corner of the control.
lpTopLeft - Static variable in class lcarsbeans.LcarsCheckbox
Label is shown in the upper left corner of the control.
lpTopLeft - Static variable in class lcarsbeans.LcarsButton
Label is shown in the upper left corner of the control.
lpTopRight - Static variable in class lcarsbeans.LcarsPanel
Label is shown in the upper right corner of the control.
lpTopRight - Static variable in class lcarsbeans.LcarsCheckbox
Label is shown in the upper right corner of the control.
lpTopRight - Static variable in class lcarsbeans.LcarsButton
Label is shown in the upper right corner of the control.

M

mouseClicked(MouseEvent) - Method in class lcarsbeans.LcarsCheckbox
Event handler (not implemented)
mouseClicked(MouseEvent) - Method in class lcarsbeans.LcarsButton
Event handler (not implemented)
mouseClicked(MouseEvent) - Method in class lcarsbeans.LcarsTrackbar
Event handler (not implemented)
mouseClicked(MouseEvent) - Method in class lcarsbeans.LcarsMLButton
Event handler (not implemented)
mouseDragged(MouseEvent) - Method in class lcarsbeans.LcarsTrackbar
Event handler
mouseEntered(MouseEvent) - Method in class lcarsbeans.LcarsCheckbox
Event handler (not implemented)
mouseEntered(MouseEvent) - Method in class lcarsbeans.LcarsButton
Event handler (not implemented)
mouseEntered(MouseEvent) - Method in class lcarsbeans.LcarsTrackbar
Event handler (not implemented)
mouseEntered(MouseEvent) - Method in class lcarsbeans.LcarsMLButton
Event handler (not implemented)
mouseExited(MouseEvent) - Method in class lcarsbeans.LcarsCheckbox
Event handler (not implemented)
mouseExited(MouseEvent) - Method in class lcarsbeans.LcarsButton
Event handler (not implemented)
mouseExited(MouseEvent) - Method in class lcarsbeans.LcarsTrackbar
Event handler (not implemented)
mouseExited(MouseEvent) - Method in class lcarsbeans.LcarsMLButton
Event handler (not implemented)
mouseMoved(MouseEvent) - Method in class lcarsbeans.LcarsTrackbar
Event handler (not implemented)
mousePressed(MouseEvent) - Method in class lcarsbeans.LcarsCheckbox
Event handler (not implemented)
mousePressed(MouseEvent) - Method in class lcarsbeans.LcarsButton
Event handler
mousePressed(MouseEvent) - Method in class lcarsbeans.LcarsTrackbar
Event handler
mousePressed(MouseEvent) - Method in class lcarsbeans.LcarsMLButton
Event handler
mouseReleased(MouseEvent) - Method in class lcarsbeans.LcarsCheckbox
Event handler
mouseReleased(MouseEvent) - Method in class lcarsbeans.LcarsButton
Event handler
mouseReleased(MouseEvent) - Method in class lcarsbeans.LcarsTrackbar
Event handler
mouseReleased(MouseEvent) - Method in class lcarsbeans.LcarsMLButton
Event handler

P

paint(Graphics) - Method in class lcarsbeans.LcarsEdge
Paints the control.
paint(Graphics) - Method in class lcarsbeans.LcarsPanel
Paints the control.
paint(Graphics) - Method in class lcarsbeans.LcarsGauge
Paints the control.
paint(Graphics) - Method in class lcarsbeans.LcarsCheckbox
Paints the control.
paint(Graphics) - Method in class lcarsbeans.LcarsHCircle
Paints the control.
paint(Graphics) - Method in class lcarsbeans.LcarsButton
Paints the control.
paint(Graphics) - Method in class lcarsbeans.LcarsTrackbar
Paints the control.
paint(Graphics) - Method in class lcarsbeans.LcarsMLButton
Paints the control.
prop(String, String) - Static method in class lcarsbeans.LcarsGaugeBeanInfo
Creates a property descriptor.
prop(String, String) - Static method in class lcarsbeans.LcarsButtonBeanInfo
Creates a property descriptor.
prop(String, String) - Static method in class lcarsbeans.LcarsHCircleBeanInfo
Creates a property descriptor.
prop(String, String) - Static method in class lcarsbeans.LcarsCheckboxGroupBeanInfo
The property descriptors.
prop(String, String) - Static method in class lcarsbeans.LcarsMLButtonBeanInfo
Creates a property descriptor.
prop(String, String) - Static method in class lcarsbeans.LcarsPanelBeanInfo
Creates a property descriptor.
prop(String, String) - Static method in class lcarsbeans.LcarsTimerBeanInfo
Creates a property descriptor.
prop(String, String) - Static method in class lcarsbeans.LcarsEdgeBeanInfo
Creates a property descriptor.
prop(String, String) - Static method in class lcarsbeans.LcarsTrackbarBeanInfo
Creates a property descriptor.
prop(String, String) - Static method in class lcarsbeans.LcarsCheckboxBeanInfo
Creates a property descriptor.
props - Static variable in class lcarsbeans.LcarsGaugeBeanInfo
The property descriptors.
props - Static variable in class lcarsbeans.LcarsButtonBeanInfo
The property descriptors.
props - Static variable in class lcarsbeans.LcarsHCircleBeanInfo
The property descriptors.
props - Static variable in class lcarsbeans.LcarsCheckboxGroupBeanInfo
 
props - Static variable in class lcarsbeans.LcarsMLButtonBeanInfo
The property descriptors.
props - Static variable in class lcarsbeans.LcarsPanelBeanInfo
The property descriptors.
props - Static variable in class lcarsbeans.LcarsTimerBeanInfo
The property descriptors.
props - Static variable in class lcarsbeans.LcarsEdgeBeanInfo
The property descriptors.
props - Static variable in class lcarsbeans.LcarsTrackbarBeanInfo
The property descriptors.
props - Static variable in class lcarsbeans.LcarsCheckboxBeanInfo
The property descriptors.

R

removeActionListener(ActionListener) - Method in class lcarsbeans.LcarsPanel
Removes an Action Listener.
removeActionListener(ActionListener) - Method in class lcarsbeans.LcarsGauge
Removes an Action Listener.
removeActionListener(ActionListener) - Method in class lcarsbeans.LcarsCheckbox
Removes an Action Listener.
removeActionListener(ActionListener) - Method in class lcarsbeans.LcarsButton
Removes an Action Listener.
removeActionListener(ActionListener) - Method in class lcarsbeans.LcarsTrackbar
Removes an Action Listener.
removeActionListener(ActionListener) - Method in class lcarsbeans.LcarsMLButton
Removes an Action Listener.
removeLcarsGaugeProgressChangeListener(LcarsGaugeProgressChangeListener) - Method in class lcarsbeans.LcarsGauge
Removes a listener for the LcarsGaugeProgressChangedEvent.
removeLcarsTimerFireListener(LcarsTimerFireListener) - Method in class lcarsbeans.LcarsTimer
Removes a listener for the LcarsTimerFireEvent.
removeLcarsTrackbarPositionChangeListener(LcarsTrackbarPositionChangeListener) - Method in class lcarsbeans.LcarsTrackbar
Removes a listener for the LcarsTrackbarPositionChangedEvent.
run() - Method in class lcarsbeans.LcarsTimer
the run() method needed for every thread.

S

setBarColor(Color) - Method in class lcarsbeans.LcarsGauge
Sets the color of the the gauge bar.
setBoundsColor(Color) - Method in class lcarsbeans.LcarsGauge
Sets the color of the rectangle around the bar.
setCheckboxGroup(LcarsCheckboxGroup) - Method in class lcarsbeans.LcarsCheckbox
Associates the checkbox with a LcarsCheckboxGroup.
If 2 or more checkboxes are associated with a certain LcarsCheckboxGroup they work as radiobuttons.
setCheckedColor(Color) - Method in class lcarsbeans.LcarsCheckbox
Sets the color which is used when the state property is true.
setCriticalValue(int) - Method in class lcarsbeans.LcarsTrackbar
Sets the critical value.
The range between criticalValue and maxValue will be marked.
setDelay(int) - Method in class lcarsbeans.LcarsTimer
Sets the delay between two timer events.
setDisabledColor(Color) - Method in class lcarsbeans.LcarsCheckbox
Sets the color which is used when the control is not enabled.
setDisabledColor(Color) - Method in class lcarsbeans.LcarsButton
Sets the color which is used when the control is not enabled.
setDisabledColor(Color) - Method in class lcarsbeans.LcarsMLButton
Sets the color which is used when the control is not enabled.
setEdgePosition(int) - Method in class lcarsbeans.LcarsEdge
Sets the position of the edge.
Possible values: epTopLeft, epTopRight, epBottomRight, epBottomLeft
If the new value is not in the range between 0 and 3 the property is set to epTopLeft.
setEnabledColor(Color) - Method in class lcarsbeans.LcarsButton
Sets the color which is used when the control is enabled.
setEnabledColor(Color) - Method in class lcarsbeans.LcarsMLButton
Sets the color which is used when the control is enabled.
setFontColor(Color) - Method in class lcarsbeans.LcarsPanel
Sets the color used for drawing the label.
setFontColor(Color) - Method in class lcarsbeans.LcarsGauge
Sets the color used for drawing the text.
setFontColor(Color) - Method in class lcarsbeans.LcarsCheckbox
Sets the color used for drawing the label.
setFontColor(Color) - Method in class lcarsbeans.LcarsButton
Sets the color used for drawing the label.
setFontColor(Color) - Method in class lcarsbeans.LcarsMLButton
Sets the color used for drawing the label.
setGaugeBounds(boolean) - Method in class lcarsbeans.LcarsGauge
Sets whether there is a rectangle around the bar.
setGaugeDirection(int) - Method in class lcarsbeans.LcarsGauge
Sets the direction of the gauge.
Possible values: gdUp, gdRight, gdDown, gdLeft
If the new value is not in the range between 0 and 3 the property is set to gdUp.
setGaugeGrids(int) - Method in class lcarsbeans.LcarsGauge
Sets the number of grid rectangles.
Possible values: ggOne, ggTwo, ggThree, ggFour
If the new value is not in the range between 0 and 4 the property is set to ggOne.
setGaugeStyle(int) - Method in class lcarsbeans.LcarsGauge
Sets the style of the gauge.
Possible values: gsNormal, gsGridded
If the new value is not 0 or 1 the property is set to gsNormal.
setGridFourAtPercent(int) - Method in class lcarsbeans.LcarsGauge
Sets the percentage at which the fourth grid rectangle starts.
The values of this property must be multiples of 5 (you can enter whatever you want, it will be rounded automatically).
setGridFourColor(Color) - Method in class lcarsbeans.LcarsGauge
Sets the color of the fourth grid rectangle.
setGridLineEveryNPercent(int) - Method in class lcarsbeans.LcarsGauge
Sets how much percent place is between the thin lines inside the grids.
Values of this property may be either 5 or 10 (you can enter whatever you want.
setGridOneColor(Color) - Method in class lcarsbeans.LcarsGauge
Sets the color of the first grid rectangle.
setGridThreeAtPercent(int) - Method in class lcarsbeans.LcarsGauge
Sets the percentage at which the third grid rectangle starts.
The values of this property must be multiples of 5 (you can enter whatever you want, it will be rounded automatically).
setGridThreeColor(Color) - Method in class lcarsbeans.LcarsGauge
Sets the color of the third grid rectangle.
setGridTwoAtPercent(int) - Method in class lcarsbeans.LcarsGauge
Sets the percentage at which the second grid rectangle starts.
The values of this property must be multiples of 5 (you can enter whatever you want, it will be rounded automatically).
setGridTwoColor(Color) - Method in class lcarsbeans.LcarsGauge
Sets the color of the second grid rectangle.
setHCircleAlign(int) - Method in class lcarsbeans.LcarsHCircle
Sets the alignment of the half circle.
Possible values: caTop, caRight, caBottom, caLeft
If the new value is not in the range between 0 and 3 the property is set to caRight.
setHorizontalAlignment(int) - Method in class lcarsbeans.LcarsCheckbox
Sets the horizontal aligment of the control, that means whether the part with the label is at the left or right side.
Possible values: haLeftJustify, haRightJustify
If the new value is not 0 or 1 the property is set to haLeftJustify.
setHorizontalSpace(int) - Method in class lcarsbeans.LcarsCheckbox
Sets the horizontal space between the part with the label and the small part of the control.
setHyphens(String) - Method in class lcarsbeans.LcarsMLButton
Sets the possible hyphens.
If the label contains a character which is part of the hyphens string a line break will be made if necessary after that character.
setInitialDelay(int) - Method in class lcarsbeans.LcarsTimer
Sets the delay between the start of the timer and the first timer event.
setInnerFilled(boolean) - Method in class lcarsbeans.LcarsEdge
Sets whether the inner of the edge is drawn using the background color.
setInnerRadiusX(int) - Method in class lcarsbeans.LcarsEdge
Sets the radius in X direction of the inner side of the edge.
setInnerRadiusY(int) - Method in class lcarsbeans.LcarsEdge
Sets the radius in Y direction of the inner side of the edge.
setLabel(String) - Method in class lcarsbeans.LcarsPanel
Sets the label.
setLabel(String) - Method in class lcarsbeans.LcarsCheckbox
Sets the label.
setLabel(String) - Method in class lcarsbeans.LcarsButton
Sets the label.
setLabel(String) - Method in class lcarsbeans.LcarsMLButton
Sets the label.
setLabelMarginX(int) - Method in class lcarsbeans.LcarsPanel
Sets the horizontal margin between the label and the bound of the control if the label position is not lpCenter.
setLabelMarginX(int) - Method in class lcarsbeans.LcarsCheckbox
Sets the horizontal margin between the label and the bound of the control if the label position is not lpCenter.
setLabelMarginX(int) - Method in class lcarsbeans.LcarsButton
Sets the horizontal margin between the label and the bound of the control if the label position is not lpCenter.
setLabelMarginX(int) - Method in class lcarsbeans.LcarsMLButton
Sets the horizontal margin between the label and the bound of the control if roundLeft or roundRight is set to false.
setLabelMarginY(int) - Method in class lcarsbeans.LcarsPanel
Sets the vertical margin between the label and the bound of the control if the label position is not lpCenter.
setLabelMarginY(int) - Method in class lcarsbeans.LcarsCheckbox
Sets the vertical margin between the label and the bound of the control if the label position is not lpCenter.
setLabelMarginY(int) - Method in class lcarsbeans.LcarsButton
Sets the vertical margin between the label and the bound of the control if the label position is not lpCenter.
setLabelPosition(int) - Method in class lcarsbeans.LcarsPanel
Sets the position of the label.
Possible values: lpCenter, lpTopLeft, lpTopRight, lpBottomRight, lpBottomLeft
If the new value is not in the range between 0 and 4 the property is set to lpCenter.
setLabelPosition(int) - Method in class lcarsbeans.LcarsCheckbox
Sets the position of the label.
Possible values: lpCenter, lpTopLeft, lpTopRight, lpBottomRight, lpBottomLeft
If the new value is not in the range between 0 and 4 the property is set to lpCenter.
setLabelPosition(int) - Method in class lcarsbeans.LcarsButton
Sets the position of the label.
Possible values: lpCenter, lpTopLeft, lpTopRight, lpBottomRight, lpBottomLeft
If the new value is not in the range between 0 and 4 the property is set to lpCenter.
setMaxValue(int) - Method in class lcarsbeans.LcarsGauge
Sets the maximal progress.
Property should not be less than 0.
setMaxValue(int) - Method in class lcarsbeans.LcarsTrackbar
Sets the maximal position.
Property should not be less than 0.
setMinValue(int) - Method in class lcarsbeans.LcarsGauge
Sets the minimal progress.
Property should not be less than 0.
setMinValue(int) - Method in class lcarsbeans.LcarsTrackbar
Sets the minimal position.
Property should not be less than 0.
setOuterRadiusX(int) - Method in class lcarsbeans.LcarsEdge
Sets the radius in X direction of the outer side of the edge.
setOuterRadiusY(int) - Method in class lcarsbeans.LcarsEdge
Sets the radius in Y direction of the outer side of the edge.
setPosition(int) - Method in class lcarsbeans.LcarsTrackbar
Sets the current position.
setPressedColor(Color) - Method in class lcarsbeans.LcarsButton
Sets the color which is used when the button is pressed.
setPressedColor(Color) - Method in class lcarsbeans.LcarsMLButton
Sets the color which is used when the button is pressed.
setProgress(int) - Method in class lcarsbeans.LcarsGauge
Sets the current progress.
setRoundLeft(boolean) - Method in class lcarsbeans.LcarsButton
Sets whether the left side of the control is drawn rounded.
setRoundLeft(boolean) - Method in class lcarsbeans.LcarsMLButton
Sets whether the left side of the control is drawn rounded.
setRoundLong(boolean) - Method in class lcarsbeans.LcarsCheckbox
Sets whether the part with the caption is drawn rounded.
setRoundRight(boolean) - Method in class lcarsbeans.LcarsButton
Sets whether the right side of the control is drawn rounded.
setRoundRight(boolean) - Method in class lcarsbeans.LcarsMLButton
Sets whether the right side of the control is drawn rounded.
setRoundShort(boolean) - Method in class lcarsbeans.LcarsCheckbox
Sets whether the small part is drawn rounded.
setSelectedCheckbox(LcarsCheckbox) - Method in class lcarsbeans.LcarsCheckboxGroup
Selects a LcarsCheckbox and deselects every other in this group.
setShowText(boolean) - Method in class lcarsbeans.LcarsGauge
Sets whether the current progress is shown beside the bar.
setShowText(boolean) - Method in class lcarsbeans.LcarsTrackbar
Sets whether the current progress is shown beside the trackbar.
setState(boolean) - Method in class lcarsbeans.LcarsCheckbox
Sets the state of the control (true = checked, false = unchecked).
setStyle(int) - Method in class lcarsbeans.LcarsCheckbox
Sets the style of the control.
Possible values: cbsOne, cbsTwo
If the new value is not 0 or 1 the property is set to cbsOne.
setTextAlignment(int) - Method in class lcarsbeans.LcarsMLButton
Gets the horizontal alignment of the label.
Possible values: taLeft, taCenter, taRight
If the new value is not in the range between 0 and 2 the property is set to taLeft.
setTextFrequency(int) - Method in class lcarsbeans.LcarsTrackbar
Sets the frequency of the large ticks and numbers.
setThicknessX(int) - Method in class lcarsbeans.LcarsEdge
Sets the horizontal thickness of the edge.
setThicknessY(int) - Method in class lcarsbeans.LcarsEdge
Sets the vertical thickness of the edge.
setTickFrequency(int) - Method in class lcarsbeans.LcarsTrackbar
Sets the frequency of the little ticks.
setTrackbarColor(Color) - Method in class lcarsbeans.LcarsTrackbar
Sets the color of the the trackbar.
setTrackbarDirection(int) - Method in class lcarsbeans.LcarsTrackbar
Sets the direction of the trackbar.
Possible values: gdUp, gdRight
If the new value is not 0 or 1 the property is set to gdUp.
setUncheckedColor(Color) - Method in class lcarsbeans.LcarsCheckbox
Sets the color which is used when the state property is false.
start() - Method in class lcarsbeans.LcarsTimer
Starts the timer.
stop() - Method in class lcarsbeans.LcarsTimer
Stops the timer.

T

taCenter - Static variable in class lcarsbeans.LcarsMLButton
The label is drawn centered.
taLeft - Static variable in class lcarsbeans.LcarsMLButton
The label is drawn left aligned.
taRight - Static variable in class lcarsbeans.LcarsMLButton
The label is drawn right aligned.
tdRight - Static variable in class lcarsbeans.LcarsTrackbar
Direction of the trackbar: right.
tdUp - Static variable in class lcarsbeans.LcarsTrackbar
Direction of the trackbar: up.
Toggle() - Method in class lcarsbeans.LcarsCheckbox
Toggles the state property between true and false.

U

update(Graphics) - Method in class lcarsbeans.LcarsEdge
An overwritten and because of this almost flicker-free version of update().
update(Graphics) - Method in class lcarsbeans.LcarsPanel
An overwritten and because of this almost flicker-free version of update().
update(Graphics) - Method in class lcarsbeans.LcarsGauge
An overwritten and because of this almost flicker-free version of update().
update(Graphics) - Method in class lcarsbeans.LcarsCheckbox
An overwritten and because of this almost flicker-free version of update().
update(Graphics) - Method in class lcarsbeans.LcarsHCircle
An overwritten and because of this almost flicker-free version of update().
update(Graphics) - Method in class lcarsbeans.LcarsButton
An overwritten and because of this almost flicker-free version of update().
update(Graphics) - Method in class lcarsbeans.LcarsTrackbar
An overwritten and because of this almost flicker-free version of update().
update(Graphics) - Method in class lcarsbeans.LcarsMLButton
An overwritten and because of this almost flicker-free version of update().

A B C E F G H I L M P R S T U