com.ochafik.swing
Class FormUtils
java.lang.Object
com.ochafik.swing.FormUtils
public class FormUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormUtils
public FormUtils()
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.