Tesseract  3.02
com.google.scrollview.ui.SVSubMenuItem Class Reference
Inheritance diagram for com.google.scrollview.ui.SVSubMenuItem:
com.google.scrollview.ui.SVAbstractMenuItem

List of all members.

Public Member Functions

 SVSubMenuItem (String name, JMenu jli)
void add (SVAbstractMenuItem mli)
void add (JMenu jli)

Detailed Description

Constructs a new submenu which can hold other entries.

Definition at line 25 of file SVSubMenuItem.java.


Constructor & Destructor Documentation

com.google.scrollview.ui.SVSubMenuItem.SVSubMenuItem ( String  name,
JMenu  jli 
) [inline]

Definition at line 26 of file SVSubMenuItem.java.

                                               {
    super(-1, name, jli);
  }

Member Function Documentation

void com.google.scrollview.ui.SVSubMenuItem.add ( SVAbstractMenuItem  mli) [inline]

Adds a child entry to the submenu.

Reimplemented from com.google.scrollview.ui.SVAbstractMenuItem.

Definition at line 31 of file SVSubMenuItem.java.

                                          {
    mi.add(mli.mi);
  }
void com.google.scrollview.ui.SVSubMenuItem.add ( JMenu  jli) [inline]

Adds a child menu to the submenu (or root node).

Reimplemented from com.google.scrollview.ui.SVAbstractMenuItem.

Definition at line 36 of file SVSubMenuItem.java.

                             {
    mi.add(jli);
  }

The documentation for this class was generated from the following file: