All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fr.l2f.gui.SplitPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----fr.l2f.gui.SplitPanel

public class SplitPanel
extends Container
implements MouseListener, MouseMotionListener

Variable Index

 o c1
 o c2
 o HORIZONTAL
 o sep
 o VERTICAL

Constructor Index

 o SplitPanel(Component, String, Component)
 o SplitPanel(Component, String, Component, int)

Method Index

 o getMinimumSize()
 o getPreferredSize()
 o mouseClicked(MouseEvent)
 o mouseDragged(MouseEvent)
 o mouseEntered(MouseEvent)
 o mouseExited(MouseEvent)
 o mouseMoved(MouseEvent)
 o mousePressed(MouseEvent)
 o mouseReleased(MouseEvent)

Variables

 o HORIZONTAL
 public static final int HORIZONTAL
 o VERTICAL
 public static final int VERTICAL
 o c1
 protected Component c1
 o c2
 protected Component c2
 o sep
 protected Button sep

Constructors

 o SplitPanel
 public SplitPanel(Component c1,
                   String s1,
                   Component c2)
 o SplitPanel
 public SplitPanel(Component c1,
                   String s1,
                   Component c2,
                   int orientation)

Methods

 o getPreferredSize
 public Dimension getPreferredSize()
Overrides:
getPreferredSize in class Container
 o getMinimumSize
 public Dimension getMinimumSize()
Overrides:
getMinimumSize in class Container
 o mouseClicked
 public void mouseClicked(MouseEvent event)
 o mouseEntered
 public void mouseEntered(MouseEvent event)
 o mouseExited
 public void mouseExited(MouseEvent event)
 o mousePressed
 public void mousePressed(MouseEvent event)
 o mouseReleased
 public void mouseReleased(MouseEvent event)
 o mouseMoved
 public void mouseMoved(MouseEvent event)
 o mouseDragged
 public void mouseDragged(MouseEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index