|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDebugWindow
This Window shows Debuginformations for the plugindeveloper, because System.out can not be used. The Window can manage HTML Code, so use it to format your Output and do not use \n or \t.
Method Summary | |
---|---|
void |
append(java.lang.String text)
Add a line to the Output of the Window |
void |
append(java.lang.Throwable throwable)
Add an exception to the Output of the Window |
void |
clear()
Clear the Output of the Window |
void |
setLocation(java.awt.Point location)
Set the Location of the Window |
void |
setSize(java.awt.Dimension size)
Set the Size of the Window |
void |
setVisible(boolean show)
Set the Window visible or hide it |
Method Detail |
---|
void setLocation(java.awt.Point location)
location
- TODO Missing Constructuor Parameter Documentationvoid setSize(java.awt.Dimension size)
size
- TODO Missing Constructuor Parameter Documentationvoid setVisible(boolean show)
show
- TODO Missing Constructuor Parameter Documentationvoid append(java.lang.String text)
text
- TODO Missing Constructuor Parameter Documentationvoid append(java.lang.Throwable throwable)
throwable
- TODO Missing Constructuor Parameter Documentationvoid clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |