A B C D E F G H I J L M N O P R S T U V W X Z

C

canHandle(Throwable) - Method in interface com.glaivestone.javax.execution.ExceptionHandler
Answer whether the receiver can handle the given exception.
centerOnScreen() - Method in class com.glaivestone.javax.awt.ImageWindow
Center this window on the screen.
centerOnScreen() - Method in class com.glaivestone.javax.swing.SplashScreenWindow
Set the window's location so that it is centered on the screen.
classForNameOrNull(String) - Static method in class com.glaivestone.javax.lang.ClassX
Answer the Class identified by the fully qualified class name.
ClassReference - class com.glaivestone.javax.execution.ClassReference.
A reference to a class which is resolved on demand.
ClassX - class com.glaivestone.javax.lang.ClassX.
General-purpose extensions to the standard Class services.
clear() - Method in class com.glaivestone.mv.swing.AbstractListHolder
Clear the contents of the list.
clearCopyBuffer() - Method in class com.glaivestone.javax.io.FileSystemServices
Clear the transfer buffer used by the copyFile operation.
clearResult() - Method in class com.glaivestone.mv.DialogApplicationModel
Clear the result to be returned by the dialog.
clearSelection() - Method in class com.glaivestone.mv.swing.AbstractListHolder
Clear the selection.
closeWindow() - Method in interface com.glaivestone.mv.ApplicationView
Close this view.
closeWindow() - Method in class com.glaivestone.mv.swing.JDialogApplicationView
Close this view.
closeWindow() - Method in class com.glaivestone.mv.swing.JFrameApplicationView
Close this view.
closeWindow(Window) - Method in class com.glaivestone.mv.ApplicationModel
Close a window which provides a view on this application.
collapseAll() - Method in class com.glaivestone.javax.swing.JTreeX
Collapse all nodes in the tree.
collapseAllBelowDepth(int) - Method in class com.glaivestone.javax.swing.JTreeX
Collapse all nodes in the tree below a given depth.
com.glaivestone.javax.awt - package com.glaivestone.javax.awt
Extensions and additions to the standard Java java.awt package.
com.glaivestone.javax.awt.print - package com.glaivestone.javax.awt.print
Provides for extensions and additions to the standard Java java.awt.print package to support AWT printing.
com.glaivestone.javax.execution - package com.glaivestone.javax.execution
Mechanisms to support dynamically-bound code execution and to provide a simple framework for managing an application execution session.
com.glaivestone.javax.io - package com.glaivestone.javax.io
Extensions to the standard Java java.io package.
com.glaivestone.javax.lang - package com.glaivestone.javax.lang
Extensions to the standard Java language facilities.
com.glaivestone.javax.swing - package com.glaivestone.javax.swing
Extensions and additions to the standard Java javax.swing package.
com.glaivestone.javax.swing.print - package com.glaivestone.javax.swing.print
Facilities for Swing component printing using the standard Java java.awt.print package framework.
com.glaivestone.javax.swing.tree - package com.glaivestone.javax.swing.tree
Extensions and additions to the standard Java javax.swing.tree package.
com.glaivestone.javax.util - package com.glaivestone.javax.util
Extensions to the standard Java java.util package.
com.glaivestone.mv - package com.glaivestone.mv
Provides a simple framework for building applications following the model-view design pattern of separating UI and presentation (view) from fundamental application state and logic (model).
com.glaivestone.mv.swing - package com.glaivestone.mv.swing
Provides Swing views, data models, and services for the Glaivestone MV model-view application framework.
com.glaivestone.toolbox.mv.text - package com.glaivestone.toolbox.mv.text
Simple text windows.
com.glaivestone.toolbox.mv.text.swing - package com.glaivestone.toolbox.mv.text.swing
Swing views for the simple text windows.
com.glaivestone.toolbox.text.csv - package com.glaivestone.toolbox.text.csv
CSV (comma-separated values) text parsing and formatting.
compare(int, int) - Static method in class com.glaivestone.javax.util.Numbers
Compare two integers numerically.
compareTo(Object) - Method in class com.glaivestone.javax.lang.EnumerationType
Compares this object with the specified object for order.
ComparisonConstants - interface com.glaivestone.javax.lang.ComparisonConstants.
Symbolic constants for the standard compareTo operation result values.
composeFileName(String) - Method in class com.glaivestone.javax.io.FileType
Answer the file name formed by appending the receiver's extension to the specified base file name.
composeMessageArgument(String) - Static method in class com.glaivestone.javax.swing.MessageDialog
Compose the argument to pass to JOptionPane for a message string.
computeRelativePath(File, File) - Static method in class com.glaivestone.javax.io.FileSystemReference
Answer the relative path name of the specified file system element relative to a reference directory in the file system hierarchy.
ConfigurableListCellRenderer - class com.glaivestone.mv.swing.ConfigurableListCellRenderer.
A list cell renderer which can be configured with a ValueRenderer to control the display string presentation of a list value.
ConfigurableListCellRenderer() - Constructor for class com.glaivestone.mv.swing.ConfigurableListCellRenderer
Constructs a new list cell renderer with the standard rendering.
ConfigurableListCellRenderer(ValueRenderer) - Constructor for class com.glaivestone.mv.swing.ConfigurableListCellRenderer
Constructs a new list cell renderer which displays list elements using the specified renderer to compose the presentation.
ConfigurableTableCellRenderer - class com.glaivestone.mv.swing.ConfigurableTableCellRenderer.
A table cell renderer which can be configured with a ValueRenderer to control the display string presentation of a table cell value.
ConfigurableTableCellRenderer() - Constructor for class com.glaivestone.mv.swing.ConfigurableTableCellRenderer
Constructs a new list cell renderer with the standard rendering.
ConfigurableTableCellRenderer(ValueRenderer) - Constructor for class com.glaivestone.mv.swing.ConfigurableTableCellRenderer
Constructs a new list cell renderer which displays list elements using the specified renderer to compose the presentation.
configureAppNameWindowTitle() - Method in class com.glaivestone.mv.swing.JFrameApplicationView
Configure the window title with the standard representation of the application name and (optionally) the application subject description.
CONFIRM_SHUTDOWN - Static variable in class com.glaivestone.javax.execution.SessionEvent
Vetoable confirmation event notification that session shutdown processing is about to be initiated.
confirm(String, Component) - Static method in class com.glaivestone.javax.swing.MessageDialog
Display a confirmation dialog that prompts the user to confirm or deny a proposition.
confirm(String, int, Component) - Static method in class com.glaivestone.javax.swing.MessageDialog
Display a confirmation dialog that prompts the user to confirm or deny a proposition.
confirm(String, String, Component) - Static method in class com.glaivestone.javax.swing.MessageDialog
Display a confirmation dialog that prompts the user to confirm or deny a proposition.
confirm(String, String, int, Component) - Static method in class com.glaivestone.javax.swing.MessageDialog
Display a confirmation dialog that prompts the user to confirm or deny a proposition.
ConfirmationEventObject - class com.glaivestone.javax.util.ConfirmationEventObject.
A ConfirmationEventObject is used for confirmation event notifications representing a proposal which can be vetoed by a listener.
ConfirmationEventObject(Object) - Constructor for class com.glaivestone.javax.util.ConfirmationEventObject
Constructs a new veto-able ConfirmationEventObject.
ConfirmationEventObject(Object, boolean) - Constructor for class com.glaivestone.javax.util.ConfirmationEventObject
Constructs a new ConfirmationEventObject.
confirmOrCancel(String, Component) - Static method in class com.glaivestone.javax.swing.MessageDialog
Display a confirmation dialog that prompts the user to confirm or deny a proposition.
confirmOrCancel(String, String, Component) - Static method in class com.glaivestone.javax.swing.MessageDialog
Display a confirmation dialog that prompts the user to confirm or deny a proposition.
confirmSessionShutdown(SessionEvent) - Method in interface com.glaivestone.javax.execution.SessionEventListener
Vetoable confirmation event notification that session shutdown processing is about to be initiated.
confirmSessionShutdown(SessionEvent) - Method in class com.glaivestone.javax.execution.SessionEventAdaptor
Vetoable confirmation event notification that session shutdown processing is about to be initiated.
confirmWindowClose(Window) - Method in class com.glaivestone.mv.UISessionManager
Notify the session manager that a window is going to be closed.
confirmWindowClose(WindowEvent) - Method in class com.glaivestone.mv.WindowEventAdaptor
Confirmation event that a window is about to be closed.
confirmWindowClose(WindowEvent) - Method in interface com.glaivestone.mv.WindowEventListener
Confirmation event that a window is about to be closed.
confirmWindowClose(WindowEvent) - Method in class com.glaivestone.toolbox.mv.text.SessionStreamWindowController
Confirmation event that a window is about to be closed if the operation is not vetoed by a listener.
CONSOLE_STDERR - Static variable in class com.glaivestone.javax.io.SystemIOStreams
The original system console error stream.
CONSOLE_STDIN - Static variable in class com.glaivestone.javax.io.SystemIOStreams
The original system console input stream.
CONSOLE_STDOUT - Static variable in class com.glaivestone.javax.io.SystemIOStreams
The original system console output stream.
ConstantType - class com.glaivestone.javax.lang.ConstantType.
ConstantType is the abstract superclass for classes which implement efficient, readable, type-safe constant values.
ConstructorAction - class com.glaivestone.javax.execution.ConstructorAction.
An evaluable action which invokes a constructor to instantiate an object.
ConstructorAction(Class, Constructor, Object[], ExceptionHandler) - Constructor for class com.glaivestone.javax.execution.ConstructorAction
Construct a new ConstructorAction which invokes aConstructor to create a new instance of aClass.
contains(Object) - Method in class com.glaivestone.mv.swing.ListHolder
Answer whether the specified value is contained in the list.
contains(Object) - Method in class com.glaivestone.mv.swing.AbstractListHolder
Answer whether the specified value is contained in the list.
contains(Object) - Method in class com.glaivestone.mv.swing.TableHolder
Answer whether the specified value is contained in the list.
CONTINUABLE_HANDLER - Static variable in class com.glaivestone.javax.execution.AbstractEvaluableAction
An exception handler which blithely ignores problems and continues execution regardless.
copyFile(File, File) - Method in class com.glaivestone.javax.io.FileSystemServices
Copy the contents of the source file to the destination file system element.
create(Class) - Static method in class com.glaivestone.javax.execution.ConstructorAction
Create an action which will invoke the no-argument constructor to create a new instance of aClass when it is evaluated.
create(Class, Class[]) - Static method in class com.glaivestone.javax.execution.ConstructorAction
Create an action which will invoke the constructor with the argument type signature specified by the parmTypes argument types list to create a new instance of aClass when it is evaluated.
create(Class, Class[], Object[]) - Static method in class com.glaivestone.javax.execution.ConstructorAction
Create an action which will invoke the constructor with the argument type signature specified by the parmTypes argument types list to create a new instance of aClass using the argument values in args when it is evaluated.
create(Class, Constructor, Object[]) - Static method in class com.glaivestone.javax.execution.ConstructorAction
Create an action which will invoke the constructor aConstructor to create a new instance of aClass using the argument values in args when it is evaluated.
create(Class, Method, Object[]) - Static method in class com.glaivestone.javax.execution.StaticMethodAction
Create an action which will send the message represented by aMethod to aClass with the argument values in args when it is evaluated.
create(Class, String) - Static method in class com.glaivestone.javax.execution.StaticMethodAction
Create an action which will send the no-argument message selector to aClass when it is evaluated.
create(Class, String, Class[]) - Static method in class com.glaivestone.javax.execution.StaticMethodAction
Create an action which will send the message selector with the argument type signature specified by the parmTypes argument types list to aClass when it is evaluated.
create(Class, String, Class[], Object[]) - Static method in class com.glaivestone.javax.execution.StaticMethodAction
Create an action which will send the message selector with the argument type signature specified by the parmTypes argument types list to aClass with the argument values in args when it is evaluated.
create(Object, Method, Object[]) - Static method in class com.glaivestone.javax.execution.InstanceMethodAction
Create an action which will send the message represented by aMethod to anInstance with the argument values in args when it is evaluated.
create(Object, String) - Static method in class com.glaivestone.javax.execution.InstanceMethodAction
Create an action which will send the no-argument message selector to anInstance when it is evaluated.
create(Object, String, Class[]) - Static method in class com.glaivestone.javax.execution.InstanceMethodAction
Create an action which will send the message selector with the argument type signature specified by the parmTypes argument types list to anInstance when it is evaluated.
create(Object, String, Class[], Object[]) - Static method in class com.glaivestone.javax.execution.InstanceMethodAction
 
