|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.zaval.util.ValidationObject
|
+--org.zaval.lw.LwCanvas
|
+--org.zaval.lw.LwStButton
|
+--org.zaval.lw.LwSpeedButton
This is state button component that allows to customize acceleration for repeatable action event generation.
| Fields inherited from class org.zaval.lw.LwStButton |
ST_DISABLED, ST_ONSURFACE, ST_OUTSURFACE, ST_PRESSED |
| Fields inherited from class org.zaval.lw.LwCanvas |
bits, height, insets, parent, psHeight, psWidth, skins, width, x, y |
| Fields inherited from class org.zaval.util.ValidationObject |
isValidFlag |
| Constructor Summary | |
LwSpeedButton()
|
|
| Method Summary | |
void |
mousePressed(LwMouseEvent e)
Invoked when the mouse button has been pressed on a light weight component. |
void |
run()
|
void |
setFastTime(int ft)
Sets the acceleration time. |
void |
setTriggerCounter(int tc)
Sets the trigger counter. |
| Methods inherited from class org.zaval.lw.LwStButton |
addActionListener, endDragged, fireByPress, getState, isFireByPress, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseReleased, perform, removeActionListener, setEnabled, setState, startDragged, stateChanged, sync, viewManChanged |
| Methods inherited from class org.zaval.lw.LwCanvas |
calcPreferredSize, canHaveFocus, getBackground, getBounds, getHeight, getInsets, getLocation, getLwComponentAt, getLwParent, getOrigin, getPreferredSize, getSize, getViewMan, getVisiblePart, getWidth, getX, getY, hasFocus, invalidate, isEnabled, isOpaque, isVisible, paint, recalc, repaint, repaint, requestFocus, setBackground, setInsets, setLocation, setLwParent, setOpaque, setPSSize, setSize, setViewMan, setVisible, toString, update, validate, vrp |
| Methods inherited from class org.zaval.util.ValidationObject |
isValid |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.zaval.util.Validationable |
isValid |
| Constructor Detail |
public LwSpeedButton()
| Method Detail |
public void setFastTime(int ft)
ft/code> - the acceleration time.public void setTriggerCounter(int tc)
tc/code> - the trigger counter.public void mousePressed(LwMouseEvent e)
LwMouseListenermousePressed in class LwStButtonorg.zaval.lw.event.LwMouseListenere - the specified mouse event.public void run()
run in class LwStButton
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||