| java.lang.Object net.suberic.util.gui.propedit.PropertyEditorFactory net.suberic.util.gui.propedit.DesktopPropertyEditorFactory
DesktopPropertyEditorFactory | public class DesktopPropertyEditorFactory extends PropertyEditorFactory (Code) | | A factory which can be used to create PropertyEditorUI's.
|
DesktopPropertyEditorFactory | public DesktopPropertyEditorFactory(VariableBundle bundle, JDesktopPane newDesktop)(Code) | | Creates a PropertyEditorFactory using the given VariableBundle as
a source.
|
DesktopPropertyEditorFactory | public DesktopPropertyEditorFactory(VariableBundle bundle)(Code) | | Creates a PropertyEditorFactory using the given VariableBundle as
a source.
|
createEditorWindow | public Container createEditorWindow(String title, List properties, List templates, PropertyEditorManager mgr)(Code) | | This method returns an EditorWindow (a JFrame in this
implementation) which has an editor for each property in the
properties Vector. The title string is the title of the
JInternalFrame.
|
showError | public void showError(Object component, String errorMessage)(Code) | | Shows an error message.
|
Methods inherited from net.suberic.util.gui.propedit.PropertyEditorFactory | public PropertyEditorUI createEditor(String property, String editorTemplate, PropertyEditorManager mgr)(Code)(Java Doc) public PropertyEditorUI createEditor(String property, String editorTemplate, PropertyEditorManager mgr, boolean enabled)(Code)(Java Doc) public PropertyEditorUI createEditor(String property, String editorTemplate, String type, PropertyEditorManager mgr, boolean enabled)(Code)(Java Doc) public PropertyEditorUI createEditor(List properties, List editorTemplates, PropertyEditorManager mgr)(Code)(Java Doc) public Container createEditorWindow(String title, List properties)(Code)(Java Doc) public Container createEditorWindow(String title, List properties, List templates)(Code)(Java Doc) public Container createEditorWindow(String title, List properties, List templates, PropertyEditorManager mgr)(Code)(Java Doc) public VariableBundle getSourceBundle()(Code)(Java Doc) public void showError(Object component, String errorMessage)(Code)(Java Doc) public String showInputDialog(SwingPropertyEditor dpe, String query)(Code)(Java Doc) public void showNewEditorWindow(String title, List properties)(Code)(Java Doc) public void showNewEditorWindow(String title, List properties, List templates)(Code)(Java Doc) public void showNewEditorWindow(String title, List properties, List templates, PropertyEditorManager mgr)(Code)(Java Doc) public void showNewEditorWindow(String title, PropertyEditorUI editor)(Code)(Java Doc)
|
|
|