create(String, String) - Static method in class com.glaivestone.javax.execution.ClassReference
Create a reference to the class identified by the fully qualified Java class name.
createDefaultDataModel() - Static method in class com.glaivestone.mv.swing.ListHolder
Create a new instance of the default list data model.
createDefaultDataModel() - Static method in class com.glaivestone.mv.swing.TableHolder
Create a new instance of the default table data model.
createDefaultSelectionModel() - Static method in class com.glaivestone.mv.swing.AbstractListHolder
Create a new instance of the default selection model.
createDefaultSelectionModel(int) - Static method in class com.glaivestone.mv.swing.AbstractListHolder
Create a new instance of the default selection model configured for single or multiple selection according to the java.swing.ListSelectionModel constant specified by the selectionMode argument.
createMap(Object[][]) - Static method in class com.glaivestone.javax.util.MapX
Answer a new mapping table containing the key/value pairs in the initialization specifications.
createWindow(String) - Static method in class com.glaivestone.toolbox.mv.text.SessionTextLogWindow
Create a new session text log with the specified window title.
createWindow(String) - Static method in class com.glaivestone.toolbox.mv.text.TextLogWindow
Create a new window with the specified window title.
createWindow(String) - Static method in class com.glaivestone.toolbox.mv.text.TextWindow
Create and open a new text window with the specified window title.
CROSS_PLATFORM_LAF - Static variable in class com.glaivestone.mv.swing.SwingUISessionManager
 
