JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class RecordFormat

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

public class RecordFormat
extends RowFormat

A RecordFormat object describes a row which is one of a group of records within a single table.

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
RecordFormat()
          Default Constructor.
 
Method Summary
 String toString()
          Returns a string representation of the object.
 
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, isShowing, nextRow, nullDraw, prepareDrawingArea, setAllowHeightSizing, setBackground, setBorderInsets, setBorderStyle, setCellStyle, setCellStyle, setCellWidths, setDataCellStyle, setDataFormats, setFont, setForeground, setHeight, setIndicatorCellStyle, setIndicatorFormats, setMetaData, setParent, setShowing, setWidth, shouldConnect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordFormat

public RecordFormat()
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.