File tag/BrowserCell


class tag.BrowserCell

Inherits

State supers
Cell

variables

static Image arrow_right;
The browser right-arrow images.
static Image arrow_right_h;

methods

private void
  load_images;
Load the images.

instance tag.BrowserCell

variables

public mutable boolean loaded;
Iff TRUE, this cell has been loaded.
public mutable boolean is_leaf;
Iff TRUE, this is a leaf cell.

methods

id
  init;
Just-to-be-sure initializer.

id
  initTextCell tom.String value;
Designated initializer.

(float, float)
  cellSize;
Return the minimum acceptable size for this cell. This attempts to positio the image next to the text.

void
  drawInside (float, float, float, float) (x, y, w, h)
      inView View view;
Undocumented.

void
  encodeUsingCoder tom.Encoder coder;

Archiving

void
  initWithCoder tom.Decoder coder;
Undocumented.


Generated by tm 1.01.