CSVConstants - interface com.glaivestone.toolbox.text.csv.CSVConstants.
Constants for working with CSV (comma-separated values) text.
CSVFormatter - class com.glaivestone.toolbox.text.csv.CSVFormatter.
Formatter for processing text values into CSV (comma-separated values) format.
CSVFormatter() - Constructor for class com.glaivestone.toolbox.text.csv.CSVFormatter
Construct a new CSVFormatter which formats text valuess separated by the default comma separator string.
CSVFormatter(String) - Constructor for class com.glaivestone.toolbox.text.csv.CSVFormatter
Construct a new CSVFormatter which formats text valuess separated by the specified separator string.
CSVFormatter(String, String) - Constructor for class com.glaivestone.toolbox.text.csv.CSVFormatter
Construct a new CSVFormatter which formats text valuess separated by the specified separator string.
CSVParser - class com.glaivestone.toolbox.text.csv.CSVParser.
Parser for processing text in CSV (comma-separated values) format.
CSVParser() - Constructor for class com.glaivestone.toolbox.text.csv.CSVParser
Construct a new CSVParser which parses text tokens separated by the default comma separator string.
CSVParser(String, char) - Constructor for class com.glaivestone.toolbox.text.csv.CSVParser
Construct a new CSVParser which parses text tokens separated by the specified separator string.
current - Static variable in class com.glaivestone.javax.execution.SessionManager
The session manager for the current application session.
current - Static variable in class com.glaivestone.javax.execution.SessionLauncher
 
current - Static variable in class com.glaivestone.javax.io.FileSystemServices
 
current - Static variable in class com.glaivestone.javax.swing.SwingServices
 
current - Static variable in class com.glaivestone.mv.UISessionManager
The session manager for the current application session.
current - Static variable in class com.glaivestone.mv.swing.StandardValueRenderer
 
current - Static variable in class com.glaivestone.mv.swing.SwingUISessionManager
The session manager for the current application session.
CURRENT_DIRECTORY_RELATIVE_REFERENCE - Static variable in interface com.glaivestone.javax.io.FileConstants
Standard file system notation for a relative reference to the current directory.
CursorX - class com.glaivestone.javax.awt.CursorX.
Cursor utilities.

GFL 1.1 API
A B C D E F G H I J L M N O P R S T U V W X Z