|
|||||||||
| Home >> All >> com >> hexidec >> [ ekit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.hexidec.ekit
Class EkitApplet

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Panel
java.applet.Applet
javax.swing.JApplet
com.hexidec.ekit.EkitApplet
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable
- public class EkitApplet
- extends javax.swing.JApplet
EkitApplet Applet for editing and saving HTML in a Java browser component
- Version:
- 1.0 REQUIREMENTS Java 2 (JDK 1.3 or 1.4) Swing Library
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JApplet |
javax.swing.JApplet.AccessibleJApplet |
| Nested classes inherited from class java.applet.Applet |
java.applet.Applet.AccessibleApplet |
| Nested classes inherited from class java.awt.Panel |
java.awt.Panel.AccessibleAWTPanel |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
(package private) EkitCore |
ekitCore
|
private javax.swing.JLabel |
jlblStatus
|
| Fields inherited from class javax.swing.JApplet |
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.applet.Applet |
|
| Fields inherited from class java.awt.Panel |
|
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
EkitApplet()
Constructor |
|
| Method Summary | |
void |
destroy()
This method is called when the applet is being unloaded. |
java.lang.String |
getDocumentBody()
Method for passing back the document body to the applet's container. |
java.lang.String |
getDocumentText()
Method for passing back the document text to the applet's container. |
void |
init()
Applet Init |
void |
insertHTMLString(java.lang.String sText,
java.lang.String sTag)
|
void |
insertString(java.lang.String sText)
|
void |
insertText(java.lang.String sText)
Metthod for inserting a string into the body |
void |
start()
This method is called when the applet should start running. |
void |
stop()
This method is called when the applet should stop running. |
| Methods inherited from class javax.swing.JApplet |
addImpl, createRootPane, getAccessibleContext, getContentPane, getGlassPane, getJMenuBar, getLayeredPane, getPreferredSize, getRootPane, isRootPaneCheckingEnabled, paramString, processKeyEvent, remove, setContentPane, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update |
| Methods inherited from class java.applet.Applet |
getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus |
| Methods inherited from class java.awt.Panel |
addNotify |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
ekitCore
EkitCore ekitCore
jlblStatus
private javax.swing.JLabel jlblStatus
| Constructor Detail |
EkitApplet
public EkitApplet()
- Constructor
| Method Detail |
init
public void init()
- Applet Init
start
public void start()
- Description copied from class:
java.applet.Applet - This method is called when the applet should start running. This is
normally each time a web page containing it is loaded. The default
implemention does nothing; override for your applet to be useful.
stop
public void stop()
- Description copied from class:
java.applet.Applet - This method is called when the applet should stop running. This is
normally when the next web page is loaded. The default implementation
does nothing; override for your applet to stop using resources when
it is no longer visible, but may be restarted soon.
destroy
public void destroy()
- Description copied from class:
java.applet.Applet - This method is called when the applet is being unloaded. The default
implementation does nothing; override for your applet to clean up
resources on exit.
getDocumentText
public java.lang.String getDocumentText()
- Method for passing back the document text to the applet's container.
This is the entire document, including the top-level HTML tags.
getDocumentBody
public java.lang.String getDocumentBody()
- Method for passing back the document body to the applet's container.
This is only the text contained within the BODY tags.
insertText
public void insertText(java.lang.String sText)
- Metthod for inserting a string into the body
insertString
public void insertString(java.lang.String sText)
insertHTMLString
public void insertHTMLString(java.lang.String sText, java.lang.String sTag)
|
|||||||||
| Home >> All >> com >> hexidec >> [ ekit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC