com.glaivestone.toolbox.mv.text
Class TextWindow

java.lang.Object
  |
  +--com.glaivestone.javax.util.EventManager
        |
        +--com.glaivestone.mv.ApplicationModel
              |
              +--com.glaivestone.mv.FrameWindowApplicationModel
                    |
                    +--com.glaivestone.toolbox.mv.text.BasicTextWindow
                          |
                          +--com.glaivestone.toolbox.mv.text.TextWindow

public class TextWindow
extends BasicTextWindow

A simple text window containing plain (unstyled) text.


Field Summary
static java.lang.String DEFAULT_WINDOW_TITLE
          The default window title
 
Fields inherited from class com.glaivestone.toolbox.mv.text.BasicTextWindow
NEW_LINE, TEXT_PRINT_TARGET_SPECIFICATION, TEXT_PROPERTIES_UNSTYLED, TEXT_PROPERTIES_UNSTYLED_LOG, TEXT_TYPE_SPECIFICATION, TEXT_TYPE_STYLED, TEXT_TYPE_UNSTYLED
 
Constructor Summary
TextWindow()
          Create a new text window with a default title.
TextWindow(java.lang.String windowTitle)
          Create a new text window with window title windowTitle.
 
Method Summary
static TextWindow createWindow(java.lang.String windowTitle)
          Create and open a new text window with the specified window title.
static void main(java.lang.String[] args)
           
static ApplicationView open()
          Open a view on a new text window.
static ApplicationView open(java.lang.String windowTitle)
          Open a view on a new text window with the specified window title.
 
Methods inherited from class com.glaivestone.toolbox.mv.text.BasicTextWindow
appendString, appendString, getCurrentAttributes, getText, getTextHolder, getTextSpecifications, setCurrentAttributes, setText, setText
 
Methods inherited from class com.glaivestone.mv.FrameWindowApplicationModel
getIconReference, getSubjectDescriptionHolder, getTitle
 
Methods inherited from class com.glaivestone.mv.ApplicationModel
closeWindow, getAllViews, getAllViews, getAllViews, getView, getWindow, openWindow, openWindow, requestCloseWindow, resolveResourceReference
 
Methods inherited from class com.glaivestone.javax.util.EventManager
addFirstListener, addListener, getEventTable, getEventTableForEdit, getListeners, removeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_WINDOW_TITLE

public static java.lang.String DEFAULT_WINDOW_TITLE
The default window title

Constructor Detail

TextWindow

public TextWindow()
Create a new text window with a default title.


TextWindow

public TextWindow(java.lang.String windowTitle)
Create a new text window with window title windowTitle.

Method Detail

createWindow

public static TextWindow createWindow(java.lang.String windowTitle)
Create and open a new text window with the specified window title. Answer the text window.


open

public static ApplicationView open()
Open a view on a new text window. Answer the view.


open

public static ApplicationView open(java.lang.String windowTitle)
Open a view on a new text window with the specified window title. Answer the view.


main

public static void main(java.lang.String[] args)

GFL 1.1 API