JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class AfterDetailsFormat

java.lang.Object
  |
  +--com.klg.jclass.higrid.RowFormat
        |
        +--com.klg.jclass.higrid.ShowableRowFormat
              |
              +--com.klg.jclass.higrid.AfterDetailsFormat
All Implemented Interfaces:
Serializable

public class AfterDetailsFormat
extends ShowableRowFormat

An AfterDetailsFormat object describes a row which is displayed after a group of one or more tables and contains detail summary information about those tables.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.klg.jclass.higrid.RowFormat
COLUMN_SIZING_TOLERANCE, MIXED_BORDER_STYLES, MIXED_SIZE, MIXED_STYLE, ROW_SIZING_TOLERANCE
 
Constructor Summary
AfterDetailsFormat()
          Default Constructor.
 
Method Summary
 String toString()
          Returns a string representation of the object.
 
Methods inherited from class com.klg.jclass.higrid.ShowableRowFormat
isShowing, setShowing
 
Methods inherited from class com.klg.jclass.higrid.RowFormat
calculatePreferredHeight, checkForRowResizing, computeSize, computeWidth, createEditStatus, createIndicatorFormats, createNodeFormat, draw, drawCells, findFromFormat, getActualColumnIndex, getAllowHeightSizing, getBackground, getBorderInsets, getBorderStyle, getDataFormats, getDataWidth, getFirstVisibleCell, getFontName, getFontSize, getFontStyle, getForeground, getHeaderLabel, getHeight, getIndicatorFormats, getIndicatorIndent, getInitialLevelIndent, getLastVisibleCell, getMetaData, getNodeIndent, getParent, getPreferredHeight, getTotalPrintWidth, getTotalWidth, getVisibleColumnCount, getVisibleColumnIndex, getWidth, getXPosition, heightChanged, hitTest, hitTestWithinRow, nextRow, nullDraw, prepareDrawingArea, setAllowHeightSizing, setBackground, setBorderInsets, setBorderStyle, setCellStyle, setCellStyle, setCellWidths, setDataCellStyle, setDataFormats, setFont, setForeground, setHeight, setIndicatorCellStyle, setIndicatorFormats, setMetaData, setParent, setWidth, shouldConnect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AfterDetailsFormat

public AfterDetailsFormat()
Default Constructor.

Method Detail

toString

public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object
Returns:
a string representation of the object.

Copyright © 2004 Quest Software Inc..
All rights reserved.