Class COM.tolstoy.jconfig.BrowserPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.tolstoy.jconfig.BrowserPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----COM.tolstoy.jconfig.BrowserPanel

public class BrowserPanel
extends Panel
Used by the DiskBrowser class. Displays information about a file, alias, directory, or volume. The disk object being displayed is set and retrieved by the BrowserFrame which contains this panel. Feel free to modify this file as you wish.

Constructor Index

 o BrowserPanel(int)

Method Index

 o getDiskObject()
 o paint(Graphics)
 o preferredSize()
 o setDiskObject(DiskObject)

Constructors

 o BrowserPanel
  public BrowserPanel(int i)

Methods

 o getDiskObject
  public DiskObject getDiskObject()
 o setDiskObject
  public void setDiskObject(DiskObject dob)
 o preferredSize
  public Dimension preferredSize()
Overrides:
preferredSize in class Container
 o paint
  public void paint(Graphics g)
Overrides:
paint in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index