org.scijava.ui.viewer.text
Interface TextDisplayPanel

All Superinterfaces:
DisplayPanel

public interface TextDisplayPanel
extends DisplayPanel

This is a panel that can go inside a display window. It displays Strings.

Author:
Lee Kamentsky

Method Summary
 void append(String text)
           
 void clear()
           
 TextDisplay getDisplay()
          Gets the panel's associated display.
 
Methods inherited from interface org.scijava.ui.viewer.DisplayPanel
getWindow, redoLayout, redraw, setLabel
 

Method Detail

append

void append(String text)

clear

void clear()

getDisplay

TextDisplay getDisplay()
Description copied from interface: DisplayPanel
Gets the panel's associated display.

Specified by:
getDisplay in interface DisplayPanel


Copyright © 2009–2014 SciJava. All rights reserved.