org.aspectj.tools.ajbrowser.ui
Class BrowserUIAdapter

java.lang.Object
  extended by org.aspectj.tools.ajbrowser.ui.BrowserUIAdapter
All Implemented Interfaces:
IdeUIAdapter

public class BrowserUIAdapter
extends java.lang.Object
implements IdeUIAdapter

AjBrowser implementation if IdeUIAdapter which displays the provided information in the status bar at the bottom of the AjBrowser GUI.


Constructor Summary
BrowserUIAdapter()
           
 
Method Summary
 void displayStatusInformation(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserUIAdapter

public BrowserUIAdapter()
Method Detail

displayStatusInformation

public void displayStatusInformation(java.lang.String message)
Specified by:
displayStatusInformation in interface IdeUIAdapter