Package 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 displaysStrings.- Author:
- Lee Kamentsky
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappend(String text)voidclear()TextDisplaygetDisplay()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:DisplayPanelGets the panel's associated display.- Specified by:
getDisplayin interfaceDisplayPanel
-
-