All Packages Class Hierarchy This Package Previous Next Index
Class cynosurex.awt.GenericButton
java.lang.Object
|
+----java.awt.Component
|
+----cynosurex.awt.GenericButton
- public abstract class GenericButton
- extends Component
- implements CommonInterface, MouseListener
-
pressed
-
-
GenericButton()
-
-
addActionListener(ActionListener)
-
-
getActionCommand()
-
-
getLabel()
-
-
getToggleState()
-
-
isToggle()
-
-
mouseClicked(MouseEvent)
-
-
mouseEntered(MouseEvent)
-
-
mouseExited(MouseEvent)
-
-
mousePressed(MouseEvent)
-
-
mouseReleased(MouseEvent)
-
-
removeActionListener(ActionListener)
-
-
setActionCommand(String)
-
-
setEnabled(boolean)
-
-
setLabel(String)
-
-
setToggle(boolean)
-
-
setToggleState(boolean)
-
pressed
protected boolean pressed
GenericButton
public GenericButton()
getActionCommand
public String getActionCommand()
setActionCommand
public void setActionCommand(String actionCommand)
addActionListener
public void addActionListener(ActionListener l)
removeActionListener
public void removeActionListener(ActionListener l)
setLabel
public void setLabel(String text)
getLabel
public String getLabel()
isToggle
public boolean isToggle()
setToggle
public void setToggle(boolean state)
getToggleState
public boolean getToggleState()
setToggleState
public void setToggleState(boolean state)
setEnabled
public void setEnabled(boolean cond)
- Overrides:
- setEnabled in class Component
mouseClicked
public void mouseClicked(MouseEvent event)
mouseEntered
public void mouseEntered(MouseEvent event)
mouseExited
public void mouseExited(MouseEvent event)
mousePressed
public void mousePressed(MouseEvent event)
mouseReleased
public void mouseReleased(MouseEvent event)
All Packages Class Hierarchy This Package Previous Next Index