All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----sub_arctic.lib.min_interactor
|
+----sub_arctic.lib.base_interactor
|
+----sub_arctic.lib.multi_button
|
+----sub_arctic.lib.button
|
+----PALplate.interactors.SelfCallbackButton
|
+----PALplate.lib.URLLoaderButton
This button is represented on screen as an image which can be clicked on. Many mud objects are just URLLoaderButtons.
Currently this only works in the applet version, hopfully soon it will also work fine in the application version.
public URLLoaderButton(URL whatToLoad,
loaded_image i)
public URLLoaderButton(URL whatToLoad,
String whereToLoad,
loaded_image i)
public URL getCode()
public void setCode(URL whatToLoad)
public void setCode(URL whatToLoad,
String whereToLoad)
public String getFrame()
public void setFrame(String whereToLoad)
public void callback(interactor from_obj,
event evt,
int callback_num,
Object callback_info)
public void init(String mudobjnum,
Object args)
public String mudDescription()
All Packages Class Hierarchy This Package Previous Next Index