com.japisoft.xmlappkit.editor
Interface XMLEditorUI

All Known Implementing Classes:
BasicXMLEditorUI

public interface XMLEditorUI

User interface data for the XMLEditor. It will return information for showing the editor inside the XMLAppContainer.

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com
See Also:
XMLEditor, XMLAppContainer

Method Summary
 javax.swing.Icon getIcon()
           
 javax.swing.JComponent getMainView()
           
 java.lang.String getTitle()
           
 java.lang.String getToolTip()
           
 

Method Detail

getMainView

public javax.swing.JComponent getMainView()
Returns:
the Main UI component of the Editor

getTitle

public java.lang.String getTitle()
Returns:
a title for this editor

getIcon

public javax.swing.Icon getIcon()
Returns:
an icon for this editor

getToolTip

public java.lang.String getToolTip()
Returns:
a tooltip help for this editor