|
|||||||||
| Home >> All >> org >> jext >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jext.gui
Class JextButton

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.AbstractButton
javax.swing.JButton
org.jext.gui.JextButton
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.ItemSelectable, java.awt.MenuContainer, java.io.Serializable, javax.swing.SwingConstants
- public class JextButton
- extends javax.swing.JButton
| Nested Class Summary | |
(package private) class |
JextButton.MouseHandler
|
| Nested classes inherited from class javax.swing.JButton |
javax.swing.JButton.AccessibleJButton |
| Nested classes inherited from class javax.swing.AbstractButton |
javax.swing.AbstractButton.AccessibleAbstractButton, javax.swing.AbstractButton.ButtonChangeListener |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private JextButton.MouseHandler |
_mouseListener
|
private static boolean |
blockHighlightChange
|
private javax.swing.ImageIcon |
coloredIcon
|
private static java.awt.Color |
commonHighlightColor
|
private javax.swing.ImageIcon |
grayedIcon
|
private java.awt.Color |
nColor
|
private static boolean |
rollover
|
| Fields inherited from class javax.swing.JButton |
|
| 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.Container |
|
| 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 | |
JextButton()
|
|
JextButton(javax.swing.Icon icon)
|
|
JextButton(java.lang.String text)
|
|
JextButton(java.lang.String text,
javax.swing.Icon icon)
|
|
| Method Summary | |
static void |
blockHighlightChange()
|
protected void |
finalize()
Patch -> Memory management improvements : it may help the garbage collector. |
protected void |
fireActionPerformed(java.awt.event.ActionEvent event)
Calls ActionListener.actionPerformed(java.awt.event.ActionEvent)> ActionListener.actionPerformed(java.awt.event.ActionEvent) 55 on each java.awt.event.ActionListener in the button's listener list. |
static java.awt.Color |
getHighlightColor()
|
private void |
init()
|
void |
setGrayed(boolean on)
|
static void |
setHighlightColor(java.awt.Color color)
|
static void |
setRollover(boolean enabled)
|
static void |
unBlockHighlightChange()
|
| Methods inherited from class javax.swing.JButton |
configurePropertiesFromAction, getAccessibleContext, getUIClassID, isDefaultButton, isDefaultCapable, paramString, removeNotify, setDefaultCapable, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
_mouseListener
private JextButton.MouseHandler _mouseListener
grayedIcon
private javax.swing.ImageIcon grayedIcon
coloredIcon
private javax.swing.ImageIcon coloredIcon
nColor
private java.awt.Color nColor
commonHighlightColor
private static java.awt.Color commonHighlightColor
rollover
private static boolean rollover
blockHighlightChange
private static boolean blockHighlightChange
| Constructor Detail |
JextButton
public JextButton()
JextButton
public JextButton(javax.swing.Icon icon)
JextButton
public JextButton(java.lang.String text)
JextButton
public JextButton(java.lang.String text, javax.swing.Icon icon)
| Method Detail |
setRollover
public static void setRollover(boolean enabled)
setHighlightColor
public static void setHighlightColor(java.awt.Color color)
getHighlightColor
public static java.awt.Color getHighlightColor()
blockHighlightChange
public static void blockHighlightChange()
unBlockHighlightChange
public static void unBlockHighlightChange()
init
private void init()
setGrayed
public void setGrayed(boolean on)
fireActionPerformed
protected void fireActionPerformed(java.awt.event.ActionEvent event)
- Description copied from class:
javax.swing.AbstractButton - Calls ActionListener.actionPerformed(java.awt.event.ActionEvent)>
ActionListener.actionPerformed(java.awt.event.ActionEvent)55 on each java.awt.event.ActionListener in the button's listener list.
finalize
protected void finalize()
throws java.lang.Throwable
- Patch
-> Memory management improvements : it may help the garbage collector.
-> Author : Julien Ponge (julien@izforge.com)
-> Date : 23, May 2001
|
|||||||||
| Home >> All >> org >> jext >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC