Nekit
v 0.9

com.nekhem.nekit
Class NekitEditor

java.lang.Object
  |
  +--com.nekhem.nekit.NekitEditor
All Implemented Interfaces:
NekitPaneOwner

public class NekitEditor
extends java.lang.Object
implements NekitPaneOwner

This class implements a simple HTML wysiwyg editor. There are some custom functionalities to enable the creation of anchors within a dynamic website.


Method Summary
 void addUndoableEditListener(javax.swing.event.UndoableEditListener u)
          Simple dispatch
 java.lang.String getDocumentText()
          Convenience method
 javax.swing.ImageIcon getNekitIcon(java.lang.String name)
          DELETE ME!
 NekitPane getTextPane()
          Delete ME!!!
 void notifyRefresh()
          The HTML text has been regenerated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addUndoableEditListener

public void addUndoableEditListener(javax.swing.event.UndoableEditListener u)
Simple dispatch

Parameters:
u - -
See Also:
NekitDocument

getTextPane

public NekitPane getTextPane()
Delete ME!!!


notifyRefresh

public void notifyRefresh()
Description copied from interface: NekitPaneOwner
The HTML text has been regenerated

Specified by:
notifyRefresh in interface NekitPaneOwner

getDocumentText

public java.lang.String getDocumentText()
Convenience method

Returns:
the current HTML text

getNekitIcon

public javax.swing.ImageIcon getNekitIcon(java.lang.String name)
DELETE ME!

Parameters:
name -

Nekit
v 0.9

Submit a bug or feature
Nekhem Technologies