com.ochafik.swing
Class FormUtils

java.lang.Object
  extended by com.ochafik.swing.FormUtils

public class FormUtils
extends Object


Constructor Summary
FormUtils()
           
 
Method Summary
static void addUndoRedoSupport(JTextComponent jtc)
           
static Action createRedoAction(UndoManager undoManager, String name)
           
static Action createUndoAction(UndoManager undoManager, String name)
           
static JPanel makeEntriesPanel(BeansController<?> beansController, int widthMin, FormElement[] formElements)
           
static void registerUndoRedoActions(JComponent jtc, Action undoAction, Action redoAction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormUtils

public FormUtils()
Method Detail

createUndoAction

public static Action createUndoAction(UndoManager undoManager,
                                      String name)

createRedoAction

public static Action createRedoAction(UndoManager undoManager,
                                      String name)

registerUndoRedoActions

public static void registerUndoRedoActions(JComponent jtc,
                                           Action undoAction,
                                           Action redoAction)

addUndoRedoSupport

public static final void addUndoRedoSupport(JTextComponent jtc)

makeEntriesPanel

public static final JPanel makeEntriesPanel(BeansController<?> beansController,
                                            int widthMin,
                                            FormElement[] formElements)


Copyright © 2009. All Rights Reserved.