Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Panel | +----com.tolstoy.testjc.BrowserPanel
Summary |
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.
Constructors |
· BrowserPanel | Summary | Top |
public BrowserPanel(int i)
Methods |
· getDiskObject | Summary | Top |
public DiskObject getDiskObject()
· setDiskObject | Summary | Top |
public void setDiskObject(DiskObject dob)
· preferredSize | Summary | Top |
public Dimension preferredSize()
- Overrides:
- preferredSize in class Container
· paint | Summary | Top |
public void paint(Graphics g)
- Overrides:
- paint in class Container
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7