The Meta-Environment API

nl.cwi.sen1.gui.component
Class StudioComponentAdapter

java.lang.Object
  extended by nl.cwi.sen1.gui.component.StudioComponentAdapter
All Implemented Interfaces:
java.util.EventListener, StudioComponentListener

public abstract class StudioComponentAdapter
extends java.lang.Object
implements StudioComponentListener

A default (empty) implementation of a listener to changes in StudioComponents. Override one of these methods to implement a listener.


Constructor Summary
StudioComponentAdapter()
           
 
Method Summary
 void componentClose()
           
 void componentFocusReceived()
           
 void componentRequestClose()
           
 void statusMessageChanged(StatusMessageEvent event)
          The Status bar contains a tab for a status string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StudioComponentAdapter

public StudioComponentAdapter()
Method Detail

statusMessageChanged

public void statusMessageChanged(StatusMessageEvent event)
Description copied from interface: StudioComponentListener
The Status bar contains a tab for a status string. With this event a component may set the status string to a new string.

Specified by:
statusMessageChanged in interface StudioComponentListener

componentRequestClose

public void componentRequestClose()
                           throws CloseAbortedException
Specified by:
componentRequestClose in interface StudioComponentListener
Throws:
CloseAbortedException

componentClose

public void componentClose()
Specified by:
componentClose in interface StudioComponentListener

componentFocusReceived

public void componentFocusReceived()
Specified by:
componentFocusReceived in interface StudioComponentListener

The Meta-Environment API