com.japisoft.xmlappkit.editor
Class BasicXMLEditorUI

java.lang.Object
  extended bycom.japisoft.xmlappkit.editor.BasicXMLEditorUI
All Implemented Interfaces:
XMLEditorUI

public class BasicXMLEditorUI
extends java.lang.Object
implements XMLEditorUI

Facility for the editing view part

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Constructor Summary
BasicXMLEditorUI(java.lang.String title, java.lang.String toolTip, javax.swing.Icon icon, javax.swing.JComponent view)
           
 
Method Summary
 javax.swing.Icon getIcon()
           
 javax.swing.JComponent getMainView()
           
 java.lang.String getTitle()
           
 java.lang.String getToolTip()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicXMLEditorUI

public BasicXMLEditorUI(java.lang.String title,
                        java.lang.String toolTip,
                        javax.swing.Icon icon,
                        javax.swing.JComponent view)
Parameters:
title - Main title for the editor
toolTip - User tooltip
icon - User icon for this editor
view - Main UI view
Method Detail

getMainView

public javax.swing.JComponent getMainView()
Specified by:
getMainView in interface XMLEditorUI
Returns:
the Main UI component of the Editor

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface XMLEditorUI
Returns:
a title for this editor

getIcon

public javax.swing.Icon getIcon()
Specified by:
getIcon in interface XMLEditorUI
Returns:
an icon for this editor

getToolTip

public java.lang.String getToolTip()
Specified by:
getToolTip in interface XMLEditorUI
Returns:
a tooltip help for this editor