All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.common.PhaserGallery

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----phaser.common.PhaserFrame
                                           |
                                           +----phaser.common.PhaserGallery

public class PhaserGallery
extends PhaserFrame
implements Notifiable, ActionListener, PhaserGalleryConstants

Variable Index

 o IO_THREAD_DELAY
 o LOAD_THREAD
 o LOAD_URL_THREAD
 o SAVE_THREAD
 o SHOWCASE_ACTIVATE
 o SHOWCASE_DESELECT
 o SHOWCASE_FOCUS
 o SHOWCASE_SELECT

Constructor Index

 o PhaserGallery(Phaser)

Method Index

 o actionPerformed(ActionEvent)
 o addProject(PhaserGalleryProject)
 o close()
 o getPreferredSize()
 o isAnimating()
 o notifyUpdate()
 o notifyUpdate(int)
 o notifyUpdate(int, int)
 o open()
 o requestNotify()

Variables

 o LOAD_THREAD
 protected static final int LOAD_THREAD
 o SAVE_THREAD
 protected static final int SAVE_THREAD
 o LOAD_URL_THREAD
 protected static final int LOAD_URL_THREAD
 o IO_THREAD_DELAY
 protected static final int IO_THREAD_DELAY
 o SHOWCASE_FOCUS
 protected static final int SHOWCASE_FOCUS
 o SHOWCASE_SELECT
 protected static final int SHOWCASE_SELECT
 o SHOWCASE_DESELECT
 protected static final int SHOWCASE_DESELECT
 o SHOWCASE_ACTIVATE
 protected static final int SHOWCASE_ACTIVATE

Constructors

 o PhaserGallery
 public PhaserGallery(Phaser phaser)

Methods

 o getPreferredSize
 public Dimension getPreferredSize()
Overrides:
getPreferredSize in class Container
 o open
 public void open()
 o close
 public void close()
 o addProject
 public void addProject(PhaserGalleryProject project)
 o actionPerformed
 public void actionPerformed(ActionEvent ae)
 o notifyUpdate
 public void notifyUpdate()
 o notifyUpdate
 public void notifyUpdate(int type)
 o notifyUpdate
 public void notifyUpdate(int id,
                          int type)
 o requestNotify
 protected boolean requestNotify()
 o isAnimating
 protected boolean isAnimating()

All Packages  Class Hierarchy  This Package  Previous  Next  Index