|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.gui.dockableView.MouseResizeListener
public class MouseResizeListener
The Class MouseResizeListener.
Field Summary | |
---|---|
static int |
EAST_RESIZE
The Constant EAST_RESIZE. |
static int |
NORTH_EAST_RESIZE
The Constant NORTH_EAST_RESIZE. |
static int |
NORTH_RESIZE
The Constant NORTH_RESIZE. |
static int |
NORTH_WEST_RESIZE
The Constant NORTH_WEST_RESIZE. |
static int |
SOUTH_EAST_RESIZE
The Constant SOUTH_EAST_RESIZE. |
static int |
SOUTH_RESIZE
The Constant SOUTH_RESIZE. |
static int |
SOUTH_WEST_RESIZE
The Constant SOUTH_WEST_RESIZE. |
static int |
WEST_RESIZE
The Constant WEST_RESIZE. |
Constructor Summary | |
---|---|
MouseResizeListener(DockableWindow frame,
java.awt.Window frameToResize,
javax.swing.JPanel panelToResize,
int orientation)
Instantiates a new mouse resize listener. |
Method Summary | |
---|---|
void |
mouseClicked(java.awt.event.MouseEvent e)
|
void |
mouseDragged(java.awt.event.MouseEvent me)
|
void |
mouseEntered(java.awt.event.MouseEvent e)
|
void |
mouseExited(java.awt.event.MouseEvent e)
|
void |
mouseMoved(java.awt.event.MouseEvent me)
|
void |
mousePressed(java.awt.event.MouseEvent me)
|
void |
mouseReleased(java.awt.event.MouseEvent me)
|
void |
setMinimunHeight(int minimunHeight)
Sets the minimun height. |
void |
setMinimunWidth(int minimunWidth)
Sets the minimun width. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NORTH_RESIZE
public static final int EAST_RESIZE
public static final int SOUTH_RESIZE
public static final int WEST_RESIZE
public static final int NORTH_WEST_RESIZE
public static final int NORTH_EAST_RESIZE
public static final int SOUTH_WEST_RESIZE
public static final int SOUTH_EAST_RESIZE
Constructor Detail |
---|
public MouseResizeListener(DockableWindow frame, java.awt.Window frameToResize, javax.swing.JPanel panelToResize, int orientation)
frame
- the frameframeToResize
- the frame to resizepanelToResize
- the panel to resizeorientation
- the orientationMethod Detail |
---|
public void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked
in interface java.awt.event.MouseListener
public void mouseDragged(java.awt.event.MouseEvent me)
mouseDragged
in interface java.awt.event.MouseMotionListener
public void mouseEntered(java.awt.event.MouseEvent e)
mouseEntered
in interface java.awt.event.MouseListener
public void mouseExited(java.awt.event.MouseEvent e)
mouseExited
in interface java.awt.event.MouseListener
public void mouseMoved(java.awt.event.MouseEvent me)
mouseMoved
in interface java.awt.event.MouseMotionListener
public void mousePressed(java.awt.event.MouseEvent me)
mousePressed
in interface java.awt.event.MouseListener
public void mouseReleased(java.awt.event.MouseEvent me)
mouseReleased
in interface java.awt.event.MouseListener
public void setMinimunHeight(int minimunHeight)
minimunHeight
- the new minimun heightpublic void setMinimunWidth(int minimunWidth)
minimunWidth
- the new minimun width
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |