uk.ac.soton.itinnovation.grid.client.accesscontrol
Class ACLDialog

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.client.accesscontrol.ACLDialog
All Implemented Interfaces:
ActionListener, WindowListener, EventListener

public class ACLDialog
extends Object
implements ActionListener, WindowListener


Constructor Summary
ACLDialog(ConversationBrowser frame, String[] roles)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 Object getValue()
           
 void windowActivated(WindowEvent e)
           
 void windowClosed(WindowEvent e)
           
 void windowClosing(WindowEvent e)
           
 void windowDeactivated(WindowEvent e)
           
 void windowDeiconified(WindowEvent e)
           
 void windowIconified(WindowEvent e)
           
 void windowOpened(WindowEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACLDialog

public ACLDialog(ConversationBrowser frame,
                 String[] roles)
Method Detail

windowActivated

public void windowActivated(WindowEvent e)
Specified by:
windowActivated in interface WindowListener

windowClosed

public void windowClosed(WindowEvent e)
Specified by:
windowClosed in interface WindowListener

windowClosing

public void windowClosing(WindowEvent e)
Specified by:
windowClosing in interface WindowListener

windowDeactivated

public void windowDeactivated(WindowEvent e)
Specified by:
windowDeactivated in interface WindowListener

windowDeiconified

public void windowDeiconified(WindowEvent e)
Specified by:
windowDeiconified in interface WindowListener

windowIconified

public void windowIconified(WindowEvent e)
Specified by:
windowIconified in interface WindowListener

windowOpened

public void windowOpened(WindowEvent e)
Specified by:
windowOpened in interface WindowListener

getValue

public Object getValue()

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.