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

Interface com.tolstoy.imagemeister.ButtonPanelI

  Summary

interface  ButtonPanelI
{
          // Fields 3
     public static final String copyright;
     public static final int kCheckboxNewWindow;
     public static final int kCheckboxShowAllFiles;

          // Methods 2
     public abstract boolean getCheckboxValue(int);
     public abstract void setCheckboxValue(int, boolean);
}

Interface implemented by the object which contains the two checkboxes used by ImageMeister. Currently, this is the ButtonPanel object.

Author:
Copyright (c) 1997,1998,1999,2000 Samizdat Productions. All Rights Reserved.


  Cross Reference

Implemented By:
ButtonPanel





  Fields

· copyright

Summary  |  Top
   public static final String copyright


· kCheckboxShowAllFiles

Summary  |  Top
   public static final int kCheckboxShowAllFiles


· kCheckboxNewWindow

Summary  |  Top
   public static final int kCheckboxNewWindow


  Methods

· getCheckboxValue

Summary  |  Top

   public abstract boolean getCheckboxValue(int which) 


· setCheckboxValue

Summary  |  Top
   public abstract void setCheckboxValue(int which, 
                                         boolean state) 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7