| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| java.awt.dnd |
Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI.
|
| java.awt.event |
Provides interfaces and classes for dealing with different types of events fired by AWT components.
|
| java.awt.image |
Provides classes for creating and modifying images.
|
| javax.accessibility |
Defines a contract between user-interface components and an assistive technology that provides access to those components.
|
| javax.imageio |
The main package of the Java Image I/O API.
|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| javax.swing.plaf |
Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.
|
| javax.swing.plaf.basic |
Provides user interface objects built according to the Basic look and feel.
|
| javax.swing.plaf.metal |
Provides user interface objects built according to the Java look and feel (once codenamed
Metal), which is the default look and feel.
|
| javax.swing.plaf.multi |
Provides user interface objects that combine two or more look and feels.
|
| javax.swing.table |
Provides classes and interfaces for dealing with
javax.swing.JTable.
|
| javax.swing.text |
Provides classes and interfaces that deal with editable and noneditable text components.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
GraphicsEnvironment.getCenterPoint()
Returns the Point where Windows should be centered.
|
Point |
GridBagLayout.getLayoutOrigin()
Determines the origin of the layout area, in the graphics coordinate space of the target container.
|
Point |
PointerInfo.getLocation()
Returns the
Point that represents the coordinates of the pointer on the screen.
|
Point |
MenuComponent.AccessibleAWTMenuComponent.getLocation()
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
|
Point |
Rectangle.getLocation()
Returns the location of this
Rectangle.
|
Point |
Point.getLocation()
Returns the location of this point.
|
Point |
List.AccessibleAWTList.AccessibleAWTListChild.getLocation()
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
|
Point |
Component.getLocation()
Gets the location of this component in the form of a point specifying the component's top-left corner.
|
Point |
Component.AccessibleAWTComponent.getLocation()
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
|
Point |
Component.getLocation(Point
Stores the x,y origin of this component into "return value"
rv and return
rv.
|
Point |
MenuComponent.AccessibleAWTMenuComponent.getLocationOnScreen()
Returns the location of the object on the screen.
|
Point |
List.AccessibleAWTList.AccessibleAWTListChild.getLocationOnScreen()
Returns the location of the object on the screen.
|
Point |
Component.getLocationOnScreen()
Gets the location of this component in the form of a point specifying the component's top-left corner in the screen's coordinate space.
|
Point |
Component.AccessibleAWTComponent.getLocationOnScreen()
Returns the location of the object on the screen.
|
Point |
Component.getMousePosition()
Returns the position of the mouse pointer in this
Component's coordinate space if the
Component is directly under the mouse pointer, otherwise returns
null.
|
Point |
Container.getMousePosition(boolean allowChildren)
Returns the position of the mouse pointer in this
Container's coordinate space if the
Container is under the mouse pointer, otherwise returns
null.
|
Point |
ScrollPane.getScrollPosition()
Returns the current x,y position within the child which is displayed at the 0,0 location of the scrolled panel's view port.
|
Point |
Component.location()
Deprecated.
As of JDK version 1.1, replaced by
getLocation().
|
Point |
GridBagLayout.location(int x, int y)
Determines which cell in the layout grid contains the point specified by
(x, y).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rectangle.add(Point
Adds the specified
Point to the bounds of this
Rectangle.
|
boolean |
MenuComponent.AccessibleAWTMenuComponent.contains(Point
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
|
boolean |
Rectangle.contains(Point
Checks whether or not this
Rectangle contains the specified
Point.
|
boolean |
List.AccessibleAWTList.AccessibleAWTListChild.contains(Point
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
|
boolean |
Polygon.contains(Point
Determines whether the specified
Point is inside this
Polygon.
|
boolean |
Component.contains(Point
Checks whether this component "contains" the specified point, where the point's
x and
y coordinates are defined to be relative to the coordinate system of this component.
|
boolean |
Component.AccessibleAWTComponent.contains(Point
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
|
Cursor |
Toolkit.createCustomCursor(Image
Creates a new custom cursor object.
|
Component |
Container.findComponentAt(Point
Locates the visible child component that contains the specified point.
|
Accessible |
MenuComponent.AccessibleAWTMenuComponent.getAccessibleAt(Point
Returns the
Accessible child, if one exists, contained at the local coordinate
Point.
|
Accessible |
List.AccessibleAWTList.getAccessibleAt(Point
Returns the Accessible child contained at the local coordinate Point, if one exists.
|
Accessible |
List.AccessibleAWTList.AccessibleAWTListChild.getAccessibleAt(Point
Returns the
Accessible child, if one exists, contained at the local coordinate
Point.
|
Accessible |
Container.AccessibleAWTContainer.getAccessibleAt(Point
Returns the
Accessible child, if one exists, contained at the local coordinate
Point.
|
Accessible |
Component.AccessibleAWTComponent.getAccessibleAt(Point
Returns the
Accessible child, if one exists, contained at the local coordinate
Point.
|
Component |
Container.getComponentAt(Point
Gets the component that contains the specified point.
|
Component |
Component.getComponentAt(Point
Returns the component or subcomponent that contains the specified point.
|
int |
TextComponent.AccessibleAWTTextComponent.getIndexAtPoint(Point
Given a point in local coordinates, return the zero-based index of the character under that Point.
|
Point |
Component.getLocation(Point
Stores the x,y origin of this component into "return value"
rv and return
rv.
|
void |
Window.setLocation(Point
Moves this component to a new location.
|
void |
MenuComponent.AccessibleAWTMenuComponent.setLocation(Point
Sets the location of the object relative to the parent.
|
void |
Rectangle.setLocation(Point
Moves this
Rectangle to the specified location.
|
void |
Point.setLocation(Point
Sets the location of the point to the specified location.
|
void |
List.AccessibleAWTList.AccessibleAWTListChild.setLocation(Point
Sets the location of the object relative to the parent.
|
void |
Component.setLocation(Point
Moves this component to a new location.
|
void |
Component.AccessibleAWTComponent.setLocation(Point
Sets the location of the object relative to the parent.
|
void |
ScrollPane.setScrollPosition(Point
Scrolls to the specified position within the child component.
|
| Constructor and Description | |
|---|---|
Point(Point
Constructs and initializes a point with the same location as the specified
Point object.
|
|
Rectangle(Point
Constructs a new
Rectangle whose upper-left corner is the specified
Point, and whose width and height are both zero.
|
|
Rectangle(Point
|
| Modifier and Type | Method and Description |
|---|---|
Point |
DragGestureEvent.getDragOrigin()
Returns a
Point in the coordinates of the
Component over which the drag originated.
|
Point |
DragSourceEvent.getLocation()
This method returns a
Point indicating the cursor location in screen coordinates at the moment this event occurred, or
null if the cursor location is not specified for this event.
|
Point |
DropTargetDragEvent.getLocation()
This method returns a
Point indicating the
Cursor's current location within the
Component's coordinates.
|
Point |
DropTargetDropEvent.getLocation()
This method returns a
Point indicating the
Cursor's current location in the
Component's coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Autoscroll.autoscroll(Point
notify the
Component to autoscroll
|
protected DragSourceContext |
DragSource.createDragSourceContext(java
Creates the
DragSourceContext to handle the current drag operation.
|
protected DropTarget |
DropTarget.createDropTargetAutoScroller(Component
create an embedded autoscroller
|
protected void |
DragGestureRecognizer.fireDragGestureRecognized(int dragAction, Point
Notify the DragGestureListener that a Drag and Drop initiating gesture has occurred.
|
protected void |
DropTarget.initializeAutoscrolling(Point
initialize autoscrolling
|
void |
DragGestureEvent.startDrag(Cursor
Start the drag given the initial
Cursor to display, a drag
Image, the offset of the
Image, the
Transferable object, and the
DragSourceListener to use.
|
void |
DragSource.startDrag(DragGestureEvent
Start a drag, given the
DragGestureEvent that initiated the drag, the initial
Cursor to use, the
Image to drag, the offset of the
Image origin from the hotspot of the
Cursor at the instant of the trigger, the subject data of the drag, and the
DragSourceListener.
|
void |
DragSource.startDrag(DragGestureEvent
Start a drag, given the
DragGestureEvent that initiated the drag, the initial
Cursor to use, the
Image to drag, the offset of the
Image origin from the hotspot of the
Cursor at the instant of the trigger, the
Transferable subject data of the drag, the
DragSourceListener, and the
FlavorMap.
|
protected void |
DropTarget.updateAutoscroll(Point
update autoscrolling with current cursor location
|
protected void |
DropTarget.DropTargetAutoScroller.updateLocation(Point
cause autoscroll to occur
|
| Constructor and Description | |
|---|---|
DragGestureEvent(DragGestureRecognizer
Constructs a
DragGestureEvent object given by the
DragGestureRecognizer instance firing this event, an
act parameter representing the user's preferred action, an
ori parameter indicating the origin of the drag, and a
List of events that comprise the gesture(
evs parameter).
|
|
DragSourceContext(java
Called from
DragSource, this constructor creates a new
DragSourceContext given the
DragSourceContextPeer for this Drag, the
DragGestureEvent that triggered the Drag, the initial
Cursor to use for the Drag, an (optional)
Image to display while the Drag is taking place, the offset of the
Image origin from the hotspot at the instant of the triggering event, the
Transferable subject data, and the
DragSourceListener to use during the Drag and Drop operation.
|
|
DropTargetAutoScroller(Component
construct a DropTargetAutoScroller
|
|
DropTargetDragEvent(DropTargetContext
Construct a
DropTargetDragEvent given the
DropTargetContext for this operation, the location of the "Drag"
Cursor's hotspot in the
Component's coordinates, the user drop action, and the source drop actions.
|
|
DropTargetDropEvent(DropTargetContext
Construct a
DropTargetDropEvent given the
DropTargetContext for this operation, the location of the drag
Cursor's hotspot in the
Component's coordinates, the currently selected user drop action, and the current set of actions supported by the source.
|
|
DropTargetDropEvent(DropTargetContext
Construct a
DropTargetEvent given the
DropTargetContext for this operation, the location of the drag
Cursor's hotspot in the
Component's coordinates, the currently selected user drop action, the current set of actions supported by the source, and a
boolean indicating if the source is in the same JVM as the target.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
MouseEvent.getLocationOnScreen()
Returns the absolute x, y position of the event.
|
Point |
MouseEvent.getPoint()
Returns the x,y position of the event relative to the source component.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
BufferedImage.getWritableTileIndices()
Returns an array of
Point objects indicating which tiles are checked out for writing.
|
Point |
WritableRenderedImage.getWritableTileIndices()
Returns an array of Point objects indicating which tiles are checked out for writing.
|
| Modifier and Type | Method and Description |
|---|---|
static WritableRaster |
Raster.createBandedRaster(DataBuffer
Creates a Raster based on a BandedSampleModel with the specified DataBuffer, width, height, scanline stride, bank indices, and band offsets.
|
static WritableRaster |
Raster.createBandedRaster(int dataType, int w, int h, int scanlineStride, int[] bankIndices, int[] bandOffsets, Point
Creates a Raster based on a BandedSampleModel with the specified data type, width, height, scanline stride, bank indices and band offsets.
|
static WritableRaster |
Raster.createBandedRaster(int dataType, int w, int h, int bands, Point
Creates a Raster based on a BandedSampleModel with the specified data type, width, height, and number of bands.
|
static WritableRaster |
Raster.createInterleavedRaster(DataBuffer
Creates a Raster based on a PixelInterleavedSampleModel with the specified DataBuffer, width, height, scanline stride, pixel stride, and band offsets.
|
static WritableRaster |
Raster.createInterleavedRaster(int dataType, int w, int h, int scanlineStride, int pixelStride, int[] bandOffsets, Point
Creates a Raster based on a PixelInterleavedSampleModel with the specified data type, width, height, scanline stride, pixel stride, and band offsets.
|
static WritableRaster |
Raster.createInterleavedRaster(int dataType, int w, int h, int bands, Point
Creates a Raster based on a PixelInterleavedSampleModel with the specified data type, width, height, and number of bands.
|
static WritableRaster |
Raster.createPackedRaster(DataBuffer
Creates a Raster based on a SinglePixelPackedSampleModel with the specified DataBuffer, width, height, scanline stride, and band masks.
|
static WritableRaster |
Raster.createPackedRaster(DataBuffer
Creates a Raster based on a MultiPixelPackedSampleModel with the specified DataBuffer, width, height, and bits per pixel.
|
static WritableRaster |
Raster.createPackedRaster(int dataType, int w, int h, int[] bandMasks, Point
Creates a Raster based on a SinglePixelPackedSampleModel with the specified data type, width, height, and band masks.
|
static WritableRaster |
Raster.createPackedRaster(int dataType, int w, int h, int bands, int bitsPerBand, Point
Creates a Raster based on a packed SampleModel with the specified data type, width, height, number of bands, and bits per band.
|
static Raster |
Raster.createRaster(SampleModel
Creates a Raster with the specified SampleModel and DataBuffer.
|
static WritableRaster |
Raster.createWritableRaster(SampleModel
Creates a WritableRaster with the specified SampleModel and DataBuffer.
|
static WritableRaster |
Raster.createWritableRaster(SampleModel
Creates a WritableRaster with the specified SampleModel.
|
| Constructor and Description | |
|---|---|
Raster(SampleModel
Constructs a Raster with the given SampleModel and DataBuffer.
|
|
Raster(SampleModel
Constructs a Raster with the given SampleModel, DataBuffer, and parent.
|
|
Raster(SampleModel
Constructs a Raster with the given SampleModel.
|
|
WritableRaster(SampleModel
Constructs a WritableRaster with the given SampleModel and DataBuffer.
|
|
WritableRaster(SampleModel
Constructs a WritableRaster with the given SampleModel, DataBuffer, and parent.
|
|
WritableRaster(SampleModel
Constructs a WritableRaster with the given SampleModel.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
AccessibleComponent.getLocation()
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
|
Point |
AccessibleComponent.getLocationOnScreen()
Returns the location of the object on the screen.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AccessibleComponent.contains(Point
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
|
Accessible |
AccessibleComponent.getAccessibleAt(Point
Returns the Accessible child, if one exists, contained at the local coordinate Point.
|
int |
AccessibleText.getIndexAtPoint(Point
Given a point in local coordinates, return the zero-based index of the character under that Point.
|
void |
AccessibleComponent.setLocation(Point
Sets the location of the object relative to the parent.
|
| Modifier and Type | Field and Description |
|---|---|
protected Point |
IIOParam.destinationOffset
The offset in the destination where the upper-left decoded pixel should be placed.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
IIOParam.getDestinationOffset()
Returns the offset in the destination image at which pixels are to be placed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IIOParam.setDestinationOffset(Point
Specifies the offset in the destination image at which future decoded pixels are to be placed, when reading, or where a region will be written, when writing.
|
| Modifier and Type | Field and Description |
|---|---|
protected Point |
JViewport.lastPaintPosition
The last
viewPosition that we've painted, so we know how much of the backing store image is valid.
|
| Modifier and Type | Method and Description |
|---|---|
static Point |
SwingUtilities.convertPoint(Component
Convert the point
(x,y) in
source coordinate system to
destination coordinate system.
|
static Point |
SwingUtilities.convertPoint(Component
Convert a
aPoint in
source coordinate system to
destination coordinate system.
|
Point |
TransferHandler.getDragImageOffset()
Returns an anchor offset for the image to drag.
|
Point |
TransferHandler.DropLocation.getDropPoint()
Returns the drop point, representing the mouse's current location within the component.
|
Point |
JTree.AccessibleJTree.AccessibleJTreeNode.getLocation()
|
Point |
JTable.AccessibleJTable.AccessibleJTableCell.getLocation()
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
|
Point |
JList.AccessibleJList.AccessibleJListChild.getLocation()
|
Point |
JComponent.getLocation(Point
Stores the x,y origin of this component into "return value"
rv and returns
rv.
|
protected Point |
JTree.AccessibleJTree.AccessibleJTreeNode.getLocationInJTree()
|
Point |
JTree.AccessibleJTree.AccessibleJTreeNode.getLocationOnScreen()
|
Point |
JTable.AccessibleJTable.AccessibleJTableCell.getLocationOnScreen()
Returns the location of the object on the screen.
|
Point |
JList.AccessibleJList.AccessibleJListChild.getLocationOnScreen()
|
Point |
JComponent.getPopupLocation(MouseEvent
Returns the preferred location to display the popup menu in this component's coordinate system.
|
protected Point |
JMenu.getPopupMenuOrigin()
Computes the origin for the
JMenu's popup menu.
|
Point |
JComponent.getToolTipLocation(MouseEvent
Returns the tooltip location in this component's coordinate system.
|
Point |
JViewport.getViewPosition()
Returns the view coordinates that appear in the upper left hand corner of the viewport, or 0,0 if there's no view.
|
Point |
JList.indexToLocation(int index)
Returns the origin of the specified item in the list's coordinate system.
|
Point |
JViewport.toViewCoordinates(Point
Converts a point in pixel coordinates to view coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
int |
JTable.columnAtPoint(Point
Returns the index of the column that
point lies in, or -1 if the result is not in the range [0,
getColumnCount()-1].
|
Component |
MenuSelectionManager.componentForPoint(Component
Returns the component in the currently selected path which contains sourcePoint.
|
protected boolean |
JViewport.computeBlit(int dx, int dy, Point
Computes the parameters for a blit where the backing store image currently contains
oldLoc in the upper left hand corner and we're scrolling to
newLoc.
|
boolean |
JTree.AccessibleJTree.AccessibleJTreeNode.contains(Point
|
boolean |
JTable.AccessibleJTable.AccessibleJTableCell.contains(Point
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
|
boolean |
JList.AccessibleJList.AccessibleJListChild.contains(Point
|
static Point |
SwingUtilities.convertPoint(Component
Convert a
aPoint in
source coordinate system to
destination coordinate system.
|
static void |
SwingUtilities.convertPointFromScreen(Point
Convert a point from a screen coordinates to a component's coordinate system
|
static void |
SwingUtilities.convertPointToScreen(Point
Convert a point from a component's coordinate system to screen coordinates.
|
static Accessible |
SwingUtilities.getAccessibleAt(Component
Returns the
Accessible child contained at the local coordinate
Point, if one exists.
|
Accessible |
JEditorPane.AccessibleJEditorPaneHTML.getAccessibleAt(Point
Returns the Accessible child, if one exists, contained at the local coordinate Point.
|
Accessible |
JTree.AccessibleJTree.getAccessibleAt(Point
Returns the
Accessible child, if one exists, contained at the local coordinate
Point.
|
Accessible |
JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleAt(Point
Returns the
Accessible child, if one exists, contained at the local coordinate
Point.
|
Accessible |
JTable.AccessibleJTable.getAccessibleAt(Point
Returns the
Accessible child, if one exists, contained at the local coordinate
Point.
|
Accessible |
JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleAt(Point
|
Accessible |
JTabbedPane.AccessibleJTabbedPane.getAccessibleAt(Point
Returns the
Accessible child contained at the local coordinate
Point, if one exists.
|
Accessible |
JList.AccessibleJList.getAccessibleAt(Point
Returns the
Accessible child contained at the local coordinate
Point, if one exists.
|
Accessible |
JList.AccessibleJList.AccessibleJListChild.getAccessibleAt(Point
|
int |
JLabel.AccessibleJLabel.getIndexAtPoint(Point
Given a point in local coordinates, return the zero-based index of the character under that Point.
|
int |
ProgressMonitor.AccessibleProgressMonitor.getIndexAtPoint(Point
Given a point in local coordinates, return the zero-based index of the character under that Point.
|
int |
JSpinner.AccessibleJSpinner.getIndexAtPoint(Point
Given a point in local coordinates, return the zero-based index of the character under that Point.
|
int |
AbstractButton.AccessibleAbstractButton.getIndexAtPoint(Point
Given a point in local coordinates, return the zero-based index of the character under that Point.
|
Point |
JComponent.getLocation(Point
Stores the x,y origin of this component into "return value"
rv and returns
rv.
|
int |
JList.locationToIndex(Point
Returns the cell index closest to the given location in the list's coordinate system.
|
int |
JTable.rowAtPoint(Point
Returns the index of the row that
point lies in, or -1 if the result is not in the range [0,
getRowCount()-1].
|
void |
TransferHandler.setDragImageOffset(Point
Sets an anchor offset for the image to drag.
|
void |
JTree.AccessibleJTree.AccessibleJTreeNode.setLocation(Point
|
void |
JTable.AccessibleJTable.AccessibleJTableCell.setLocation(Point
Sets the location of the object relative to the parent.
|
void |
JList.AccessibleJList.AccessibleJListChild.setLocation(Point
|
void |
JViewport.setViewPosition(Point
Sets the view coordinates that appear in the upper left hand corner of the viewport, does nothing if there's no view.
|
Point |
JViewport.toViewCoordinates(Point
Converts a point in pixel coordinates to view coordinates.
|
| Constructor and Description | |
|---|---|
DropLocation(Point
Constructs a drop location for the given point.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Point |
ListUI.indexToLocation(JList
Returns the origin in the given
JList, of the specified item, in the list's coordinate system.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TextUI.getToolTipText(JTextComponent
Returns the string to be used as the tooltip at the passed in location.
|
abstract int |
ListUI.locationToIndex(JList
Returns the cell index in the specified
JList closest to the given location in the list's coordinate system.
|
abstract int |
TextUI.viewToModel(JTextComponent
Converts the given place in the view coordinate system to the nearest representative location in the model.
|
abstract int |
TextUI.viewToModel(JTextComponent
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
|
| Modifier and Type | Field and Description |
|---|---|
protected Point |
BasicToolBarUI.DockingListener.origin
|
| Modifier and Type | Method and Description |
|---|---|
Point |
BasicToolBarUI.DragWindow.getOffset()
|
protected Point |
BasicProgressBarUI.getStringPlacement(Graphics
Designate the place where the progress string will be painted.
|
Point |
BasicListUI.indexToLocation(JList
Returns the origin in the given
JList, of the specified item, in the list's coordinate system.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BasicToolBarUI.canDock(Component
|
protected void |
BasicToolBarUI.dragTo(Point
|
protected void |
BasicToolBarUI.floatAt(Point
|
String |
BasicTextUI.getToolTipText(JTextComponent
Returns the string to be used as the tooltip at the passed in location.
|
int |
BasicListUI.locationToIndex(JList
Returns the cell index in the specified
JList closest to the given location in the list's coordinate system.
|
void |
BasicToolBarUI.setFloating(boolean b, Point
|
void |
BasicToolBarUI.DragWindow.setOffset(Point
|
int |
BasicTextUI.viewToModel(JTextComponent
Converts the given place in the view coordinate system to the nearest representative location in the model.
|
int |
BasicTextUI.viewToModel(JTextComponent
Converts the given place in the view coordinate system to the nearest representative location in the model.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MetalToolBarUI.setDragOffset(Point
|
| Modifier and Type | Method and Description |
|---|---|
Point |
MultiListUI.indexToLocation(JList
Invokes the
indexToLocation method on each UI handled by this object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MultiTextUI.getToolTipText(JTextComponent
Invokes the
getToolTipText method on each UI handled by this object.
|
int |
MultiListUI.locationToIndex(JList
Invokes the
locationToIndex method on each UI handled by this object.
|
int |
MultiTextUI.viewToModel(JTextComponent
Invokes the
viewToModel method on each UI handled by this object.
|
int |
MultiTextUI.viewToModel(JTextComponent
Invokes the
viewToModel method on each UI handled by this object.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getLocation()
|
Point |
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getLocationOnScreen()
|
| Modifier and Type | Method and Description |
|---|---|
int |
JTableHeader.columnAtPoint(Point
Returns the index of the column that
point lies in, or -1 if it lies out of bounds.
|
boolean |
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.contains(Point
|
Accessible |
JTableHeader.AccessibleJTableHeader.getAccessibleAt(Point
Returns the Accessible child, if one exists, contained at the local coordinate Point.
|
Accessible |
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getAccessibleAt(Point
|
void |
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.setLocation(Point
|
| Modifier and Type | Method and Description |
|---|---|
Point |
DefaultCaret.getMagicCaretPosition()
Gets the saved caret position.
|
Point |
Caret.getMagicCaretPosition()
Gets the current caret visual location.
|
| Modifier and Type | Method and Description |
|---|---|
int |
JTextComponent.AccessibleJTextComponent.getIndexAtPoint(Point
Given a point in local coordinates, return the zero-based index of the character under that Point.
|
void |
DefaultCaret.setMagicCaretPosition(Point
Saves the current caret position.
|
void |
Caret.setMagicCaretPosition(Point
Set the current caret visual location.
|
int |
JTextComponent.viewToModel(Point
Converts the given place in the view coordinate system to the nearest representative location in the model.
|