| org.isqlviewer.ui.AbstractApplicationView org.isqlviewer.ui.AbstractObjectEditor
All known Subclasses: org.isqlviewer.ui.BookmarkEditor,
AbstractObjectEditor | abstract public class AbstractObjectEditor extends AbstractApplicationView (Code) | | Abstract class for defining an editor.
author: Mark A. Kobold <mkobold at isqlviewer dot com> version: 1.0 |
initializeView | abstract public void initializeView(Object object)(Code) | | |
Methods inherited from org.isqlviewer.ui.AbstractApplicationView | protected void addButton(JToolBar toolbar, SwingEventManager manager, Action action)(Code)(Java Doc) protected void addDynamicAction(JMenu menu, SwingEventManager manager, String icon, int key, String text)(Code)(Java Doc) protected void addDynamicGroupAction(JMenu menu, String icon, ButtonGroup group, int key, String text)(Code)(Java Doc) protected void addMenuItem(JMenu menu, Action action)(Code)(Java Doc) protected void addRadioButtonMenuItem(JMenu menu, ButtonGroup group, Action a)(Code)(Java Doc) protected void addRadioButtonMenuItem(JMenu menu, ButtonGroup group, Action a, boolean selected)(Code)(Java Doc) protected void configureButton(SwingEventManager manager, AbstractButton button, Action action)(Code)(Java Doc) protected void configureMenuItem(JMenuItem menuItem, Action action)(Code)(Java Doc) protected static GridBagConstraints constrain(int x, int y, int w, int h, double wx, double wy, int a, int f)(Code)(Java Doc) protected JMenu createMenu(String name)(Code)(Java Doc) final protected static void localizeTextComponent(JTextComponent txt, UndoManager mgr)(Code)(Java Doc) final protected static void unlocalizeTextComponent(JTextComponent txt, UndoManager mgr)(Code)(Java Doc)
|
|
|