com.remedy.arsys.api
Class CharMenuListInfo
java.lang.Object
|
+--com.remedy.arsys.api.CharMenuInfo
|
+--com.remedy.arsys.api.CharMenuListInfo
- All Implemented Interfaces:
- java.lang.Cloneable
- public class CharMenuListInfo
- extends CharMenuInfo
- implements java.lang.Cloneable
The CharMenuListInfo class
returns a list of items used in list menus. (List menus are labelled as "character menus" in AR System
Adminstrator.)
|
Method Summary |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
CharMenuItemInfo[] |
getItems()
Returns list of items contained in list menu. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CharMenuListInfo
public CharMenuListInfo(CharMenuItemInfo[] menuItems)
getItems
public CharMenuItemInfo[] getItems()
- Returns list of items contained in list menu.
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Clone implementation that returns an Object with data cloned from self.
- Overrides:
clone in class CharMenuInfo