org.softsmithy.lib.swing.action
Class TableActionFactory

java.lang.Object
  extended by org.softsmithy.lib.util.TypesafeEnum
      extended by org.softsmithy.lib.swing.action.StandardActionFactory
          extended by org.softsmithy.lib.swing.action.TableActionFactory
All Implemented Interfaces:
Localizable

public class TableActionFactory
extends StandardActionFactory

http://java.sun.com/developer/techDocs/hi/repository/TBG_Table.html

Author:
puce

Field Summary
static TableActionFactory COLUMN_DELETE
           
static TableActionFactory COLUMN_INSERT_AFTER
           
static TableActionFactory COLUMN_INSERT_BEFORE
           
static TableActionFactory ROW_DELETE
           
static TableActionFactory ROW_INSERT_AFTER
           
static TableActionFactory ROW_INSERT_BEFORE
           
 
Method Summary
 
Methods inherited from class org.softsmithy.lib.swing.action.StandardActionFactory
configureXAction, createXAction
 
Methods inherited from class org.softsmithy.lib.util.TypesafeEnum
equals, getDisplayString, getResourceBundleBaseName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

COLUMN_DELETE

public static final TableActionFactory COLUMN_DELETE

COLUMN_INSERT_AFTER

public static final TableActionFactory COLUMN_INSERT_AFTER

COLUMN_INSERT_BEFORE

public static final TableActionFactory COLUMN_INSERT_BEFORE

ROW_DELETE

public static final TableActionFactory ROW_DELETE

ROW_INSERT_AFTER

public static final TableActionFactory ROW_INSERT_AFTER

ROW_INSERT_BEFORE

public static final TableActionFactory ROW_INSERT_BEFORE


Copyright © 2002-2011 SoftSmithy. All Rights Reserved.