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.
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DoRegenerateComponentAdapter
public DoRegenerateComponentAdapter(Object obj,
IOutlineComponentGenerator gen,
Component component)
actionPerformed
public void actionPerformed(ActionEvent event)
- Specified by:
- actionPerformed in interface ActionListener