Package | Description |
---|---|
org.netbeans.editor | |
org.netbeans.editor.ext |
Completion Design View
|
Modifier and Type | Field and Description |
---|---|
static PopupManager.HorizontalBounds |
PopupManager.ScrollBarBounds
Place popup inside the whole scrollbar
|
static PopupManager.HorizontalBounds |
PopupManager.ViewPortBounds
Place popup inside the scrollbar's viewport
|
Modifier and Type | Method and Description |
---|---|
protected static Rectangle |
PopupManager.computeBounds(JComponent popup,
int viewWidth,
int viewHeight,
Rectangle cursorBounds,
PopupManager.Placement originalPlacement,
PopupManager.HorizontalBounds horizontalBounds)
Computes a best-fit bounds of popup panel
according to available space in the underlying view
(visible part of the pane).
|
protected static Rectangle |
PopupManager.computeBounds(JComponent popup,
JComponent view,
Rectangle cursorBounds,
PopupManager.Placement placement,
PopupManager.HorizontalBounds horizontalBounds)
Variation of the method for computing the bounds
for the concrete view component.
|
void |
PopupManager.install(JComponent popup,
Rectangle cursorBounds,
PopupManager.Placement placement,
PopupManager.HorizontalBounds horizontalBounds) |
void |
PopupManager.install(JComponent popup,
Rectangle cursorBounds,
PopupManager.Placement placement,
PopupManager.HorizontalBounds horizontalBounds,
int horizontalAdjustment,
int verticalAdjustment) |
Modifier and Type | Method and Description |
---|---|
void |
ToolTipSupport.setToolTip(JComponent toolTip,
PopupManager.HorizontalBounds horizontalBounds,
Point placeAt,
int horizontalAdjustment,
int verticalAdjustment,
int flags)
Sets the tooltip.
|
void |
ToolTipSupport.setToolTip(JComponent toolTip,
PopupManager.HorizontalBounds horizontalBounds,
PopupManager.Placement placement) |
void |
ToolTipSupport.setToolTip(JComponent toolTip,
PopupManager.HorizontalBounds horizontalBounds,
PopupManager.Placement placement,
int horizontalAdjustment,
int verticalAdjustment) |
void |
ToolTipSupport.setToolTip(JComponent toolTip,
PopupManager.HorizontalBounds horizontalBounds,
PopupManager.Placement placement,
int horizontalAdjustment,
int verticalAdjustment,
int flags) |