|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Canvas jfig.gui.ImageButton
button with images and bubble-help.
ImageButton (image button) is an Office97-style flat-appearance button with support for two images for passive and active state.
Nested Class Summary |
Nested classes inherited from class java.awt.Canvas |
java.awt.Canvas.AccessibleAWTCanvas |
Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
Field Summary | |
(package private) java.awt.event.ActionListener |
actionListener
|
(package private) java.awt.Image |
active
|
static boolean |
debug
|
(package private) boolean |
enabled
|
(package private) int |
height
|
(package private) StatusMessage |
helper
|
(package private) java.lang.String |
helpMessage
|
(package private) java.lang.String |
label
|
(package private) boolean |
mouseInside
|
(package private) boolean |
mouseIsDown
|
(package private) java.awt.Component |
parent
|
(package private) java.awt.Image |
passive
|
(package private) boolean |
state
|
(package private) int |
width
|
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 | |
ImageButton(java.awt.Component parent,
java.lang.String label,
java.awt.Image passive,
java.awt.Image active)
Construct the ImageButton from two images array of objects. |
|
ImageButton(java.awt.Component parent,
java.lang.String label,
StatusMessage helper,
java.lang.String helpMessage,
java.awt.Image active)
|
|
ImageButton(java.awt.Component parent,
java.lang.String label,
StatusMessage helper,
java.lang.String helpMessage,
java.awt.Image passive,
java.awt.Image active)
|
|
ImageButton(java.lang.String label,
StatusMessage helper,
java.lang.String helpMessage,
java.awt.Image active)
|
Method Summary | |
void |
addActionListener(java.awt.event.ActionListener l)
addActionListener |
void |
createActionEvent()
|
void |
deselect()
set the passive state |
boolean |
get_state()
return the value of the current button state. |
java.lang.String |
getLabel()
return the label of the button |
java.awt.Dimension |
getMinimumSize()
|
java.awt.Dimension |
getPreferredSize()
|
boolean |
isSelected()
return the value of the current button state, other name |
void |
mouseClicked(java.awt.event.MouseEvent evt)
|
void |
mouseEntered(java.awt.event.MouseEvent evt)
|
void |
mouseExited(java.awt.event.MouseEvent evt)
|
void |
mousePressed(java.awt.event.MouseEvent evt)
|
void |
mouseReleased(java.awt.event.MouseEvent evt)
|
void |
paint(java.awt.Graphics g)
This method is used to handle repaints - it should never be called by the user. |
void |
select()
set the active state |
void |
setActive(boolean b)
|
void |
setHelpMessage(java.lang.String s)
|
void |
setStatusMessage(StatusMessage helper)
|
java.lang.String |
toString()
|
Methods inherited from class java.awt.Canvas |
addNotify, createBufferStrategy, createBufferStrategy, getAccessibleContext, getBufferStrategy, update |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, deliverEvent, disable, disableEvents, dispatchEvent, doLayout, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getAlignmentX, getAlignmentY, getBackground, getBounds, getBounds, getColorModel, getComponentAt, getComponentAt, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeys, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMaximumSize, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, invalidate, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusCycleRoot, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, layout, list, list, list, list, list, locate, location, lostFocus, minimumSize, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, paramString, postEvent, preferredSize, prepareImage, prepareImage, print, printAll, processComponentEvent, processEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeys, setFocusTraversalKeysEnabled, setFont, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, transferFocus, transferFocusBackward, transferFocusUpCycle, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
java.awt.Component parent
java.awt.Image passive
java.awt.Image active
int width
int height
boolean state
boolean mouseIsDown
boolean mouseInside
boolean enabled
java.lang.String label
StatusMessage helper
java.lang.String helpMessage
public static boolean debug
java.awt.event.ActionListener actionListener
Constructor Detail |
public ImageButton(java.awt.Component parent, java.lang.String label, java.awt.Image passive, java.awt.Image active)
parent
- The reference to the parent applet or frame.
Used for a direct call to the frame action() method.passive
- The image to display when the button is passiveactive
- The image to display when the button is activepublic ImageButton(java.awt.Component parent, java.lang.String label, StatusMessage helper, java.lang.String helpMessage, java.awt.Image passive, java.awt.Image active)
public ImageButton(java.awt.Component parent, java.lang.String label, StatusMessage helper, java.lang.String helpMessage, java.awt.Image active)
public ImageButton(java.lang.String label, StatusMessage helper, java.lang.String helpMessage, java.awt.Image active)
Method Detail |
public void addActionListener(java.awt.event.ActionListener l)
public boolean get_state()
public boolean isSelected()
public java.lang.String getLabel()
public void setStatusMessage(StatusMessage helper)
public void setHelpMessage(java.lang.String s)
public java.awt.Dimension getMinimumSize()
public java.awt.Dimension getPreferredSize()
public void mouseEntered(java.awt.event.MouseEvent evt)
mouseEntered
in interface java.awt.event.MouseListener
public void mouseExited(java.awt.event.MouseEvent evt)
mouseExited
in interface java.awt.event.MouseListener
public void mouseClicked(java.awt.event.MouseEvent evt)
mouseClicked
in interface java.awt.event.MouseListener
public void mousePressed(java.awt.event.MouseEvent evt)
mousePressed
in interface java.awt.event.MouseListener
public void mouseReleased(java.awt.event.MouseEvent evt)
mouseReleased
in interface java.awt.event.MouseListener
public void createActionEvent()
public void paint(java.awt.Graphics g)
public void select()
public void deselect()
public void setActive(boolean b)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |