All Packages This Package Class Hierarchy Class Search Index
Class com.tolstoy.imagemeister.SInfoViewer
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----com.tolstoy.imagemeister.SInfoViewer
abstract class SInfoViewer
extends java.awt.Panel
implements com.tolstoy.imagemeister.InfoViewerI,
com.tolstoy.imagemeister.WindowOwner
{
// Fields 3
private InfoViewerOwner owner;
private OwnedFrame theFrame;
private FileSpecifier theSpec;
// Constructors 1
public SInfoViewer(OwnedFrame, InfoViewerOwner, FileSpecifier, Rectangle);
// Methods 6
public void closeWindow(Window);
public FileSpecifier getFileSpecifier();
public OwnedFrame getFrame();
public void paint(Graphics);
public void setVisible(boolean);
abstract void showInformation(Graphics, int, int);
}
A very basic InfoViewerI implementation.
This is an abstract class which extends Panel.
To use this class, supply a subclass and implement the showInformation method to show
information on a file/folder/volume.
- Author:
-
Copyright (c) 1997,1998,1999,2000 Samizdat Productions. All Rights Reserved.
- Extended By:
- SInfoVAlias, SInfoVFile, SInfoVFolder, SInfoVVolume
private InfoViewerOwner owner
private FileSpecifier theSpec
private OwnedFrame theFrame
public SInfoViewer(OwnedFrame oldFrame,
InfoViewerOwner onr,
FileSpecifier spec,
Rectangle rect)
public FileSpecifier getFileSpecifier()
- Implements:
- getFileSpecifier in interface InfoViewerI
public OwnedFrame getFrame()
- Implements:
- getFrame in interface InfoViewerI
public void setVisible(boolean bState)
- Overrides:
- setVisible in class Component
- Implements:
- setVisible in interface InfoViewerI
abstract void showInformation(Graphics g,
int x,
int y)
public void paint(Graphics g)
- Overrides:
- paint in class Container
public void closeWindow(Window w)
- Implements:
- closeWindow in interface WindowOwner
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7