Uses of Interface
ca.cgjennings.platform.AgnosticDialog
-
-
Uses of AgnosticDialog in ca.cgjennings.apps.arkham
Classes in ca.cgjennings.apps.arkham that implement AgnosticDialog Modifier and Type Class Description classColourDialogA colour selection dialog consistent with the tint selector (HSBPanel).classParagraphDialogDialog for choosing block and paragraph alignment. -
Uses of AgnosticDialog in ca.cgjennings.apps.arkham.deck
Classes in ca.cgjennings.apps.arkham.deck that implement AgnosticDialog Modifier and Type Class Description classCustomPaperDialogDialog for creating and editing custom paper sizes. -
Uses of AgnosticDialog in ca.cgjennings.apps.arkham.deck.item
Classes in ca.cgjennings.apps.arkham.deck.item that implement AgnosticDialog Modifier and Type Class Description classStyleEditorAn editor dialog for the styles of one or more page items in a deck. -
Uses of AgnosticDialog in ca.cgjennings.apps.arkham.dialog
Classes in ca.cgjennings.apps.arkham.dialog that implement AgnosticDialog Modifier and Type Class Description classAbbreviationEditorAn editor forAbbreviationTables.classDictionaryEditorBasic testing and editing of spelling dictionaries.classImageResourceBrowserA browser interface for selecting an image from the program's (and plug-ins') image resources.classInsertCharsDialogDialog for inserting Unicode symbols.classInsertImageDialogDialog to choose an image to insert via markup.classLocaleSelectionDialogPrompts the user to select a locale. -
Uses of AgnosticDialog in ca.cgjennings.apps.arkham.dialog.prefs
Classes in ca.cgjennings.apps.arkham.dialog.prefs that implement AgnosticDialog Modifier and Type Class Description classPreferencesThe dialog that displays registered preference categories. -
Uses of AgnosticDialog in ca.cgjennings.apps.arkham.plugins
Classes in ca.cgjennings.apps.arkham.plugins that implement AgnosticDialog Modifier and Type Class Description classUILibraryDialogTemplateThis dialog class is used to help create dialogs from containers in the uilayout scripting library. -
Uses of AgnosticDialog in ca.cgjennings.apps.arkham.plugins.catalog
Classes in ca.cgjennings.apps.arkham.plugins.catalog that implement AgnosticDialog Modifier and Type Class Description classCatalogDialogA dialog that can download, display, and install plug-ins from cataloguesclassCoreUpdateDialogclassNetworkProxyApplies and configures network proxy settings. -
Uses of AgnosticDialog in ca.cgjennings.apps.arkham.project
Classes in ca.cgjennings.apps.arkham.project that implement AgnosticDialog Modifier and Type Class Description classNewDocumentDialogAllows the user to select one of a set of document formats and create a document of that type.classNewProjectDialogDialog that manages the creation of a new project folder.classProjectFolderDialogA dialog for selecting project file folders, or folders OTHER THAN project file folders.classRootEditorAn basic interactive editor for eons-plugin files. -
Uses of AgnosticDialog in ca.cgjennings.platform
Subinterfaces of AgnosticDialog in ca.cgjennings.platform Modifier and Type Interface Description interfaceQueriedAgnosticDialogA dialog may implement this instead ofAgnosticDialogto have more control over how the OK and Cancel buttons are modified.Methods in ca.cgjennings.platform with parameters of type AgnosticDialog Modifier and Type Method Description static javax.swing.JButtonPlatformSupport. makeAgnosticDialog(AgnosticDialog dialog, boolean isInOKCancelOrder, javax.swing.JButton designedOK, javax.swing.JButton designedCancel)Initialize anAgnosticDialogby swapping the OK and Cancel buttons, if appropriate, and attaching action listeners to thehandleOKAction(java.awt.event.ActionEvent)andhandleCancelAction(java.awt.event.ActionEvent)methods.static javax.swing.JButtonPlatformSupport. makeAgnosticDialog(AgnosticDialog dialog, javax.swing.JButton designedOK, javax.swing.JButton designedCancel)A convenience method formakeAgnosticDialog( dialog, true, designedOK, designedCancel ), which assumes that the dialog buttons are in "Windows order" (OK on the left, Cancel on the right).
-