Main Page
    Cookbook/Overview     ImageMeister     the jcprops file     Licensing
    Binary Installation & Configuration [ Win · Mac · Nix ]     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 ]     Distribution Issues

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

  Summary

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.


  Cross Reference

Extended By:
SInfoVAlias, SInfoVFile, SInfoVFolder, SInfoVVolume





  Fields

· owner

Summary  |  Top
   private InfoViewerOwner owner


· theSpec

Summary  |  Top
   private FileSpecifier theSpec


· theFrame

Summary  |  Top
   private OwnedFrame theFrame


  Constructors

· SInfoViewer

Summary  |  Top

   public SInfoViewer(OwnedFrame oldFrame, 
                      InfoViewerOwner onr, 
                      FileSpecifier spec, 
                      Rectangle rect) 


  Methods

· getFileSpecifier

Summary  |  Top
   public FileSpecifier getFileSpecifier() 
Implements:
getFileSpecifier in interface InfoViewerI


· getFrame

Summary  |  Top
   public OwnedFrame getFrame() 
Implements:
getFrame in interface InfoViewerI


· setVisible

Summary  |  Top
   public void setVisible(boolean bState) 
Overrides:
setVisible in class Component
Implements:
setVisible in interface InfoViewerI


· showInformation

Summary  |  Top
   abstract void showInformation(Graphics g, 
                                 int x, 
                                 int y) 


· paint

Summary  |  Top
   public void paint(Graphics g) 
Overrides:
paint in class Container


· closeWindow

Summary  |  Top
   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