net.sf.sqs_xml.editor.sqs.swing
Class SQSSourceEditorMediator

java.lang.Object
  extended bynet.sf.sqs_xml.editor.base.swing.SourceEditorMediator
      extended bynet.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
           
 
Constructor Summary
SQSSourceEditorMediator()
           
SQSSourceEditorMediator(java.io.File file)
           
SQSSourceEditorMediator(java.net.URL url)
           
 
Method Summary
 SourceEditorMenuBarMediator createSourceEditorMenuBarMediator()
           
 SourceEditorTabbedPane createSourceEditorTabbedPane(SourceEditorMediator mediator)
           
 SourceEditorToolBar createSourceEditorToolBar()
           
 SourceManager createSourceManager()
           
 javax.swing.JPanel getBackgroundPanel()
           
 java.lang.String getTitle()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class net.sf.sqs_xml.editor.base.swing.SourceEditorMediator
fireSourceChanged, getCurrentEditorPane, getCurrentEditorScrollPane, getCurrentTreePane, getFrame, getMenuBarMediator, getSourceEditorTabbedPane, getSourceManager, getToolBar
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TITLE

public static final java.lang.String TITLE
See Also:
Constant Field Values

BASEURI

public static final java.lang.String BASEURI
Constructor Detail

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
Method Detail

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