Uses of Class
cleoni.adv.ManageableObject

Packages that use ManageableObject
cleoni.adv   
 

Uses of ManageableObject in cleoni.adv
 

Subclasses of ManageableObject in cleoni.adv
 class AdvObject
          Game's base object.
 class Character
          Implements CHARACTERs
 class Dict
          Modified version of the Vector class, so that it works like an associative array.
 class DictSorted
          Sorted Dictionary object.
 class DimxObject
          Represents *any* DimensioneX object: WORLD, ITEM, CHARACTER, LINK, ROOM excludes Dictionary objects and Images Base of object of DimensioneX.
 class Event
          Represents an EVENT, a FUNCTION or a SUB.
 class Image
          Represents an image to be used in the game.
 class Item
          Represents an ITEM
 class Link
          Implements a LINK between rooms
 class Page
          Implements a PAGE (formerly VIEW) tool.
 class PeopleContainer
          Base class for objects capable of containing people (ROOMS and VEHICLEs).
 class Player
          data and functions for the human player.
 class Room
          Represents a ROOM object
 class Vehicle
          Implements a VEHICLE.
 class World
          Implements the WORLD object
 

Methods in cleoni.adv that return ManageableObject
protected  ManageableObject Varspace.elementAt(int i)
           
 ManageableObject Token.objVal()
           
 

Methods in cleoni.adv with parameters of type ManageableObject
 boolean Varspace.put(java.lang.String aKey, ManageableObject anObj)
           
 void Token.setVal(ManageableObject v)