edu.mit.ai.psg.ui.outliner.awt
Class DoRegenerateComponentAdapter

java.lang.Object
  |
  +--edu.mit.ai.psg.ui.outliner.awt.DoRegenerateComponentAdapter

public class DoRegenerateComponentAdapter
extends Object
implements ActionListener

Adapter which, upon receiving an ActionEvent (from an outline pop-up menu) regenerates the outine for the object using the specified generator and substitutes the new component for the old one in its parent component.


Constructor Summary
DoRegenerateComponentAdapter(Object obj, IOutlineComponentGenerator gen, Component component)
           
 
Method Summary
 void actionPerformed(ActionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoRegenerateComponentAdapter

public DoRegenerateComponentAdapter(Object obj,
                                    IOutlineComponentGenerator gen,
                                    Component component)
Method Detail

actionPerformed

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

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-feedback@ai.mit.edu