|
|
|||||||||
| 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
javax.swing.AbstractButton
javax.swing.JButton
org.bounce.QButton
public class QButton
A generic button that has more component state specific color, font and border attributes than the JButton.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JButton |
|---|
javax.swing.JButton.AccessibleJButton |
| Nested classes/interfaces inherited from class javax.swing.AbstractButton |
|---|
javax.swing.AbstractButton.AccessibleAbstractButton, javax.swing.AbstractButton.ButtonChangeListener |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
javax.swing.JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
java.awt.Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
static int |
FOCUS_AROUND_ICON
focus rectangle around icon |
static int |
FOCUS_AROUND_TEXT
focus rectangle around text |
static int |
FOCUS_AROUND_TEXT_AND_ICON
focus rectangle around icon and text |
static int |
FOCUS_NONE
Do not have a focus rectangle |
| Fields inherited from class javax.swing.AbstractButton |
|---|
actionListener, BORDER_PAINTED_CHANGED_PROPERTY, changeEvent, changeListener, CONTENT_AREA_FILLED_CHANGED_PROPERTY, DISABLED_ICON_CHANGED_PROPERTY, DISABLED_SELECTED_ICON_CHANGED_PROPERTY, FOCUS_PAINTED_CHANGED_PROPERTY, HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY, HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY, ICON_CHANGED_PROPERTY, itemListener, MARGIN_CHANGED_PROPERTY, MNEMONIC_CHANGED_PROPERTY, model, MODEL_CHANGED_PROPERTY, PRESSED_ICON_CHANGED_PROPERTY, ROLLOVER_ENABLED_CHANGED_PROPERTY, ROLLOVER_ICON_CHANGED_PROPERTY, ROLLOVER_SELECTED_ICON_CHANGED_PROPERTY, SELECTED_ICON_CHANGED_PROPERTY, TEXT_CHANGED_PROPERTY, VERTICAL_ALIGNMENT_CHANGED_PROPERTY, VERTICAL_TEXT_POSITION_CHANGED_PROPERTY |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, 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 javax.swing.SwingConstants |
|---|
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
QButton()
Constructor without a set text or icon. |
|
QButton(javax.swing.Action a)
Constructor with properties take from the action supplied. |
|
QButton(javax.swing.Icon icon)
Constructor for a button with an Icon. |
|
QButton(java.lang.String text)
Constructor for a button with text. |
|
QButton(java.lang.String text,
javax.swing.Icon icon)
Constructor for a button with an icon and text. |
|
| Method Summary | |
|---|---|
java.awt.Color |
getDisabledBackground()
Returns the background color that is painted when the button is disabled. |
javax.swing.border.Border |
getDisabledBorder()
Returns the border that is painted when the button is disabled. |
java.awt.Font |
getDisabledFont()
Returns the font that is painted when the button is disabled. |
java.awt.Color |
getDisabledForeground()
Returns the foreground color that is painted when the button is disabled. |
java.awt.Color |
getDisabledSelectedBackground()
Returns the background color that is painted when the button is disabledSelected. |
javax.swing.border.Border |
getDisabledSelectedBorder()
Returns the border that is painted when the button is disabledSelected. |
java.awt.Font |
getDisabledSelectedFont()
Returns the font that is painted when the button is disabledSelected. |
java.awt.Color |
getDisabledSelectedForeground()
Returns the foreground color that is painted when the button is disabledSelected. |
java.awt.Color |
getFocusedBackground()
Returns the background color that is painted when the button is focused. |
javax.swing.border.Border |
getFocusedBorder()
Returns the border that is painted when the button is focused. |
java.awt.Font |
getFocusedFont()
Returns the font that is painted when the button is focused. |
java.awt.Color |
getFocusedForeground()
Returns the foreground color that is painted when the button is focused. |
javax.swing.Icon |
getFocusedIcon()
Returns the icon that is painted when the button is focused. |
java.awt.Color |
getFocusedRectangleColor()
Returns the color for the rectangle that is painted when the button is in focus. |
int |
getFocusedRectangleMode()
Returns the mode for the rectangle that is painted when the button is in focus. |
java.awt.Color |
getFocusedSelectedBackground()
Returns the background color that is painted when the button is focusedSelected. |
javax.swing.border.Border |
getFocusedSelectedBorder()
Returns the border that is painted when the button is focusedSelected. |
java.awt.Font |
getFocusedSelectedFont()
Returns the font that is painted when the button is focusedSelected. |
java.awt.Color |
getFocusedSelectedForeground()
Returns the foreground color that is painted when the button is focusedSelected. |
javax.swing.Icon |
getFocusedSelectedIcon()
Returns the icon that is painted when the button is focusedSelected. |
int |
getMaximumLines()
Get the maximum number of lines used for the button text. |
int |
getMinimumLines()
Get the minimum number of lines used for the button text. |
java.awt.Color |
getPressedBackground()
Returns the background color that is painted when the button is pressed. |
javax.swing.border.Border |
getPressedBorder()
Returns the border that is painted when the button is pressed. |
java.awt.Font |
getPressedFont()
Returns the font that is painted when the button is pressed. |
java.awt.Color |
getPressedForeground()
Returns the foreground color that is painted when the button is pressed. |
java.awt.Color |
getRolloverBackground()
Returns the background color that is painted when the button is rollover. |
javax.swing.border.Border |
getRolloverBorder()
Returns the border that is painted when the button is rollover. |
java.awt.Font |
getRolloverFont()
Returns the font that is painted when the button is rollover. |
java.awt.Color |
getRolloverForeground()
Returns the foreground color that is painted when the button is rollover. |
java.awt.Color |
getRolloverSelectedBackground()
Returns the background color that is painted when the button is rolloverSelected. |
javax.swing.border.Border |
getRolloverSelectedBorder()
Returns the border that is painted when the button is rolloverSelected. |
java.awt.Font |
getRolloverSelectedFont()
Returns the font that is painted when the button is rolloverSelected. |
java.awt.Color |
getRolloverSelectedForeground()
Returns the foreground color that is painted when the button is rolloverSelected. |
java.awt.Color |
getSelectedBackground()
Returns the background color that is painted when the button is selected. |
javax.swing.border.Border |
getSelectedBorder()
Returns the border that is painted when the button is selected. |
java.awt.Font |
getSelectedFont()
Returns the font that is painted when the button is selected. |
java.awt.Color |
getSelectedForeground()
Returns the foreground color that is painted when the button is selected. |
boolean |
isDoubleClick()
Call to find out if the double click has been enabled. |
protected void |
paintBorder(java.awt.Graphics g)
Paints the QButton's border, this border needs to be selected from all component state specific borders. |
void |
setDisabledBackground(java.awt.Color color)
Sets the background color that is painted when the button is disabled. |
void |
setDisabledBorder(javax.swing.border.Border border)
Sets the border that is painted when the button is disabled. |
void |
setDisabledFont(java.awt.Font font)
Sets the Font that is painted when the button is disabled. |
void |
setDisabledForeground(java.awt.Color color)
Sets the foreground color that is painted when the button is disabled. |
void |
setDisabledSelectedBackground(java.awt.Color color)
Sets the background color that is painted when the button is disabledSelected. |
void |
setDisabledSelectedBorder(javax.swing.border.Border border)
Sets the border that is painted when the button is disabledSelected. |
void |
setDisabledSelectedFont(java.awt.Font font)
Sets the Font that is painted when the button is disabledSelected. |
void |
setDisabledSelectedForeground(java.awt.Color color)
Sets the foreground color that is painted when the button is disabledSelected. |
void |
setDoubleClick(boolean enable)
Enables the double click, this makes the button no longer returning an action event when the button has been clicked, only when double clicked. |
void |
setFocusedBackground(java.awt.Color color)
Sets the background color that is painted when the button is focused. |
void |
setFocusedBorder(javax.swing.border.Border border)
Sets the border that is painted when the button is focused. |
void |
setFocusedFont(java.awt.Font font)
Sets the Font that is painted when the button is focused. |
void |
setFocusedForeground(java.awt.Color color)
Sets the foreground color that is painted when the button is focused. |
void |
setFocusedIcon(javax.swing.Icon icon)
Sets the Icon that is painted when the button is focused. |
void |
setFocusedRectangleColor(java.awt.Color color)
Sets the color for the rectangle that is painted when the button is in focus. |
void |
setFocusedRectangleMode(int mode)
Sets the mode for the rectangle that is painted when the button is in focus. |
void |
setFocusedSelectedBackground(java.awt.Color color)
Sets the background color that is painted when the button is focusedSelected. |
void |
setFocusedSelectedBorder(javax.swing.border.Border border)
Sets the border that is painted when the button is focusedSelected. |
void |
setFocusedSelectedFont(java.awt.Font font)
Sets the Font that is painted when the button is focusedSelected. |
void |
setFocusedSelectedForeground(java.awt.Color color)
Sets the foreground color that is painted when the button is focusedSelected. |
void |
setFocusedSelectedIcon(javax.swing.Icon icon)
Sets the Icon that is painted when the button is focusedSelected. |
void |
setLines(int lines)
Set the number of lines used for the button text. |
void |
setMaximumLines(int lines)
Sets the maximum number of possible lines on this button. |
void |
setMinimumLines(int lines)
Sets the minimum number of possible lines on this button. |
void |
setPressedBackground(java.awt.Color color)
Sets the background color that is painted when the button is pressed. |
void |
setPressedBorder(javax.swing.border.Border border)
Sets the border that is painted when the button is pressed. |
void |
setPressedFont(java.awt.Font font)
Sets the Font that is painted when the button is pressed. |
void |
setPressedForeground(java.awt.Color color)
Sets the foreground color that is painted when the button is pressed. |
void |
setRolloverBackground(java.awt.Color color)
Sets the background color that is painted when the button is rollover. |
void |
setRolloverBorder(javax.swing.border.Border border)
Sets the border that is painted when the button is rollover. |
void |
setRolloverFont(java.awt.Font font)
Sets the Font that is painted when the button is rollover. |
void |
setRolloverForeground(java.awt.Color color)
Sets the foreground color that is painted when the button is rollover. |
void |
setRolloverSelectedBackground(java.awt.Color color)
Sets the background color that is painted when the button is rolloverSelected. |
void |
setRolloverSelectedBorder(javax.swing.border.Border border)
Sets the border that is painted when the button is rolloverSelected. |
void |
setRolloverSelectedFont(java.awt.Font font)
Sets the Font that is painted when the button is rolloverSelected. |
void |
setRolloverSelectedForeground(java.awt.Color color)
Sets the foreground color that is painted when the button is rolloverSelected. |
void |
setSelectedBackground(java.awt.Color color)
Sets the background color that is painted when the button is selected. |
void |
setSelectedBorder(javax.swing.border.Border border)
Sets the border that is painted when the button is selected. |
void |
setSelectedFont(java.awt.Font font)
Sets the Font that is painted when the button is selected. |
void |
setSelectedForeground(java.awt.Color color)
Sets the foreground color that is painted when the button is selected. |
void |
updateUI()
Sets the look and feel to the Bounce Button UI look and feel. |
| Methods inherited from class javax.swing.JButton |
|---|
getAccessibleContext, getUIClassID, isDefaultButton, isDefaultCapable, paramString, removeNotify, setDefaultCapable |
| Methods inherited from class javax.swing.AbstractButton |
|---|
actionPropertyChanged, addActionListener, addChangeListener, addImpl, addItemListener, checkHorizontalKey, checkVerticalKey, configurePropertiesFromAction, createActionListener, createActionPropertyChangeListener, createChangeListener, createItemListener, doClick, doClick, fireActionPerformed, fireItemStateChanged, fireStateChanged, getAction, getActionCommand, getActionListeners, getChangeListeners, getDisabledIcon, getDisabledSelectedIcon, getDisplayedMnemonicIndex, getHideActionText, getHorizontalAlignment, getHorizontalTextPosition, getIcon, getIconTextGap, getItemListeners, getLabel, getMargin, getMnemonic, getModel, getMultiClickThreshhold, getPressedIcon, getRolloverIcon, getRolloverSelectedIcon, getSelectedIcon, getSelectedObjects, getText, getUI, getVerticalAlignment, getVerticalTextPosition, imageUpdate, init, isBorderPainted, isContentAreaFilled, isFocusPainted, isRolloverEnabled, isSelected, removeActionListener, removeChangeListener, removeItemListener, setAction, setActionCommand, setBorderPainted, setContentAreaFilled, setDisabledIcon, setDisabledSelectedIcon, setDisplayedMnemonicIndex, setEnabled, setFocusPainted, setHideActionText, setHorizontalAlignment, setHorizontalTextPosition, setIcon, setIconTextGap, setLabel, setLayout, setMargin, setMnemonic, setMnemonic, setModel, setMultiClickThreshhold, setPressedIcon, setRolloverEnabled, setRolloverIcon, setRolloverSelectedIcon, setSelected, setSelectedIcon, setText, setUI, setVerticalAlignment, setVerticalTextPosition |
| Methods inherited from class javax.swing.JComponent |
|---|
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, 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, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, 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, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
| Methods inherited from class java.awt.Component |
|---|
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, 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, 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, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, 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, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int FOCUS_NONE
public static final int FOCUS_AROUND_TEXT
public static final int FOCUS_AROUND_ICON
public static final int FOCUS_AROUND_TEXT_AND_ICON
| Constructor Detail |
|---|
public QButton()
public QButton(javax.swing.Action a)
a - the associated action.public QButton(javax.swing.Icon icon)
icon - the icon for the button.public QButton(java.lang.String text)
text - the text for the button.
public QButton(java.lang.String text,
javax.swing.Icon icon)
text - the text for the button.icon - the icon for the button.| Method Detail |
|---|
public void updateUI()
updateUI in class javax.swing.JButtonprotected void paintBorder(java.awt.Graphics g)
paintBorder in class javax.swing.AbstractButtong - the graphics.public void setPressedBackground(java.awt.Color color)
color - the pressed background color.public java.awt.Color getPressedBackground()
public void setPressedForeground(java.awt.Color color)
color - the pressed foreground color.public java.awt.Color getPressedForeground()
public void setPressedBorder(javax.swing.border.Border border)
border - the pressed border.public javax.swing.border.Border getPressedBorder()
public void setPressedFont(java.awt.Font font)
font - the pressed font.public java.awt.Font getPressedFont()
public void setSelectedBackground(java.awt.Color color)
color - the selected background color.public java.awt.Color getSelectedBackground()
public void setSelectedForeground(java.awt.Color color)
color - the selected foreground color.public java.awt.Color getSelectedForeground()
public void setSelectedBorder(javax.swing.border.Border border)
border - the selected border.public javax.swing.border.Border getSelectedBorder()
public void setSelectedFont(java.awt.Font font)
font - the selected font.public java.awt.Font getSelectedFont()
public void setDisabledBackground(java.awt.Color color)
color - the disabled background color.public java.awt.Color getDisabledBackground()
public void setDisabledForeground(java.awt.Color color)
color - the disabled foreground color.public java.awt.Color getDisabledForeground()
public void setDisabledBorder(javax.swing.border.Border border)
border - the disabled border.public javax.swing.border.Border getDisabledBorder()
public void setDisabledFont(java.awt.Font font)
font - the disabled font.public java.awt.Font getDisabledFont()
public void setDisabledSelectedBackground(java.awt.Color color)
color - the disabledSelected background color.public java.awt.Color getDisabledSelectedBackground()
public void setDisabledSelectedForeground(java.awt.Color color)
color - the disabledSelected foreground color.public java.awt.Color getDisabledSelectedForeground()
public void setDisabledSelectedBorder(javax.swing.border.Border border)
border - the disabledSelected border.public javax.swing.border.Border getDisabledSelectedBorder()
public void setDisabledSelectedFont(java.awt.Font font)
font - the disabledSelected font.public java.awt.Font getDisabledSelectedFont()
public void setRolloverBackground(java.awt.Color color)
color - the rollover background color.public java.awt.Color getRolloverBackground()
public void setRolloverForeground(java.awt.Color color)
color - the rollover foreground color.public java.awt.Color getRolloverForeground()
public void setRolloverBorder(javax.swing.border.Border border)
border - the rollover border.public javax.swing.border.Border getRolloverBorder()
public void setRolloverFont(java.awt.Font font)
font - the rollover font.public java.awt.Font getRolloverFont()
public void setRolloverSelectedBackground(java.awt.Color color)
color - the rolloverSelected background color.public java.awt.Color getRolloverSelectedBackground()
public void setRolloverSelectedForeground(java.awt.Color color)
color - the rolloverSelected foreground color.public java.awt.Color getRolloverSelectedForeground()
public void setRolloverSelectedBorder(javax.swing.border.Border border)
border - the rolloverSelected border.public javax.swing.border.Border getRolloverSelectedBorder()
public void setRolloverSelectedFont(java.awt.Font font)
font - the rolloverSelected font.public java.awt.Font getRolloverSelectedFont()
public void setFocusedBackground(java.awt.Color color)
color - the focused background color.public java.awt.Color getFocusedBackground()
public void setFocusedForeground(java.awt.Color color)
color - the focused foreground color.public java.awt.Color getFocusedForeground()
public void setFocusedBorder(javax.swing.border.Border border)
border - the focused border.public javax.swing.border.Border getFocusedBorder()
public void setFocusedFont(java.awt.Font font)
font - the focused font.public java.awt.Font getFocusedFont()
public javax.swing.Icon getFocusedIcon()
public void setFocusedIcon(javax.swing.Icon icon)
icon - the focused icon.public void setFocusedSelectedBackground(java.awt.Color color)
color - the focusedSelected background color.public java.awt.Color getFocusedSelectedBackground()
public void setFocusedSelectedForeground(java.awt.Color color)
color - the focusedSelected foreground color.public java.awt.Color getFocusedSelectedForeground()
public void setFocusedSelectedBorder(javax.swing.border.Border border)
border - the focusedSelected border.public javax.swing.border.Border getFocusedSelectedBorder()
public void setFocusedSelectedFont(java.awt.Font font)
font - the focusedSelected font.public java.awt.Font getFocusedSelectedFont()
public javax.swing.Icon getFocusedSelectedIcon()
public void setFocusedSelectedIcon(javax.swing.Icon icon)
icon - the focusedSelected icon.public void setFocusedRectangleColor(java.awt.Color color)
color - the focused Rectangle color.public java.awt.Color getFocusedRectangleColor()
public void setFocusedRectangleMode(int mode)
mode - the focused mode.public int getFocusedRectangleMode()
public void setDoubleClick(boolean enable)
enable - the double click value, the value is enabled when true.public boolean isDoubleClick()
public void setMaximumLines(int lines)
lines - the number of lines.
java.lang.IllegalArgumentException - if lines
is smaller than the minimum number of lines.public int getMaximumLines()
public void setMinimumLines(int lines)
lines - the number of lines.
java.lang.IllegalArgumentException - if lines
is bigger than the maximum number of lines.public int getMinimumLines()
public void setLines(int lines)
lines - the number of lines.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||