Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.trapezium.chisel
Class ChiselRow.ChiselOptionTable  view ChiselRow.ChiselOptionTable download ChiselRow.ChiselOptionTable.java

java.lang.Object
  extended bycom.trapezium.chisel.GuiAdapter
      extended bycom.trapezium.chisel.ChiselPane
          extended bycom.trapezium.chisel.Table
              extended bycom.trapezium.chisel.ChiselRow.ChiselOptionTable
All Implemented Interfaces:
java.awt.event.ActionListener, com.trapezium.chisel.gui.DisplayConstants, java.util.EventListener, java.awt.LayoutManager, ProcessedFileViewer
Enclosing class:
ChiselRow

class ChiselRow.ChiselOptionTable
extends Table
implements java.awt.event.ActionListener


Nested Class Summary
 
Nested classes inherited from class com.trapezium.chisel.Table
Table.RowTracker
 
Field Summary
 
Fields inherited from class com.trapezium.chisel.Table
collapsed, defaultCellInsets, header, HEADER, leftCol, lineDim, rows, rowTracker, selectedRow, topRow, visibleCols, visibleRows
 
Fields inherited from class com.trapezium.chisel.GuiAdapter
stretchLast
 
Fields inherited from interface com.trapezium.chisel.gui.DisplayConstants
BOTTOM_MARGIN, DEFAULT_ACTIVECOLOR, DEFAULT_BGCOLOR, DEFAULT_BORDERCOLOR, DEFAULT_CONTROLCOLOR, DEFAULT_DECAL, DEFAULT_FADEDTEXTCOLOR, DEFAULT_FRAMECOLOR, DEFAULT_GROOVECOLOR, DEFAULT_INACTIVECOLOR, DEFAULT_LITESHADOWCOLOR, DEFAULT_PANECOLOR, DEFAULT_POPUPCOLOR, DEFAULT_POPUPTEXTCOLOR, DEFAULT_PROGRESSBARCOLOR, DEFAULT_ROWHEADERCOLOR, DEFAULT_RULECOLOR, DEFAULT_SELECTEDCOLOR, DEFAULT_SELECTEDTEXTCOLOR, DEFAULT_SHADOWCOLOR, DEFAULT_STATUSBARCOLOR, DEFAULT_TABLECOLOR, DEFAULT_TEXTCOLOR, DEFAULT_TILE, DEFAULT_TILEX, DEFAULT_TILEY, DEFAULT_TITLETEXTCOLOR, DEFAULT_TOOLBARCOLOR, DEFAULT_TOOLTIPCOLOR, DEFAULT_TOPTABLECOLOR, DEFAULT_WORKSPACECOLOR, FRAMED_BORDER, HGAP, LEFT_MARGIN, LOWERED_BORDER, NO_BORDER, RAISED_BORDER, RIGHT_MARGIN, THICK_BORDER, THIN_BORDER, TOP_MARGIN, VGAP
 
Constructor Summary
ChiselRow.ChiselOptionTable(ChiselDescriptor chisel)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method is invoked when an action occurs.
 TableRow createHeader(int columns, java.awt.Insets insets, java.lang.Object data)
          by returning null from createHeader we make this a headerless table
(package private)  java.awt.Color inBetween(java.awt.Color c1, java.awt.Color c2)
           
 
Methods inherited from class com.trapezium.chisel.Table
createRow, dump, getColumnWidth, getEmWidth, getHeader, getNumberRows, getRow, getRowHeight, getSizeForDims, isCollapsed, isExpandible, layoutContainer, minimumLayoutSize, preferredLayoutSize, setCollapsed, setExpandible, setNumberRows
 
Methods inherited from class com.trapezium.chisel.ChiselPane
empty, fileDone, fileUpdated, getProcessedFile, save, setProcessedFile
 
Methods inherited from class com.trapezium.chisel.GuiAdapter
addLayoutComponent, getComponent, getContainer, maximumLayoutSize, removeLayoutComponent, setComponent, setContainer, setStretchLast, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.trapezium.chisel.ProcessedFileViewer
getComponent
 

Constructor Detail

ChiselRow.ChiselOptionTable

public ChiselRow.ChiselOptionTable(ChiselDescriptor chisel)
Method Detail

createHeader

public TableRow createHeader(int columns,
                             java.awt.Insets insets,
                             java.lang.Object data)
by returning null from createHeader we make this a headerless table

Overrides:
createHeader in class Table

inBetween

java.awt.Color inBetween(java.awt.Color c1,
                         java.awt.Color c2)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Description copied from interface: java.awt.event.ActionListener
This method is invoked when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener