uk.ac.starlink.datanode.nodes
Class ExceptionComponentMaker

java.lang.Object
  extended by uk.ac.starlink.datanode.nodes.ExceptionComponentMaker
All Implemented Interfaces:
ComponentMaker

public class ExceptionComponentMaker
extends Object
implements ComponentMaker

ComponentMaker which displays an error when activated.


Constructor Summary
ExceptionComponentMaker(Throwable th)
           
 
Method Summary
 JComponent getComponent()
          Return a Component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionComponentMaker

public ExceptionComponentMaker(Throwable th)
Method Detail

getComponent

public JComponent getComponent()
Description copied from interface: ComponentMaker
Return a Component. It is only expected that this method will be called once for each instance of this class.

Specified by:
getComponent in interface ComponentMaker
Returns:
the Component


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.