MDateSelector

mseries.ui
Class TableTest

java.lang.Object
  extended by mseries.ui.TableTest

public class TableTest
extends Object

A very simple demonstration class showing the MDateCellEditor which is not much more than a simple wrapping of MDateEntryField to use it as an editor and a renderer for a Date object within a JTable.

Please take a close look at the table model that is used in this sample, it always returns the same values for each cell, the edits have no effect. This is intentional, the point of the code is to demonstrate the use of MDateCellEditor only.


Constructor Summary
TableTest()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableTest

public TableTest()
Method Detail

main

public static void main(String[] args)

MDateSelector

Copyright © 2001-2007 M Newstead. All Rights Reserved.