|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.walluck.oscar.AIMPopup
public class AIMPopup
I don't remember ever seeing a popup.
| Constructor Summary | |
|---|---|
AIMPopup()
Creates a new popup. |
|
| Method Summary | |
|---|---|
short |
getDelay()
Get the value of delay. |
short |
getHeight()
Get the value of height. |
String |
getMsg()
Get the value of msg. |
String |
getURL()
Get the value of url. |
short |
getWidth()
Get the value of width. |
void |
setDelay(short delay)
Set the value of delay. |
void |
setHeight(short height)
Set the value of height. |
void |
setMsg(String msg)
Set the value of msg. |
void |
setURL(String url)
Set the value of url. |
void |
setWidth(short width)
Set the value of width. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AIMPopup()
| Method Detail |
|---|
public String getMsg()
public void setMsg(String msg)
msg - Value to assign to msg.public String getURL()
public void setURL(String url)
url - Value to assign to url.public short getWidth()
public void setWidth(short width)
width - Value to assign to width.public short getHeight()
public void setHeight(short height)
height - Value to assign to height.public short getDelay()
public void setDelay(short delay)
delay - Value to assign to delay.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||