|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Bounds in org.nakedobjects.plugins.dnd |
|---|
| Methods in org.nakedobjects.plugins.dnd that return Bounds | |
|---|---|
Bounds |
View.getBounds()
Returns the bounding rectangle that describes where (within it parent), and how big, this view is. |
| Methods in org.nakedobjects.plugins.dnd with parameters of type Bounds | |
|---|---|
void |
InteractionSpy.addDamagedArea(Bounds bounds)
|
Canvas |
Canvas.createSubcanvas(Bounds bounds)
|
void |
Canvas.drawDebugOutline(Bounds bounds,
int baseline,
Color color)
|
void |
Viewer.markDamaged(Bounds bounds)
|
void |
View.markDamaged(Bounds bounds)
|
boolean |
Canvas.overlaps(Bounds bounds)
|
void |
View.setBounds(Bounds bounds)
|
| Uses of Bounds in org.nakedobjects.plugins.dnd.bootstrap |
|---|
| Methods in org.nakedobjects.plugins.dnd.bootstrap with parameters of type Bounds | |
|---|---|
void |
DndViewer.setBounds(Bounds bounds)
|
| Uses of Bounds in org.nakedobjects.plugins.dnd.viewer |
|---|
| Methods in org.nakedobjects.plugins.dnd.viewer that return Bounds | |
|---|---|
Bounds |
XViewer.getOverlayBounds()
|
| Methods in org.nakedobjects.plugins.dnd.viewer with parameters of type Bounds | |
|---|---|
Canvas |
AwtCanvas.createSubcanvas(Bounds bounds)
|
void |
AwtCanvas.drawDebugOutline(Bounds bounds,
int baseline,
Color color)
|
void |
XViewer.markDamaged(Bounds bounds)
|
boolean |
AwtCanvas.overlaps(Bounds bounds)
|
| Uses of Bounds in org.nakedobjects.plugins.dnd.viewer.action |
|---|
| Methods in org.nakedobjects.plugins.dnd.viewer.action that return Bounds | |
|---|---|
Bounds |
AbstractControlView.getBounds()
|
| Methods in org.nakedobjects.plugins.dnd.viewer.action with parameters of type Bounds | |
|---|---|
void |
AbstractControlView.limitBoundsWithin(Bounds bounds)
|
void |
AbstractControlView.markDamaged(Bounds bounds)
|
void |
AbstractControlView.setBounds(Bounds bounds)
|
| Uses of Bounds in org.nakedobjects.plugins.dnd.viewer.basic |
|---|
| Constructors in org.nakedobjects.plugins.dnd.viewer.basic with parameters of type Bounds | |
|---|---|
ResizeDrag(View view,
Bounds resizeArea,
int direction)
|
|
ResizeDrag(View view,
Bounds resizeArea,
int direction,
Size minimumSize,
Size maximumSize)
|
|
ViewResizeOutline(Bounds resizeArea)
|
|
| Uses of Bounds in org.nakedobjects.plugins.dnd.viewer.border |
|---|
| Methods in org.nakedobjects.plugins.dnd.viewer.border that return Bounds | |
|---|---|
protected Bounds |
AbstractBorder.contentArea()
|
Bounds |
AbstractViewDecorator.getBounds()
|
Bounds |
ScrollBorder.getBounds()
|
protected Bounds |
ScrollBorder.viewportArea()
|
| Methods in org.nakedobjects.plugins.dnd.viewer.border with parameters of type Bounds | |
|---|---|
void |
AbstractViewDecorator.markDamaged(Bounds bounds)
|
void |
ScrollBorder.markDamaged(Bounds bounds)
|
void |
AbstractWindowBorder.setBounds(Bounds bounds)
|
void |
AbstractViewDecorator.setBounds(Bounds bounds)
|
void |
ScrollBorder.setBounds(Bounds bounds)
|
void |
AbstractBorder.setBounds(Bounds bounds)
|
void |
ButtonBorder.setBounds(Bounds bounds)
|
| Uses of Bounds in org.nakedobjects.plugins.dnd.viewer.debug |
|---|
| Methods in org.nakedobjects.plugins.dnd.viewer.debug with parameters of type Bounds | |
|---|---|
Canvas |
DebugCanvas.createSubcanvas(Bounds bounds)
|
Canvas |
DebugCanvasAbsolute.createSubcanvas(Bounds bounds)
|
void |
DebugCanvas.drawDebugOutline(Bounds bounds,
int baseline,
Color color)
|
void |
DebugCanvasAbsolute.drawDebugOutline(Bounds bounds,
int baseline,
Color color)
|
boolean |
DebugCanvas.overlaps(Bounds bounds)
|
boolean |
DebugCanvasAbsolute.overlaps(Bounds bounds)
|
| Constructors in org.nakedobjects.plugins.dnd.viewer.debug with parameters of type Bounds | |
|---|---|
DebugCanvas(DebugString buffer,
Bounds bounds)
|
|
DebugCanvasAbsolute(DebugString buffer,
Bounds bounds)
|
|
| Uses of Bounds in org.nakedobjects.plugins.dnd.viewer.drawing |
|---|
| Methods in org.nakedobjects.plugins.dnd.viewer.drawing with parameters of type Bounds | |
|---|---|
boolean |
Bounds.intersects(Bounds bounds)
Determines whether this bounds overlaps the specified bounds. |
boolean |
Bounds.limitBounds(Bounds toLimit)
Limits the specified bounds so that it fits within this bounds. |
void |
Bounds.setBounds(Bounds bounds)
|
void |
Bounds.union(Bounds bounds)
|
| Constructors in org.nakedobjects.plugins.dnd.viewer.drawing with parameters of type Bounds | |
|---|---|
Bounds(Bounds bounds)
|
|
| Uses of Bounds in org.nakedobjects.plugins.dnd.viewer.tree |
|---|
| Methods in org.nakedobjects.plugins.dnd.viewer.tree that return Bounds | |
|---|---|
protected Bounds |
TreeNodeBorder.contentArea()
|
| Uses of Bounds in org.nakedobjects.plugins.dnd.viewer.view.simple |
|---|
| Methods in org.nakedobjects.plugins.dnd.viewer.view.simple that return Bounds | |
|---|---|
Bounds |
AbstractView.getBounds()
|
| Methods in org.nakedobjects.plugins.dnd.viewer.view.simple with parameters of type Bounds | |
|---|---|
void |
AbstractView.limitBoundsWithin(Bounds containerBounds)
Limits the bounds of the this view (when being moved or dropped) so it never extends outside the specified bounds e.g. |
void |
AbstractView.markDamaged(Bounds bounds)
|
void |
AbstractView.setBounds(Bounds bounds)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||