jgb.examples.eventhandlers
Class SwingSetEvent

java.lang.Object
  |
  +--jgb.examples.eventhandlers.SwingSetEvent

public class SwingSetEvent
extends Object


Constructor Summary
SwingSetEvent()
           
 
Method Summary
 void modifyCheckbox(PropertyChangeEvent e, jgb.examples.SwingSetWindow w)
           
 void modifyCommand(PropertyChangeEvent e, jgb.examples.SwingSetWindow w)
           
 void updateStatus(PropertyChangeEvent e, jgb.examples.SwingSetWindow w)
           
 void validateCommand(PropertyChangeEvent e, jgb.examples.SwingSetWindow w)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingSetEvent

public SwingSetEvent()
Method Detail

validateCommand

public void validateCommand(PropertyChangeEvent e,
                            jgb.examples.SwingSetWindow w)
                     throws PropertyVetoException
PropertyVetoException

updateStatus

public void updateStatus(PropertyChangeEvent e,
                         jgb.examples.SwingSetWindow w)

modifyCheckbox

public void modifyCheckbox(PropertyChangeEvent e,
                           jgb.examples.SwingSetWindow w)

modifyCommand

public void modifyCommand(PropertyChangeEvent e,
                          jgb.examples.SwingSetWindow w)


Copyright 2002-2003, François Beausoleil, All Rights Reserved