|
||||||||||
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.LwMenuButton
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 | |
LwMenuButton(java.lang.String s)
|
Method Summary | |
protected LwView |
getView()
|
void |
mousePressed(LwMouseEvent e)
Invoked when the mouse button has been pressed on a light weight component. |
protected void |
setView(LwView v)
|
protected void |
stateChanged(int state,
int prev)
Invoked when the state of the component has been changed. |
Methods inherited from class org.zaval.lw.LwStButton |
addActionListener, endDragged, fireByPress, getState, isFireByPress, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseReleased, perform, removeActionListener, run, setEnabled, setState, startDragged, 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 LwMenuButton(java.lang.String s)
Method Detail |
public void mousePressed(LwMouseEvent e)
LwMouseListener
mousePressed
in class LwStButton
org.zaval.lw.event.LwMouseListener
e
- the specified mouse event.protected LwView getView()
protected void setView(LwView v)
protected void stateChanged(int state, int prev)
LwStButton
stateChanged
in class LwStButton
org.zaval.lw.LwStButton
state
- the new state of the component.prevState
- the previous state of the component.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |