API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.basic. BasicInternalFrameUI.BorderListener View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      MouseAdapter
          MouseInputAdapter
              BasicInternalFrameUI.BorderListener
Implements
 SwingConstants
Subclasses
Description
protected class BasicInternalFrameUI.BorderListener
Listens for border adjustments.
See also:   
Constructors
protected BasicInternalFrameUI.BorderListener ()
Methods
Hide/Show inherited methods
pack-private void finishMouseReleased ()
public void mouseClicked (MouseEvent e) [Overrides MouseAdapter]
public void mouseDragged (MouseEvent e) [Overrides MouseAdapter]
public void mouseEntered (MouseEvent e) [Overrides MouseAdapter]
public void mouseExited (MouseEvent e) [Overrides MouseAdapter]
public void mouseMoved (MouseEvent e) [Overrides MouseAdapter]
public void mousePressed (MouseEvent e) [Overrides MouseAdapter]
public void mouseReleased (MouseEvent e) [Overrides MouseAdapter]
public void mouseWheelMoved (MouseWheelEvent e) [Inherited From MouseAdapter]
  Invoked when the mouse wheel is rotated.
Fields
Hide/Show inherited fields
pack-private int __x
pack-private int __y
pack-private int _x
pack-private int _y
publicfinalstatic int BOTTOM = "3" [Inherited From SwingConstants]
Box-orientation constant used to specify the bottom of a box.
publicfinalstatic int CENTER = "0" [Inherited From SwingConstants]
  The central position in an area.
publicfinalstatic int EAST = "3" [Inherited From SwingConstants]
Compass-direction east (right).
publicfinalstatic int HORIZONTAL = "0" [Inherited From SwingConstants]
  Horizontal orientation.
publicfinalstatic int LEADING = "10" [Inherited From SwingConstants]
  Identifies the leading edge of text for use with left-to-right and right-to-left languages.
publicfinalstatic int LEFT = "2" [Inherited From SwingConstants]
Box-orientation constant used to specify the left side of a box.
publicfinalstatic int NEXT = "12" [Inherited From SwingConstants]
  Identifies the next direction in a sequence.
publicfinalstatic int NORTH = "1" [Inherited From SwingConstants]
Compass-direction North (up).
publicfinalstatic int NORTH_EAST = "2" [Inherited From SwingConstants]
Compass-direction north-east (upper right).
publicfinalstatic int NORTH_WEST = "8" [Inherited From SwingConstants]
Compass-direction north west (upper left).
publicfinalstatic int PREVIOUS = "13" [Inherited From SwingConstants]
  Identifies the previous direction in a sequence.
protectedfinal int RESIZE_NONE = "0"
pack-private int resizeCornerSize
pack-private int resizeDir
publicfinalstatic int RIGHT = "4" [Inherited From SwingConstants]
Box-orientation constant used to specify the right side of a box.
publicfinalstatic int SOUTH = "5" [Inherited From SwingConstants]
Compass-direction south (down).
publicfinalstatic int SOUTH_EAST = "4" [Inherited From SwingConstants]
Compass-direction south-east (lower right).
publicfinalstatic int SOUTH_WEST = "6" [Inherited From SwingConstants]
Compass-direction south-west (lower left).
pack-private Rectangle startingBounds
publicfinalstatic int TOP = "1" [Inherited From SwingConstants]
Box-orientation constant used to specify the top of a box.
publicfinalstatic int TRAILING = "11" [Inherited From SwingConstants]
  Identifies the trailing edge of text for use with left-to-right and right-to-left languages.
publicfinalstatic int VERTICAL = "1" [Inherited From SwingConstants]
  Vertical orientation.
publicfinalstatic int WEST = "7" [Inherited From SwingConstants]
Compass-direction west (left).
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar