JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class IndicatorCellFormat

java.lang.Object
  |
  +--com.klg.jclass.higrid.CellStyle
        |
        +--com.klg.jclass.higrid.CellFormat
              |
              +--com.klg.jclass.higrid.IndicatorCellFormat
All Implemented Interfaces:
CellStyleModel, Cloneable, JCCellInfo, Serializable
Direct Known Subclasses:
EditStatusCellFormat, NodeCellFormat

public abstract class IndicatorCellFormat
extends CellFormat

Classes that inherit from IndicatorCellFormat tend to manage certain properties as class properties. The BorderInsets, MarginInsets, width and showing properties are thus global to all subclasses of IndicatorCellFormat.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.klg.jclass.higrid.CellFormat
drawingArea, drawingAreaValid, editable, editor, editorName, height, MINIMUM_INITIAL_HEADER_WIDTH, name, parent, preferredTotalArea, preferredTotalAreaValid, renderer, rendererName, rowHeightIsValid, showing, sortable, text, totalArea, totalAreaValid, translationOffset, translationOffsetValid, type, width
 
Fields inherited from class com.klg.jclass.higrid.CellStyle
allowWidthSizing, backgroundColor, borderInsets, borderStyle, clipHints, editHeightPolicy, editWidthPolicy, font, foregroundColor, horizontalAlignment, marginInsets, selectAll, selectedBackgroundColor, selectedForegroundColor, verticalAlignment
 
Fields inherited from interface com.klg.jclass.cell.JCCellInfo
BOTTOM, CENTER, LEFT, RIGHT, SHOW_ALL, SHOW_HORIZONTAL, SHOW_NONE, SHOW_VERTICAL, TOP
 
Constructor Summary
IndicatorCellFormat()
           
 
Methods inherited from class com.klg.jclass.higrid.CellFormat
calculateDrawingArea, calculatePreferredTotalArea, calculateTotalArea, calculateTranslationOffset, getCellEditor, getCellEditorName, getCellRenderer, getCellRendererName, getDataType, getDrawingArea, getFontHeight, getFontHeight, getHeight, getName, getOtherCellFormat, getParent, getPreferredTotalArea, getSortable, getStringWidth, getText, getTotalArea, getTranslationOffset, getType, getWidth, isEditable, isEnabled, isShowing, rowHeightChanged, setAllowWidthSizing, setBorderInsets, setCellEditor, setCellEditorName, setCellRenderer, setCellRendererName, setDefaultSize, setEditable, setFont, setHeight, setMarginInsets, setName, setOtherShowing, setOtherWidth, setParent, setShowing, setSortable, setText, setType, setWidth, setWidth, widthChanged
 
Methods inherited from class com.klg.jclass.higrid.CellStyle
copyFromCellStyle, copyPlafFromCellStyle, getAllowWidthSizing, getBackground, getBorderInsets, getBorderStyle, getClipHints, getEditHeightPolicy, getEditWidthPolicy, getFont, getForeground, getHorizontalAlignment, getMarginInsets, getSelectAll, getSelectedBackground, getSelectedForeground, getVerticalAlignment, setBackground, setBorderStyle, setClipHints, setEditHeightPolicy, setEditWidthPolicy, setFont, setForeground, setHorizontalAlignment, setOtherAllowWidthSizing, setSelectAll, setSelectedBackground, setSelectedForeground, setVerticalAlignment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.klg.jclass.cell.JCCellInfo
getBackground, getBorderInsets, getBorderStyle, getClipHints, getFont, getForeground, getHorizontalAlignment, getMarginInsets, getSelectAll, getSelectedBackground, getSelectedForeground, getVerticalAlignment
 

Constructor Detail

IndicatorCellFormat

public IndicatorCellFormat()

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