net.sf.sqs_xml.editor.sqs.swing
Class SQSSourceEditorMediator
java.lang.Object
net.sf.sqs_xml.editor.base.swing.SourceEditorMediator
net.sf.sqs_xml.editor.sqs.swing.SQSSourceEditorMediator
- public class SQSSourceEditorMediator
- extends SourceEditorMediator
- Author:
- hiroya
Field Summary |
static java.lang.String |
BASEURI
|
static java.lang.String |
TITLE
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TITLE
public static final java.lang.String TITLE
- See Also:
- Constant Field Values
BASEURI
public static final java.lang.String BASEURI
SQSSourceEditorMediator
public SQSSourceEditorMediator(java.net.URL url)
throws java.lang.Exception
SQSSourceEditorMediator
public SQSSourceEditorMediator(java.io.File file)
throws java.lang.Exception
SQSSourceEditorMediator
public SQSSourceEditorMediator()
throws java.lang.Exception
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in class SourceEditorMediator
getBackgroundPanel
public javax.swing.JPanel getBackgroundPanel()
- Specified by:
getBackgroundPanel
in class SourceEditorMediator
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
createSourceManager
public SourceManager createSourceManager()
- Specified by:
createSourceManager
in class SourceEditorMediator
createSourceEditorMenuBarMediator
public SourceEditorMenuBarMediator createSourceEditorMenuBarMediator()
- Specified by:
createSourceEditorMenuBarMediator
in class SourceEditorMediator
createSourceEditorToolBar
public SourceEditorToolBar createSourceEditorToolBar()
- Specified by:
createSourceEditorToolBar
in class SourceEditorMediator
createSourceEditorTabbedPane
public SourceEditorTabbedPane createSourceEditorTabbedPane(SourceEditorMediator mediator)
- Specified by:
createSourceEditorTabbedPane
in class SourceEditorMediator