All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class Pasiphae.PasiphaeZoomWindow

java.lang.Object
    |
    +----java.awt.Component
            |
            +----java.awt.Container
                    |
                    +----java.awt.Window
                            |
                            +----java.awt.Frame
                                    |
                                    +----com.sun.java.swing.JFrame
                                            |
                                            +----Pasiphae.PasiphaeZoomWindow

public class PasiphaeZoomWindow
extends JFrame
Class PasiphaeZoomWindow defines the graphical zoom window used in Pasiphae


Variable Index

 o tabbedPane
Our TabbedPane, used to store the panels where we put each mime types Remember you can get the number of tabs inside, with getTabCount()

Constructor Index

 o PasiphaeZoomWindow()

Method Index

 o addZoomPanel(String, PasiphaeZoomPanel)
addZoomPanel adds the pasiPanel PasiphaeZoomPanel to the ZoomWindow, with the associated name
 o main(String[])
A simple test
 o removeAll()
Removes all the PasiphaeZoomPanels in the current window

Variables

 o tabbedPane
protected JTabbedPane tabbedPane
Our TabbedPane, used to store the panels where we put each mime types Remember you can get the number of tabs inside, with getTabCount()

Constructors

 o PasiphaeZoomWindow
public PasiphaeZoomWindow()

Methods

 o addZoomPanel
public void addZoomPanel(String name,
                         PasiphaeZoomPanel pasiPanel)
addZoomPanel adds the pasiPanel PasiphaeZoomPanel to the ZoomWindow, with the associated name

 o removeAll
public void removeAll()
Removes all the PasiphaeZoomPanels in the current window

Overrides:
removeAll in class Container
 o main
public static void main(String[] argv) throws MalformedURLException, IOException
A simple test


All Packages  Class Hierarchy  This Package  Previous  Next  Index