File tag/Menu


class tag.Menu

Inherits

State supers
tag, MatrixDelegate

instance tag.Menu

variables

public Panel window;
The window displaying this menu.
public Matrix matrix;
The matrix holding the menu items.
public id supermenu;
The menu causing us to be opened.
public id submenu;
The currently opened submenu.

methods

id
  initWithTitle tom.String title;
Designated initializer.

MenuCell
  addItem tom.String name
   action selector sel
  target: tom.All target = nil;
Undocumented.

void
  closeMenuTree;
Undocumented.

void
  hookSubmenu Menu submenu
           to MenuCell cell
pre
  [[matrix cells] indexOfIdentical cell] >= 0;
Undocumented.

protected void
  set_submenu Menu menu
pre
  submenu == nil;
Undocumented.

protected void
  set_supermenu Menu menu;
Undocumented.

void
  showMenu Matrix sender;
Undocumented.

void
  sizeToCells;
Undocumented.

void
         matrix Matrix matrix
  didStartCycle Cell cell;
Undocumented.

void
  encodeUsingCoder tom.Encoder coder;

Archiving

void
  initWithCoder tom.Decoder coder;
Undocumented.


Generated by tm 1.01.