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.
-
BrowserPanel(int)
-
-
getDiskObject()
-
-
paint(Graphics)
-
-
preferredSize()
-
-
setDiskObject(DiskObject)
-
BrowserPanel
public BrowserPanel(int i)
getDiskObject
public DiskObject getDiskObject()
setDiskObject
public void setDiskObject(DiskObject dob)
preferredSize
public Dimension preferredSize()
- Overrides:
- preferredSize in class Container
paint
public void paint(Graphics g)
- Overrides:
- paint in class Component
All Packages Class Hierarchy This Package Previous Next Index