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
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
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.
Invoked when the mouse wheel is rotated.
Since:
1.6
Fields
Hide/Show inherited fields
pack-private
int
__x
pack-private
int
__y
pack-private
int
_x
pack-private
int
_y
public
final
static
int
BOTTOM
= "3"
[Inherited From
SwingConstants
]
Box-orientation constant used to specify the bottom of a box.
public
final
static
int
CENTER
= "0"
[Inherited From
SwingConstants
]
The central position in an area.
The central position in an area. Used for
both compass-direction constants (NORTH, etc.)
and box-orientation constants (TOP, etc.).
public
final
static
int
EAST
= "3"
[Inherited From
SwingConstants
]
Compass-direction east (right).
public
final
static
int
HORIZONTAL
= "0"
[Inherited From
SwingConstants
]
Horizontal orientation.
Horizontal orientation. Used for scrollbars and sliders.
public
final
static
int
LEADING
= "10"
[Inherited From
SwingConstants
]
Identifies the leading edge of text for use with left-to-right and right-to-left languages.
Identifies the leading edge of text for use with left-to-right
and right-to-left languages. Used by buttons and labels.
public
final
static
int
LEFT
= "2"
[Inherited From
SwingConstants
]
Box-orientation constant used to specify the left side of a box.
public
final
static
int
NEXT
= "12"
[Inherited From
SwingConstants
]
Identifies the next direction in a sequence.
Identifies the next direction in a sequence.
Since:
1.4
public
final
static
int
NORTH
= "1"
[Inherited From
SwingConstants
]
Compass-direction North (up).
public
final
static
int
NORTH_EAST
= "2"
[Inherited From
SwingConstants
]
Compass-direction north-east (upper right).
public
final
static
int
NORTH_WEST
= "8"
[Inherited From
SwingConstants
]
Compass-direction north west (upper left).
public
final
static
int
PREVIOUS
= "13"
[Inherited From
SwingConstants
]
Identifies the previous direction in a sequence.
Identifies the previous direction in a sequence.
Since:
1.4
protected
final
int
RESIZE_NONE
= "0"
pack-private
int
resizeCornerSize
pack-private
int
resizeDir
public
final
static
int
RIGHT
= "4"
[Inherited From
SwingConstants
]
Box-orientation constant used to specify the right side of a box.
public
final
static
int
SOUTH
= "5"
[Inherited From
SwingConstants
]
Compass-direction south (down).
public
final
static
int
SOUTH_EAST
= "4"
[Inherited From
SwingConstants
]
Compass-direction south-east (lower right).
public
final
static
int
SOUTH_WEST
= "6"
[Inherited From
SwingConstants
]
Compass-direction south-west (lower left).
pack-private
Rectangle
startingBounds
public
final
static
int
TOP
= "1"
[Inherited From
SwingConstants
]
Box-orientation constant used to specify the top of a box.
public
final
static
int
TRAILING
= "11"
[Inherited From
SwingConstants
]
Identifies the trailing edge of text for use with left-to-right and right-to-left languages.
Identifies the trailing edge of text for use with left-to-right
and right-to-left languages. Used by buttons and labels.
public
final
static
int
VERTICAL
= "1"
[Inherited From
SwingConstants
]
Vertical orientation.
Vertical orientation. Used for scrollbars and sliders.
public
final
static
int
WEST
= "7"
[Inherited From
SwingConstants
]
Compass-direction west (left).
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar