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
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()
PasiphaeZoomWindow()
-
addZoomPanel(String, PasiphaeZoomPanel)
- addZoomPanel adds the pasiPanel PasiphaeZoomPanel to the ZoomWindow, with the associated name
main(String[])
- A simple test
removeAll()
- Removes all the PasiphaeZoomPanels in the current window
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()
PasiphaeZoomWindow
public PasiphaeZoomWindow()
addZoomPanel
public void addZoomPanel(String name,
PasiphaeZoomPanel pasiPanel)
- addZoomPanel adds the pasiPanel PasiphaeZoomPanel to the ZoomWindow, with the associated name
removeAll
public void removeAll()
- Removes all the PasiphaeZoomPanels in the current window
- Overrides:
- removeAll in class Container
main
public static void main(String[] argv) throws MalformedURLException, IOException
- A simple test
All Packages Class Hierarchy This Package Previous Next Index