KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > event > TableColumnModelEvent > Top Examples

  • org.jdesktop.swing.util.ColumnModelReport
    A TableColumnListener that stores the received TableColumnEvents.
  • org.jdesktop.jdnc.JNTable
    High level table component which displays tabular data from a data model in a scrollable view. @author Ramesh Gupta @author Amy Fowler @javabean.class displayName="Table Component" name="JNTable" shortDesctiption="A simplified table component" @javabean.icons color16="/javax/swing/beaninfo/imag ...
  • org.jdesktop.swing.table.TableColumnModelTest
    Skeleton to unit test DefaultTableColumnExt. Incomplete list of issues to test: fired added after setVisible(true) behaviour when adding/removing invisible columns selection state @author Jeanette Winzenburg
  • org.jdesktop.swing.table.DefaultTableColumnModelExt
    A default implementation supporting invisible columns. Note (JW): hot fixed issues #156, #157. To really do it need enhanced TableColumnModelEvent and -Listeners that are aware of the event. @author Richard Bair
Popular Tags