OutputSvc.OutputWindowDescription Class

com.bea.ide.ui.output
OutputSvc.OutputWindowDescription Class

public static class OutputSvc.OutputWindowDescription

    extends Object

This is a simple class that is used to describe an output window.


Hierarchy
Object
  OutputSvc.OutputWindowDescription
Enclosing class

OutputSvc

Field Summary

public String
destination
title of another output window which defines the destination dock for this window if it is created (create only)
public String
icon
path to icon resource available through resource svc (create only)
public boolean
showInMenu
boolean to indicate whether the window should be shown in the view menu (create only)
public String
title
title of the output window
 

Constructor Summary

OutputSvc.OutputWindowDescription()

 

Method Summary

 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

destination

public String destination
title of another output window which defines the destination dock for this window if it is created (create only)


icon

public String icon
path to icon resource available through resource svc (create only)


showInMenu

public boolean showInMenu
boolean to indicate whether the window should be shown in the view menu (create only)


title

public String title
title of the output window

 

Constructor Detail

OutputSvc.OutputWindowDescription

public OutputSvc.OutputWindowDescription()