nz.ac.waikato.mcennis.rat.graphdisplay
Class LinkPanel.PropertyButtonListener

java.lang.Object
  extended by nz.ac.waikato.mcennis.rat.graphdisplay.LinkPanel.PropertyButtonListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
LinkPanel

public class LinkPanel.PropertyButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener

Inner class for loading and displaying a display box for properties that can not be fully displayed in the LinkPanel.


Constructor Summary
LinkPanel.PropertyButtonListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Action for displaying a property value when called
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkPanel.PropertyButtonListener

public LinkPanel.PropertyButtonListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Action for displaying a property value when called

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - event to be processed