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
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
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
OutputSvc.OutputWindowDescription
public OutputSvc.OutputWindowDescription()