|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Panel
java.applet.Applet
javax.swing.JApplet
com.extentech.ExtenXLS.ui.ExtenXLSWorkBookViewerApplet
public class ExtenXLSWorkBookViewerApplet
A basic WorkBook User Interface
Provides basic formatting, execution of formulas, ability to add and edit Cells, and ability
to create new, edit existing, and save WorkBooks.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.BaselineResizeBehavior |
| Field Summary |
|---|
| 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 | |
|---|---|
ExtenXLSWorkBookViewerApplet(String finp)
Constructor which takes a file path. |
|
| Method Summary | |
|---|---|
void |
exceptionThrown(Exception e)
|
void |
init(String finp)
Inits the Interface |
void |
initUI()
Sets the Look and Feel using JGoodies Plastic Look and Feel. |
void |
log(String msg)
Logs a message to System.out |
static void |
main(String[] args)
Entry point for WorkBook UI |
void |
showMessage(String msg,
String title)
Show a message dialog. |
void |
Splash()
Provides Splashing |
| Methods inherited from class javax.swing.JApplet |
|---|
getAccessibleContext, getContentPane, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, remove, repaint, setContentPane, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setTransferHandler, update |
| Methods inherited from class java.applet.Applet |
|---|
destroy, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, init, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus, start, stop |
| Methods inherited from class java.awt.Panel |
|---|
addNotify |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExtenXLSWorkBookViewerApplet(String finp)
finp - path to file to open| Method Detail |
|---|
public static void main(String[] args)
args - file to openpublic void initUI()
public void init(String finp)
finp - sheetnm - public void Splash()
public void exceptionThrown(Exception e)
exceptionThrown in interface com.extentech.toolkit.ExceptionListener
public void showMessage(String msg,
String title)
msg - title - public void log(String msg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||