|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.text.JTextComponent
javax.swing.JEditorPane
javax.swing.JTextPane
jdbreport.grid.JReportGrid.AbstractReportRenderer
protected abstract static class JReportGrid.AbstractReportRenderer
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JEditorPane |
---|
JEditorPane.AccessibleJEditorPane, JEditorPane.AccessibleJEditorPaneHTML, JEditorPane.JEditorPaneAccessibleHypertextSupport |
Nested classes/interfaces inherited from class javax.swing.text.JTextComponent |
---|
JTextComponent.AccessibleJTextComponent, JTextComponent.DropLocation, JTextComponent.KeyBinding |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
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 | |
---|---|
protected int |
angle
|
protected Cell |
cell
|
protected boolean |
hasFocus
|
protected int |
horizontalAlignment
|
protected static Border |
noFocusBorder
|
protected boolean |
printState
|
protected int |
rowMargin
|
protected int |
verticalAlignment
|
Fields inherited from class javax.swing.JEditorPane |
---|
HONOR_DISPLAY_PROPERTIES, W3C_LENGTH_UNITS |
Fields inherited from class javax.swing.text.JTextComponent |
---|
DEFAULT_KEYMAP, FOCUS_ACCELERATOR_KEY |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
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 | |
---|---|
JReportGrid.AbstractReportRenderer()
|
Method Summary | |
---|---|
void |
firePropertyChange(String propertyName,
boolean oldValue,
boolean newValue)
|
Component |
getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column)
|
int |
getTextHeight(ReportModel model,
int row,
int column)
|
void |
invalidate()
|
protected void |
paintBorder(Graphics g)
|
void |
paintComponent(Graphics g)
|
void |
repaint()
|
void |
repaint(long tm,
int x,
int y,
int width,
int height)
|
void |
repaint(Rectangle r)
|
void |
revalidate()
|
void |
setCell(Cell cell)
|
protected void |
setCellStyle(CellStyle style)
|
void |
setWordWrap(boolean wrap)
|
void |
updateUI()
|
void |
validate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final Border noFocusBorder
protected Cell cell
protected int verticalAlignment
protected int horizontalAlignment
protected boolean hasFocus
protected int angle
protected int rowMargin
protected boolean printState
Constructor Detail |
---|
public JReportGrid.AbstractReportRenderer()
Method Detail |
---|
public void updateUI()
updateUI
in class JTextComponent
public void setCell(Cell cell)
setCell
in interface ReportCellRenderer
public void invalidate()
invalidate
in class Container
public void validate()
validate
in class Container
public void revalidate()
revalidate
in class JComponent
public void repaint(long tm, int x, int y, int width, int height)
repaint
in class JComponent
public void repaint(Rectangle r)
repaint
in class JComponent
public void repaint()
repaint
in class Component
public void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)
firePropertyChange
in class JComponent
public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
getTableCellRendererComponent
in interface TableCellRenderer
protected void setCellStyle(CellStyle style)
public void paintComponent(Graphics g)
paintComponent
in class JComponent
protected void paintBorder(Graphics g)
paintBorder
in class JComponent
public int getTextHeight(ReportModel model, int row, int column)
getTextHeight
in interface ReportCellRenderer
public void setWordWrap(boolean wrap)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |