NCSA Portfolio

ncsa.devices.buttons
Class SoftwareButtons

java.lang.Object
  |
  +--ncsa.devices.NCSAInputDevice
        |
        +--ncsa.devices.buttons.SoftwareButtons

public class SoftwareButtons
extends ncsa.devices.NCSAInputDevice
implements java.awt.event.MouseListener


Constructor Summary
SoftwareButtons()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent e)
           
 void mouseEntered(java.awt.event.MouseEvent e)
           
 void mouseExited(java.awt.event.MouseEvent e)
           
 void mousePressed(java.awt.event.MouseEvent e)
           
 void mouseReleased(java.awt.event.MouseEvent e)
           
 void pollAndProcessInput()
           
 void portfolioDeviceInitializing()
           
 
Methods inherited from class ncsa.devices.NCSAInputDevice
close, getName, getProcessingMode, getSensor, getSensorCount, initialize, initializePortfolioDevice, initializePortfolioDevice, processStreamInput, setNominalPositionAndOrientation, setProcessingMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftwareButtons

public SoftwareButtons()
Method Detail

portfolioDeviceInitializing

public void portfolioDeviceInitializing()

pollAndProcessInput

public void pollAndProcessInput()
Overrides:
pollAndProcessInput in class ncsa.devices.NCSAInputDevice

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
Specified by:
mouseClicked in interface java.awt.event.MouseListener

mouseEntered

public void mouseEntered(java.awt.event.MouseEvent e)
Specified by:
mouseEntered in interface java.awt.event.MouseListener

mouseExited

public void mouseExited(java.awt.event.MouseEvent e)
Specified by:
mouseExited in interface java.awt.event.MouseListener

mouseReleased

public void mouseReleased(java.awt.event.MouseEvent e)
Specified by:
mouseReleased in interface java.awt.event.MouseListener

mousePressed

public void mousePressed(java.awt.event.MouseEvent e)
Specified by:
mousePressed in interface java.awt.event.MouseListener

NCSA Portfolio

NCSA Portfolio, Copyright 1997-1999, National Center for Supercomputing Applications, University of Illinois Urbana-Champaign, All Rights Reserved