Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

pkgView.MenuItem Class Reference

Inheritance diagram for pkgView.MenuItem:

Inheritance graph
[legend]
Collaboration diagram for pkgView.MenuItem:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 14 of file MenuItem.java.

Package Functions

 MenuItem (String msg, int len)
 menu item
int returnKey ()


Constructor & Destructor Documentation

pkgView.MenuItem.MenuItem String  msg,
int  len
[package]
 

sets the initial position and color of the textWidget. The position is invariant but the color may change later. param y row position param x column position param color1 default color from toolkit param color2 active color from toolkit MenuItem( int y, int x, int color1, int color2){ super( y, x, color1, color2 ); }

Definition at line 32 of file MenuItem.java.


Member Function Documentation

int pkgView.MenuItem.returnKey  )  [package]
 

returns key

Definition at line 40 of file MenuItem.java.

References pkgView.ScreenKit.ttyGetKey().


The documentation for this class was generated from the following file:
SourceForge.net Logo