|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
inetsoft.report.PreviewPane.StatusScrollPane
protected class PreviewPane.StatusScrollPane
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
static int |
H_FILL
H_FILL disable horizontal scrolling. |
static int |
H_SCROLL
H_SCROLL is the default setting. |
static int |
V_FILL
V_FILL disable vertical scrolling. |
static int |
V_SCROLL
V_SCROLL is the default setting. |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
PreviewPane.StatusScrollPane()
|
|
| Method Summary | |
|---|---|
Component |
add(Component comp)
Add a component to the decorator. |
void |
add(Component comp,
Object o)
Add a component to the decorator. |
Adjustable |
createHorizontalScrollBar()
Create the horizontal scroll bar. |
Adjustable |
createVerticalScrollBar()
Create the horizontal scroll bar. |
void |
doLayout()
Layout the managed component. |
Component |
getComponent()
Get the managed component. |
Adjustable |
getHAdjustable()
Get the horizontal scrollbar. |
Dimension |
getPreferredSize()
Return the preferred size. |
int |
getScrollOption()
Get the scrolling option. |
Adjustable |
getVAdjustable()
Get the vertical scrollbar. |
Container |
getViewport()
Get the viewport container. |
Dimension |
getViewportSize()
Get the scroller viewport size. |
boolean |
isForce()
Check if the scrollbars are always present. |
void |
paint(Graphics g)
Double buffering. |
void |
setBlockIncrement(int direction,
int inc)
Set the page increment value for the specified scrollbar. |
void |
setBounds(int x,
int y,
int w,
int h)
Use reshape as the initialization function. |
void |
setComponent(Component comp)
Set the managed component of this pScrollPane. |
void |
setForce(boolean always)
Set whether the scrollbars are always present. |
void |
setPreferredSize(int w,
int h)
Set the preferred size of this scroll control. |
void |
setScrollOption(int opt)
Set the scrolling option. |
void |
setUnitIncrement(int direction,
int inc)
Set the line increment value for the specified scrollbar. |
void |
sync()
Simulate an adjustment change. |
void |
update(Graphics g)
|
void |
validate()
This method can be called by the scrolled component to signal a need to recalculate the scrollbar values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int H_SCROLL
public static final int H_FILL
public static final int V_SCROLL
public static final int V_FILL
| Constructor Detail |
|---|
public PreviewPane.StatusScrollPane()
| Method Detail |
|---|
public Adjustable createHorizontalScrollBar()
public void setForce(boolean always)
public boolean isForce()
public void sync()
public void setPreferredSize(int w,
int h)
w - preferred width;h - preferred height;public Component add(Component comp)
add in class Container
public void add(Component comp,
Object o)
add in class Containerpublic void setComponent(Component comp)
comp - managed component.public Container getViewport()
public Component getComponent()
public void validate()
validate in class Containerpublic int getScrollOption()
public void setScrollOption(int opt)
opt - a bitwise or of the scrolling options.
public void setUnitIncrement(int direction,
int inc)
direction - specifies scrollbar, Scrollbar.HORIZONTAL or
Scrollbar.VERTICAL.inc - line increment.
public void setBlockIncrement(int direction,
int inc)
direction - specifies scrollbar, Scrollbar.HORIZONTAL or
Scrollbar.VERTICAL.inc - page increment.
public void setBounds(int x,
int y,
int w,
int h)
setBounds in class Componentx - x coordinate.y - y coordinate.w - width.h - height.public void doLayout()
doLayout in class Containerpublic Dimension getViewportSize()
public Adjustable getVAdjustable()
public Adjustable getHAdjustable()
public Dimension getPreferredSize()
getPreferredSize in class Containerpublic Adjustable createVerticalScrollBar()
public void paint(Graphics g)
public void update(Graphics g)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||