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

pkgMcj.PanelRow Class Reference

Collaboration diagram for pkgMcj.PanelRow:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 17 of file PanelRow.java.

Public Member Functions

 PanelRow (Mcj top)
void redraw ()
void setAttributes (int num)
void setColors (int num1, int num2)
void clearRow ()

Public Attributes

String fileRef
 the actual fileName for this row
TextItem itemName
 name string
TextItem itemSize
 size string
TextItem itemTime
 time string
String itemPrefix
 directory marker
boolean useFlag
 false if not in use


Constructor & Destructor Documentation

pkgMcj.PanelRow.PanelRow Mcj  top  ) 
 

constructs a item information instance

Definition at line 32 of file PanelRow.java.

References pkgMcj.PanelRow.itemName, pkgMcj.PanelRow.itemPrefix, pkgMcj.PanelRow.itemSize, pkgMcj.PanelRow.itemTime, and pkgMcj.PanelRow.useFlag.


Member Function Documentation

void pkgMcj.PanelRow.redraw  ) 
 

transfers one row of item information.

Definition at line 46 of file PanelRow.java.

References pkgMcj.PanelRow.itemName, pkgMcj.PanelRow.itemSize, pkgMcj.PanelRow.itemTime, and pkgView.TextItem.redraw().

Referenced by pkgMcj.PanelGrid.redraw().

void pkgMcj.PanelRow.setAttributes int  num  ) 
 

sets font attributes

Definition at line 56 of file PanelRow.java.

References pkgMcj.PanelRow.itemName, pkgMcj.PanelRow.itemSize, pkgMcj.PanelRow.itemTime, and pkgView.TextItem.setAttribute().

Referenced by pkgMcj.PanelGrid.PanelGrid().

void pkgMcj.PanelRow.setColors int  num1,
int  num2
 

sets font colors

Definition at line 67 of file PanelRow.java.

References pkgMcj.PanelRow.itemName, pkgMcj.PanelRow.itemSize, pkgMcj.PanelRow.itemTime, and pkgView.TextItem.setColors().

Referenced by pkgMcj.PanelGrid.PanelGrid().

void pkgMcj.PanelRow.clearRow  ) 
 

sets strings to blanks

Definition at line 78 of file PanelRow.java.

References pkgMcj.PanelRow.itemName, pkgMcj.PanelRow.itemPrefix, pkgMcj.PanelRow.itemSize, pkgMcj.PanelRow.itemTime, pkgView.TextItem.setText(), and pkgMcj.PanelRow.useFlag.


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