com.japisoft.xmlappkit.editor
Class BasicXMLEditorUI
java.lang.Object
com.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)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 editortoolTip - User tooltipicon - User icon for this editorview - Main UI view
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