|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.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. |
java.lang.String |
getMsg()
Get the value of msg. |
java.lang.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(java.lang.String msg)
Set the value of msg. |
void |
setURL(java.lang.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 java.lang.String getMsg()
public void setMsg(java.lang.String msg)
msg
- Value to assign to msg.public java.lang.String getURL()
public void setURL(java.lang.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 |