, which corresponds to motion
of objects in the mud, and make sure that the mud state corresponds to the GUI state
when a drag occurse.
Note that defaultImage is static, so all toolbars *share* it.
-
defaultImage
-
-
ToolBar()
- Loads up the default image for buttons which are in error about the
existance of their icon.
-
ToolBar(int, int, int, int)
- Loads up the default image for buttons which are in error about the
existance of their icon.
-
ToolBar(int, int, int, int, loaded_image)
- Loads up the default image for buttons which are in error about the
existance of their icon.
-
ToolBar(loaded_image)
- Loads up the default image for buttons which are in error about the
existance of their icon.
-
ToolBar(loaded_image, loaded_image)
- Loads up the default image for buttons which are in error about the
existance of their icon.
-
addApp(String, String, String, Object)
-
-
addApp(String, String, String, Object, base_interactor)
-
-
addApp(Vector)
-
-
addApp(Vector, base_interactor)
-
-
addApps(String)
- This function takes a string in the form described in the mud
architecture docs
and parses it out into a set of objects each of which is instantiated and
added to the ToolBar.
-
addApps(String, base_interactor)
- This function takes a string in the form described in the mud
architecture docs
and parses it out into a set of objects each of which is instantiated and
added to the the parent
-
addApps(String, boolean)
- Just a wrapper for the standard addApps which lets you say whether to remove anything currently present first.
-
addApps(String, callback_object)
- This function takes a string in the form described in the mud
architecture docs
and parses it out into a set of objects each of which is instantiated and
added to the ToolBar.
-
removeAll()
-
-
removeApp(Vector)
-
-
setBackgroundImage(loaded_image)
-
-
setBackgroundImage(String, String)
-
-
setBackgroundImage(URL)
-
defaultImage
protected static loaded_image defaultImage
ToolBar
public ToolBar()
- Loads up the default image for buttons which are in error about the
existance of their icon.
ToolBar
public ToolBar(int x,
int y,
int w,
int h)
- Loads up the default image for buttons which are in error about the
existance of their icon.
- Parameters:
- x - The initial x position of the toolbar
- y - The initial y position of the toolbar
- w - The initial width of the toolbar
- h - The initial height of the toolbar
ToolBar
public ToolBar(int x,
int y,
int w,
int h,
loaded_image bg)
- Loads up the default image for buttons which are in error about the
existance of their icon.
- Parameters:
- x - The initial x position of the toolbar
- y - The initial y position of the toolbar
- w - The initial width of the toolbar
- h - The initial height of the toolbar
- bg - An image to display as a baackground behind all elements of the panel
ToolBar
public ToolBar(loaded_image bg)
- Loads up the default image for buttons which are in error about the
existance of their icon.
- Parameters:
- bg - An image to display as a baackground behind all elements of the panel
ToolBar
public ToolBar(loaded_image bg,
loaded_image dflt)
- Loads up the default image for buttons which are in error about the
existance of their icon.
- Parameters:
- bg - An image to display as a baackground behind all elements of the panel
- dflt - The default image for buttons in error about the existance of their icons
removeAll
public void removeAll()
addApps
public void addApps(String names,
boolean RemoveAllFirst)
- Just a wrapper for the standard addApps which lets you say whether to remove anything currently present first. Says nothing about
addApps
public void addApps(String names)
- This function takes a string in the form described in the mud
architecture docs
and parses it out into a set of objects each of which is instantiated and
added to the ToolBar.
- Parameters:
- names - The output from a mud command such as @getContents
addApps
public static void addApps(String names,
base_interactor parent)
- This function takes a string in the form described in the mud
architecture docs
and parses it out into a set of objects each of which is instantiated and
added to the the parent
- Parameters:
- names - The output from a mud command such as @getContents
- base_parent_interactor - parent The object to which the classes should be added.
addApps
public static void addApps(String names,
callback_object cb)
- This function takes a string in the form described in the mud
architecture docs
and parses it out into a set of objects each of which is instantiated and
added to the ToolBar.
- Parameters:
- names - The output from a mud command such as @getContents
addApp
public void addApp(Vector info)
addApp
public static void addApp(Vector info,
base_interactor parent)
addApp
public void addApp(String mudobjnum,
String type,
String action,
Object args)
addApp
public static void addApp(String mudobjnum,
String type,
String action,
Object args,
base_interactor parent)
removeApp
public void removeApp(Vector info)
setBackgroundImage
public void setBackgroundImage(loaded_image bg)
setBackgroundImage
public void setBackgroundImage(String offset,
String name)
setBackgroundImage
public void setBackgroundImage(URL url)
All Packages Class Hierarchy This Package Previous Next Index