|
JBCSolutions - JbcBeans v1.5 This document is the API specification for the JbcBeans, version 1.5 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
jbc.beans.JbcNeedleIndicator
public class JbcNeedleIndicator
A component that lets the user graphically show a value within a bounded interval.
The NeedleIndicator can show both major tick marks and minor tick marks between them.
The number of values between the tick marks is controlled with
setMajorTickSpacing
and setMinorTickSpacing
. You may use a
simple or a large needle, change their color, use one or two red lines, change their
color, change the color of the area between two red lines, change the color of the
tracking needle, and so on...
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
javax.swing.JComponent.AccessibleJComponent |
Field Summary |
---|
Fields inherited from class javax.swing.JComponent |
---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
JbcNeedleIndicator()
Default needle gauge constructor. |
Method Summary | |
---|---|
java.lang.String |
getAbout()
Application code will not use these methods explicitly. |
java.awt.Color |
getBackground()
Gets the background color of this component. |
int |
getBevelSize()
Gets the size of the bevel. |
int |
getDecimals()
Returns the decimals value. |
java.awt.Color |
getForeground()
Gets the foreground color of this component. |
java.awt.Color |
getLargeNeedleColor()
Gets the large needle color of this component. |
java.awt.Color |
getLeftHightRedLineColor()
Gets the left hightRedLine color of this component. |
int |
getLeftRedLine()
Returns the left red line value supported by the needle gauge. |
java.awt.Color |
getLeftRedLineColor()
Gets the left redLine color of this component. |
java.awt.Color |
getLeftWarningColor()
Gets the left warning color of this component. |
int |
getLeftWarningLine()
Returns the left warning line value supported by the needle gauge. |
int |
getMajorTickSpacing()
Returns the major tick spacing. |
int |
getMaximum()
Returns the maximum value supported by the needle gauge. |
int |
getMinimum()
Returns the minimum value supported by the needle gauge. |
int |
getMinorTickSpacing()
Returns the minor tick spacing. |
java.awt.Color |
getRightHightRedLineColor()
Gets the right hightRedLine color of this component. |
int |
getRightRedLine()
Returns the right red line value supported by the needle gauge. |
java.awt.Color |
getRightRedLineColor()
Gets the right redLine color of this component. |
java.awt.Color |
getRightWarningColor()
Gets the right warning color of this component. |
int |
getRightWarningLine()
Returns the right warning line value supported by the needle gauge. |
java.awt.Color |
getSimpleNeedleColor()
Gets the simple needle color of this component. |
int |
getStartTrackingPosition()
Returns the startTrackingPosition value. |
java.awt.Color |
getTextColor()
Gets the text color of this component. |
java.awt.Color |
getTrackingColor()
Gets the tracking color of this component. |
int |
getValue()
Returns the needle gauge value. |
boolean |
isLargeNeedle()
Returns whether the large needle should be painted. |
boolean |
isLeftRedLinePainted()
Returns whether the left red line should be painted. |
boolean |
isLeftWarningLinePainted()
Returns whether the left warning line should be painted. |
boolean |
isNeedlePainted()
Returns whether the needle should be painted. |
boolean |
isPaintTicks()
Returns whether ticks should be painted or not. |
boolean |
isRightRedLinePainted()
Returns whether the right red line should be painted. |
boolean |
isRightWarningLinePainted()
Returns whether the right warning line should be painted. |
boolean |
isShadowOnNeedle()
Returns whether the shadow on Needle should be painted. |
boolean |
isTrackingNeedlePainted()
Returns whether the trackingNeedle should be painted. |
boolean |
isValuePrinted()
Returns whether the value should be painted or not. |
void |
paint(java.awt.Graphics g)
Paints this component. |
void |
paintInterface(java.awt.Graphics g)
|
void |
setAbout(java.lang.String text)
Application code will not use these methods explicitly. |
void |
setBackground(java.awt.Color color)
Sets the background color of this component. |
void |
setBevelSize(int size)
Sets the size of the bevel. |
void |
setDecimals(int value)
Sets the decimals property. |
void |
setForeground(java.awt.Color color)
Sets the foreground color of this component. |
void |
setLargeNeedle(boolean b)
Sets whether the large needle should be painted. |
void |
setLargeNeedleColor(java.awt.Color color)
Sets the large needle color of this component. |
void |
setLeftHightRedLineColor(java.awt.Color color)
Sets the left hightRedLine color of this component. |
void |
setLeftRedLine(int value)
Sets the left red line property. |
void |
setLeftRedLineColor(java.awt.Color color)
Sets the left redLine color of this component. |
void |
setLeftRedLinePainted(boolean b)
Sets whether the left red line should be painted. |
void |
setLeftWarningColor(java.awt.Color color)
Sets the left warning color of this component. |
void |
setLeftWarningLine(int value)
Sets the left warning line property. |
void |
setLeftWarningLinePainted(boolean b)
Sets whether the left warning line should be painted. |
void |
setLocale(java.util.Locale locale)
Sets the locale of this component. |
void |
setMajorTickSpacing(int n)
Sets the major tick spacing. |
void |
setMaximum(int value)
Sets the maximum property. |
void |
setMinimum(int value)
Sets the minimum property. |
void |
setMinorTickSpacing(int n)
Sets the minor tick spacing. |
void |
setNeedlePainted(boolean b)
Sets whether the needle should be painted. |
void |
setPaintTicks(boolean b)
Sets whether ticks should be painted or not. |
void |
setRightHightRedLineColor(java.awt.Color color)
Sets the right hightRedLine color of this component. |
void |
setRightRedLine(int value)
Sets the right red line property. |
void |
setRightRedLineColor(java.awt.Color color)
Sets the redLine color of this component. |
void |
setRightRedLinePainted(boolean b)
Sets whether the right red line should be painted. |
void |
setRightWarningColor(java.awt.Color color)
Sets the right warning color of this component. |
void |
setRightWarningLine(int value)
Sets the right warning line property. |
void |
setRightWarningLinePainted(boolean b)
Sets whether the right warning line should be painted. |
void |
setShadowOnNeedle(boolean b)
Sets whether the shadow on Needle should be painted. |
void |
setSimpleNeedleColor(java.awt.Color color)
Sets the simple needle color of this component. |
void |
setStartTrackingPosition(int value)
Sets the startTrackingPosition property. |
void |
setTextColor(java.awt.Color color)
Sets the text color of this component. |
void |
setTrackingColor(java.awt.Color color)
Sets the tracking color of this component. |
void |
setTrackingNeedlePainted(boolean b)
Sets whether the trackingNeedle should be painted. |
void |
setValue(int value)
Sets the current value of the needle gauge. |
void |
setValuePrinted(boolean b)
Sets whether the value is printed inside the component. |
void |
updateUI()
Notification from the UIFactory that the L&F has changed. |
Methods inherited from class javax.swing.JComponent |
---|
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, getAccessibleContext, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getUIClassID, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paintImmediately, paintImmediately, print, printAll, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update |
Methods inherited from class java.awt.Container |
---|
add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validate |
Methods inherited from class java.awt.Component |
---|
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JbcNeedleIndicator()
Creates a JbcNeedleIndicator
instance.
Method Detail |
---|
public void setAbout(java.lang.String text)
public java.lang.String getAbout()
public final void paintInterface(java.awt.Graphics g)
public void paint(java.awt.Graphics g)
paint
in class javax.swing.JComponent
g
- The graphics context to use for painting.public void setBevelSize(int size)
size
- the size of the bevel.getBevelSize()
public int getBevelSize()
setBevelSize(int)
public void updateUI()
updateUI
in class javax.swing.JComponent
JComponent.updateUI()
public java.awt.Color getBackground()
getBackground
in class java.awt.Component
setBackground(java.awt.Color)
public void setBackground(java.awt.Color color)
setBackground
in class javax.swing.JComponent
color
- The color to become this component's
background color.
If this parameter is null then this component will inherit
the default background.getBackground()
public java.awt.Color getForeground()
getForeground
in class java.awt.Component
setForeground(java.awt.Color)
public void setForeground(java.awt.Color color)
setForeground
in class javax.swing.JComponent
color
- The color to become this component's
foreground color.
If this parameter is null then this component will inherit
the default foreground.getForeground()
public java.awt.Color getTextColor()
setTextColor(java.awt.Color)
public void setTextColor(java.awt.Color color)
color
- The color to become this component's
text color.
If this parameter is null then this component will inherit
the default text color.getTextColor()
,
setValuePrinted(boolean)
,
setPaintTicks(boolean)
,
setMinorTickSpacing(int)
,
setMajorTickSpacing(int)
public java.awt.Color getSimpleNeedleColor()
setSimpleNeedleColor(java.awt.Color)
public void setSimpleNeedleColor(java.awt.Color color)
color
- The color to become this component's
needle color.
If this parameter is null then this component will inherit
the default simple needle color.getSimpleNeedleColor()
,
isLargeNeedle()
,
setLargeNeedle(boolean)
,
setNeedlePainted(boolean)
public java.awt.Color getLargeNeedleColor()
setLargeNeedleColor(java.awt.Color)
public void setLargeNeedleColor(java.awt.Color color)
color
- The color to become this component's
needle color.
If this parameter is null then this component will inherit
the default large needle color.getLargeNeedleColor()
,
isLargeNeedle()
,
setLargeNeedle(boolean)
,
setNeedlePainted(boolean)
public java.awt.Color getLeftRedLineColor()
setLeftRedLineColor(java.awt.Color)
public void setLeftRedLineColor(java.awt.Color color)
color
- The color to become this component's
left redLine color.
If this parameter is null then this component will inherit
the default left redLine color.getLeftRedLineColor()
,
setLeftRedLine(int)
,
setLeftRedLinePainted(boolean)
public java.awt.Color getRightRedLineColor()
setRightRedLineColor(java.awt.Color)
public void setRightRedLineColor(java.awt.Color color)
color
- The color to become this component's
redLine color.
If this parameter is null then this component will inherit
the default redLine color.getRightRedLineColor()
,
setRightRedLine(int)
,
setRightRedLinePainted(boolean)
public java.awt.Color getLeftHightRedLineColor()
setLeftHightRedLineColor(java.awt.Color)
public void setLeftHightRedLineColor(java.awt.Color color)
color
- The color to become this component's
left hightRedLine color.
If this parameter is null then this component will inherit
the default left hightRedLine color.getLeftHightRedLineColor()
,
setLeftRedLine(int)
,
setLeftRedLinePainted(boolean)
public java.awt.Color getRightHightRedLineColor()
setRightHightRedLineColor(java.awt.Color)
public void setRightHightRedLineColor(java.awt.Color color)
color
- The color to become this component's
right ightRedLine color.
If this parameter is null then this component will inherit
the default right hightRedLine color.getRightHightRedLineColor()
,
setRightRedLine(int)
,
setRightRedLinePainted(boolean)
public java.awt.Color getTrackingColor()
setTrackingColor(java.awt.Color)
,
setStartTrackingPosition(int)
,
setTrackingNeedlePainted(boolean)
public void setTrackingColor(java.awt.Color color)
color
- The color to become this component's
tracking color.
If this parameter is null then this component will inherit
the default tracking color.getTrackingColor()
,
setStartTrackingPosition(int)
,
setTrackingNeedlePainted(boolean)
public java.awt.Color getLeftWarningColor()
setLeftWarningColor(java.awt.Color)
public void setLeftWarningColor(java.awt.Color color)
color
- The color to become this component's
left warning color.
If this parameter is null then this component will inherit
the default left warning color.getLeftWarningColor()
,
setLeftWarningLine(int)
,
setLeftWarningLinePainted(boolean)
public java.awt.Color getRightWarningColor()
setRightWarningColor(java.awt.Color)
public void setRightWarningColor(java.awt.Color color)
color
- The color to become this component's
right warning color.
If this parameter is null then this component will inherit
the default warning color.getRightWarningColor()
,
setRightWarningLine(int)
,
setRightWarningLinePainted(boolean)
public boolean isPaintTicks()
false
.
if
- true the ticks should be painted, false otherwisesetPaintTicks(boolean)
public void setPaintTicks(boolean b)
If you need to change the decimal symbol, you can set the locale property of this component by using the setLocale method. The decimal symbol initial value is the VM's default locale.
b
- if true the ticks should be painted, false otherwiseisPaintTicks()
,
setMajorTickSpacing(int)
,
setMinorTickSpacing(int)
,
getDecimals()
,
setLocale(java.util.Locale)
public boolean isValuePrinted()
false
.
If you need to change the decimal symbol, you can set the locale property of this component by using the setLocale method. The decimal symbol initial value is the VM's default locale.
if
- true the value should be painted, false otherwisesetValuePrinted(boolean)
,
getDecimals()
,
setLocale(java.util.Locale)
public void setValuePrinted(boolean b)
b
- if true the value should be painted, false otherwiseisValuePrinted()
public void setValue(int value)
getValue()
,
setDecimals(int)
,
getDecimals()
public int getValue()
setValue(int)
,
setDecimals(int)
,
getDecimals()
public int getMaximum()
setMaximum(int)
,
setDecimals(int)
,
getDecimals()
public void setMaximum(int value)
getMaximum()
,
setDecimals(int)
,
getDecimals()
public int getMinimum()
setMinimum(int)
,
setDecimals(int)
,
getDecimals()
public void setMinimum(int value)
getMinimum()
,
setDecimals(int)
,
getDecimals()
public int getLeftRedLine()
setLeftRedLine(int)
,
setDecimals(int)
,
getDecimals()
,
setLeftRedLineColor(java.awt.Color)
,
setLeftRedLinePainted(boolean)
public void setLeftRedLine(int value)
getLeftRedLine()
,
setDecimals(int)
,
getDecimals()
,
setLeftRedLine(int)
,
setLeftRedLinePainted(boolean)
public int getRightRedLine()
setRightRedLine(int)
,
setRightRedLineColor(java.awt.Color)
,
setRightRedLinePainted(boolean)
,
setDecimals(int)
,
getDecimals()
public void setRightRedLine(int value)
getRightRedLine()
,
setDecimals(int)
,
getDecimals()
,
setRightRedLineColor(java.awt.Color)
,
setRightRedLinePainted(boolean)
public int getLeftWarningLine()
setDecimals(int)
,
getDecimals()
,
setLeftWarningColor(java.awt.Color)
,
setLeftWarningLine(int)
,
setLeftWarningLinePainted(boolean)
public void setLeftWarningLine(int value)
setDecimals(int)
,
getDecimals()
,
setLeftWarningColor(java.awt.Color)
,
getLeftWarningLine()
,
setLeftWarningLinePainted(boolean)
public int getRightWarningLine()
setRightWarningLine(int)
,
setDecimals(int)
,
getDecimals()
public void setRightWarningLine(int value)
setDecimals(int)
,
getDecimals()
,
setRightWarningColor(java.awt.Color)
,
getRightWarningLine()
,
setRightWarningLinePainted(boolean)
public int getStartTrackingPosition()
setStartTrackingPosition(int)
,
setDecimals(int)
,
getDecimals()
public void setStartTrackingPosition(int value)
getStartTrackingPosition()
,
setTrackingColor(java.awt.Color)
,
setTrackingNeedlePainted(boolean)
,
setDecimals(int)
,
getDecimals()
public int getDecimals()
setDecimals(int)
public void setDecimals(int value)
If you need to change the decimal symbol, you can set the locale property of this component by using the setLocale method. The decimal symbol initial value is the VM's default locale.
getDecimals()
,
setLocale(java.util.Locale)
public void setLocale(java.util.Locale locale)
setLocale
in class java.awt.Component
locale
- the locale to become this component's localeComponent.getLocale()
,
setDecimals(int)
public int getMinorTickSpacing()
setMinorTickSpacing(int)
public void setMinorTickSpacing(int n)
Values are always expressed in the smallest unit you may use. For further information, see the setDecimals property.
getMinorTickSpacing()
,
setPaintTicks(boolean)
,
setDecimals(int)
,
setMajorTickSpacing(int)
public int getMajorTickSpacing()
setMajorTickSpacing(int)
public void setMajorTickSpacing(int n)
Values are always expressed in the smallest unit you may use. For further information, see the setDecimals property.
getMajorTickSpacing()
,
setPaintTicks(boolean)
,
setDecimals(int)
,
setMinorTickSpacing(int)
public boolean isLargeNeedle()
setLargeNeedle(boolean)
public void setLargeNeedle(boolean b)
b
- if true the large needle is painted, false otherwiseisLargeNeedle()
,
setNeedlePainted(boolean)
public boolean isTrackingNeedlePainted()
setTrackingNeedlePainted(boolean)
public void setTrackingNeedlePainted(boolean b)
b
- if true the trackingNeedle is painted, false otherwiseisTrackingNeedlePainted()
,
setStartTrackingPosition(int)
public boolean isNeedlePainted()
setNeedlePainted(boolean)
public void setNeedlePainted(boolean b)
b
- if true the needle is painted, false otherwiseisNeedlePainted()
public boolean isShadowOnNeedle()
setShadowOnNeedle(boolean)
,
isNeedlePainted()
,
setNeedlePainted(boolean)
public void setShadowOnNeedle(boolean b)
b
- if true the shadow on Needle is painted, false otherwiseisShadowOnNeedle()
public boolean isLeftRedLinePainted()
setLeftRedLinePainted(boolean)
,
setLeftRedLine(int)
,
setLeftRedLineColor(java.awt.Color)
public void setLeftRedLinePainted(boolean b)
b
- if true the left red line is painted, false otherwiseisLeftRedLinePainted()
,
setLeftRedLine(int)
,
setLeftRedLineColor(java.awt.Color)
,
setMinimum(int)
public boolean isRightRedLinePainted()
setRightRedLinePainted(boolean)
,
setRightRedLine(int)
,
setRightRedLineColor(java.awt.Color)
public void setRightRedLinePainted(boolean b)
b
- if true the right red line is painted, false otherwiseisRightRedLinePainted()
,
setRightRedLine(int)
,
setRightRedLineColor(java.awt.Color)
,
setMaximum(int)
public boolean isLeftWarningLinePainted()
setLeftWarningLinePainted(boolean)
,
setLeftWarningColor(java.awt.Color)
,
setLeftWarningLine(int)
public void setLeftWarningLinePainted(boolean b)
b
- if true the left warning line is painted, false otherwiseisLeftWarningLinePainted()
,
setLeftWarningColor(java.awt.Color)
,
setLeftWarningLine(int)
,
setLeftRedLinePainted(boolean)
,
setLeftRedLine(int)
public boolean isRightWarningLinePainted()
setRightWarningLinePainted(boolean)
,
setRightWarningColor(java.awt.Color)
,
setRightWarningLine(int)
public void setRightWarningLinePainted(boolean b)
b
- if true the right warning line is painted, false otherwiseisRightWarningLinePainted()
,
setRightWarningColor(java.awt.Color)
,
setRightWarningLine(int)
,
setRightRedLinePainted(boolean)
,
setRightRedLine(int)
|
JBCSolutions - JbcBeans v1.5 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |