|
||||||||||
| 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.Window
java.awt.Dialog
javax.swing.JDialog
project35.configurationTool.ContextHelpOptionsDialog
public class ContextHelpOptionsDialog
this dialog provides options for data modellers so they can generate a suite of context help pages
Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JDialog |
|---|
JDialog.AccessibleJDialog |
| Nested classes/interfaces inherited from class java.awt.Dialog |
|---|
Dialog.AccessibleAWTDialog |
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
Window.AccessibleAWTWindow |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| 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, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
ContextHelpOptionsDialog(Project35UIFactory project35UIFactory)
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent event)
|
String |
getAuthor()
the author of the help pages |
String |
getContactEmail()
the contact e-mail for people to contact if they have any questions about the help pages |
String |
getLocalDirectoryPath()
|
String |
getStyleSheet()
return the path of the style sheet used to render text contained in the help pages. |
String |
getStyleSheetField()
returns the name of the style sheet that would help format the help pages |
boolean |
includeCreationDate()
determines whether the creation date of the help pages should be stamped on them |
boolean |
includeExampleValues()
determines whether the field description tables will have a column for "example values" |
boolean |
includeRestrictions()
determines whether the field description tables will include column for "restrictions" |
boolean |
isCancelled()
indicates whether the dialog was shut down because the user pressed the "Cancel" button |
void |
setLocalDirectoryPath(String localDirectoryPath)
sets the name of the local directory that contains the context help pages. |
boolean |
useLocalContextHelpPages()
|
| Methods inherited from class java.awt.Dialog |
|---|
addNotify, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated, show |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ContextHelpOptionsDialog(Project35UIFactory project35UIFactory)
| Method Detail |
|---|
public String getLocalDirectoryPath()
public String getStyleSheetField()
public String getContactEmail()
public String getAuthor()
public String getStyleSheet()
public boolean includeRestrictions()
public boolean includeExampleValues()
public boolean includeCreationDate()
public boolean isCancelled()
public boolean useLocalContextHelpPages()
public void setLocalDirectoryPath(String localDirectoryPath)
public void actionPerformed(ActionEvent event)
actionPerformed in interface ActionListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||