|
Protege-2000 1.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--java.awt.Window | +--java.awt.Dialog | +--javax.swing.JDialog | +--edu.stanford.smi.protege.ui.WelcomeDialog
Startup dialog that's displayed when a user starts Protege-2000 (without double clicking on a project file). The dialog is displayed on top of the main window and gives the user the option to create a new project, open a recently used project, or launch one of several help topics.
Inner classes inherited from class javax.swing.JDialog |
JDialog.AccessibleJDialog |
Inner classes inherited from class java.awt.Dialog |
Dialog.AccessibleAWTDialog |
Inner classes inherited from class java.awt.Window |
Window.AccessibleAWTWindow |
Inner classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Inner classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent |
Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
WelcomeDialog()
|
|
WelcomeDialog(Frame frame,
String title,
boolean modal)
|
Method Summary | |
void |
faqButton_actionPerformed(ActionEvent ae)
|
void |
newButton_actionPerformed(ActionEvent ae)
|
void |
openButton_actionPerformed(ActionEvent ae)
|
void |
openOtherButton_actionPerformed(ActionEvent ae)
|
void |
topicsButton_actionPerformed(ActionEvent ae)
|
void |
tutorialButton_actionPerformed(ActionEvent ae)
|
void |
usersGuideButton_actionPerformed(ActionEvent ae)
|
Methods inherited from class java.awt.Dialog |
addNotify, dispose, getTitle, hide, isModal, isResizable, setModal, setResizable, setTitle, show |
Methods inherited from class java.awt.Window |
addWindowListener, applyResourceBundle, applyResourceBundle, finalize, getFocusOwner, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getOwnedWindows, getOwner, getToolkit, getWarningString, isShowing, pack, postEvent, processEvent, removeWindowListener, setCursor, toBack, toFront |
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, removeNotify, setFont, validate, validateTree |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WelcomeDialog()
public WelcomeDialog(Frame frame, String title, boolean modal)
Method Detail |
public void newButton_actionPerformed(ActionEvent ae)
public void openButton_actionPerformed(ActionEvent ae)
public void openOtherButton_actionPerformed(ActionEvent ae)
public void faqButton_actionPerformed(ActionEvent ae)
public void topicsButton_actionPerformed(ActionEvent ae)
public void tutorialButton_actionPerformed(ActionEvent ae)
public void usersGuideButton_actionPerformed(ActionEvent ae)
|
Protege-2000 1.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |