|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ochafik.swing.FormUtils
public class FormUtils
| 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 |
|---|
public FormUtils()
| Method Detail |
|---|
public static Action createUndoAction(UndoManager undoManager,
String name)
public static Action createRedoAction(UndoManager undoManager,
String name)
public static void registerUndoRedoActions(JComponent jtc,
Action undoAction,
Action redoAction)
public static final void addUndoRedoSupport(JTextComponent jtc)
public static final JPanel makeEntriesPanel(BeansController<?> beansController,
int widthMin,
FormElement[] formElements)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||