All Packages This Package Class Hierarchy Class Search 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 java.awt.Panel
{
// Constructors 1
public BrowserPanel(int);
// Methods 4
public DiskObject getDiskObject();
public void paint(Graphics);
public Dimension preferredSize();
public void setDiskObject(DiskObject);
}
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.
- Author:
-
JConfig Copyright (c) 1997,1998 Samizdat Productions. All Rights Reserved.
public BrowserPanel(int i)
public DiskObject getDiskObject()
public void setDiskObject(DiskObject dob)
public Dimension preferredSize()
- Overrides:
- preferredSize in class Container
public void paint(Graphics g)
- Overrides:
- paint in class Container
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7