|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.lenkaspace.creeper.view.CRTextPopup
public class CRTextPopup
A basic text popup. For better performance, maintain an instance that opens and closes with (updated) text rather than creating a new popup every time.
| Constructor Summary | |
|---|---|
CRTextPopup(java.lang.String title_,
java.awt.Dimension size_)
Constructor |
|
CRTextPopup(java.lang.String title_,
java.awt.Dimension size_,
java.awt.Point location_)
|
|
| Method Summary | |
|---|---|
java.awt.Dimension |
getSize()
|
java.lang.String |
getTitle()
|
void |
open()
Make the output panel visible, create it if it doesn't exist |
void |
setLocation(java.awt.Point location_)
|
void |
setSize(java.awt.Dimension size_)
|
void |
setText(java.lang.String text)
Set the output text that will be displayed when open() is called |
void |
setTitle(java.lang.String value_)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CRTextPopup(java.lang.String title_,
java.awt.Dimension size_)
title_ - String title of the poupsize_ - Dimension size of the popup window
public CRTextPopup(java.lang.String title_,
java.awt.Dimension size_,
java.awt.Point location_)
| Method Detail |
|---|
public void open()
public void setText(java.lang.String text)
text - stringpublic void setTitle(java.lang.String value_)
public java.lang.String getTitle()
public void setSize(java.awt.Dimension size_)
public java.awt.Dimension getSize()
public void setLocation(java.awt.Point location_)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||