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

S

sameExtension(File) - Method in class com.glaivestone.javax.io.FileType
Answer whether the specified file has the same extension of this file type.
scaleToFit(boolean) - Method in class com.glaivestone.javax.swing.print.JComponentPrinter
 
scaleToFitX() - Method in class com.glaivestone.javax.swing.print.JComponentPrinter
 
scaleToFitY() - Method in class com.glaivestone.javax.swing.print.JComponentPrinter
 
scrollItemIntoView(int, JList) - Method in class com.glaivestone.javax.swing.SwingServices
Scroll the item at the specified position in the list into view.
scrollRowIntoView(int, JTable) - Method in class com.glaivestone.javax.swing.SwingServices
Scroll the row at the specified position in the table into view.
scrollRowIntoView(int, JTable, int, int) - Method in class com.glaivestone.javax.swing.SwingServices
Scroll the row at the specified position in the table into view.
scrollSelectionIntoView(JList) - Method in class com.glaivestone.javax.swing.SwingServices
Scroll the selected item in the list into view.
scrollSelectionIntoView(JTable) - Method in class com.glaivestone.javax.swing.SwingServices
Scroll the selected row in the table into view.
scrollTextIntoView(int, JScrollPane) - Method in class com.glaivestone.javax.swing.SwingServices
Scroll the text starting at the specified offset into view
scrollTextIntoView(int, JScrollPane, int, int) - Method in class com.glaivestone.javax.swing.SwingServices
Scroll the text starting at the specified offset into view
SECTION_SEPARATOR - Static variable in class com.glaivestone.javax.execution.SessionLauncher
 
selectAll() - Method in class com.glaivestone.mv.swing.AbstractListHolder
Set the selection to include all values in a multi-select list.
selectIndex(int) - Method in class com.glaivestone.mv.swing.AbstractListHolder
Select the value at the specified position in the list.
selectIndex(int, boolean) - Method in class com.glaivestone.mv.swing.AbstractListHolder
Select the value at the specified position in the list.
selectIndices(int, int) - Method in class com.glaivestone.mv.swing.AbstractListHolder
Select the values at the specified range of positions in a multi-select list.
selectIndices(int, int, boolean) - Method in class com.glaivestone.mv.swing.AbstractListHolder
Select the values at the specified range of positions in a multi-select list.
selectValue(Object) - Method in class com.glaivestone.mv.swing.AbstractListHolder
Select the specified value in the list.
selectValue(Object, boolean) - Method in class com.glaivestone.mv.swing.AbstractListHolder
Select the specified value in the list.
selectValues(List) - Method in class com.glaivestone.mv.swing.AbstractListHolder
Select the specified values in the list.
selectValues(List, boolean) - Method in class com.glaivestone.mv.swing.AbstractListHolder
Select the specified values in the list.
SessionControlPolicy - interface com.glaivestone.mv.SessionControlPolicy.
A SessionControlPolicy is used to manage an application session.
SessionEvent - class com.glaivestone.javax.execution.SessionEvent.
A session event is fired to notify listeners of general session life-cycle events such as startup and shutdown.
SessionEvent(int, Object) - Constructor for class com.glaivestone.javax.execution.SessionEvent
Constructs a new SessionEvent.
SessionEventAdaptor - class com.glaivestone.javax.execution.SessionEventAdaptor.
Default event listener adapter for receiving session life cycle events.
SessionEventAdaptor() - Constructor for class com.glaivestone.javax.execution.SessionEventAdaptor
 
SessionEventListener - interface com.glaivestone.javax.execution.SessionEventListener.
The listener interface for receiving session life-cycle event notifications.
SessionLauncher - class com.glaivestone.javax.execution.SessionLauncher.
Utility services for launching a session.
SessionLauncher(String[]) - Constructor for class com.glaivestone.javax.execution.SessionLauncher
 
SessionLauncher(String[], PrintStream) - Constructor for class com.glaivestone.javax.execution.SessionLauncher
 
SessionManager - class com.glaivestone.javax.execution.SessionManager.
The session manager provides life cycle support and general utility services for an application execution session.
sessionStarted(SessionEvent) - Method in interface com.glaivestone.javax.execution.SessionEventListener
Notification event that the session has been started.
sessionStarted(SessionEvent) - Method in class com.glaivestone.javax.execution.SessionEventAdaptor
Notification event that the session has been started.
SessionStreamWindowController - class com.glaivestone.toolbox.mv.text.SessionStreamWindowController.
Installed on a window used as the system output or error stream.
SessionStreamWindowController(PrintStream, Frame) - Constructor for class com.glaivestone.toolbox.mv.text.SessionStreamWindowController
 
SessionTextLogWindow - class com.glaivestone.toolbox.mv.text.SessionTextLogWindow.
A simple text window containing plain (unstyled) text which installs itself in the standard system output streams to provide a session log window view on the console output.
SessionTextLogWindow() - Constructor for class com.glaivestone.toolbox.mv.text.SessionTextLogWindow
Create a new session text log window with a default title.
SessionTextLogWindow(String) - Constructor for class com.glaivestone.toolbox.mv.text.SessionTextLogWindow
Create a new session text log window with window title windowTitle.
setAccelerator(KeyStroke) - Method in class com.glaivestone.javax.swing.OperationAction
Specify the accelerator key combination for invoking the operation.
setAppModel(ApplicationModel) - Method in interface com.glaivestone.mv.ApplicationView
Specify the application model which this view presents.
setAppModel(ApplicationModel) - Method in class com.glaivestone.mv.swing.JDialogApplicationView
Specify the application model which this view presents.
setAppModel(ApplicationModel) - Method in class com.glaivestone.mv.swing.JFrameApplicationView
Specify the application model which this view presents.
setArguments(Object[]) - Method in interface com.glaivestone.javax.execution.EvaluableAction
Specify the default arguments used for evaluating the action.
setArguments(Object[]) - Method in class com.glaivestone.javax.execution.AbstractEvaluableAction
Specify the default arguments used for evaluating the action.
setBackground(Color) - Method in class com.glaivestone.mv.swing.ReadOnlyTableCellRenderer
Set the unselected-background color to the specified color.
setClient(Window) - Method in class com.glaivestone.mv.DialogApplicationModel
Specify the client on whose behalf this dialog was invoked.
setColumnNames(List) - Method in class com.glaivestone.mv.swing.TableHolder
Set the column names of the table.
setColumnNames(String[]) - Method in class com.glaivestone.mv.swing.TableHolder
Set the column names of the table.
setCopyBufferSize(int) - Method in class com.glaivestone.javax.io.FileSystemServices
Specify the size in bytes of the transfer buffer used by the copyFile operation.
setCurrentAttributes(AttributeSet) - Method in class com.glaivestone.toolbox.mv.text.BasicTextWindow
Set the current text attributes.
setCursor(Component, Cursor) - Static method in class com.glaivestone.javax.awt.CursorX
Set the cursor for the given component.
setData(List) - Method in class com.glaivestone.mv.swing.ListHolder
Set the contents of the list.
setData(List, List) - Method in class com.glaivestone.mv.swing.TableHolder
Set the column names and rows of the table.
setData(String[], List) - Method in class com.glaivestone.mv.swing.TableHolder
Set the column names and rows of the table.
setDefaultCursor(Component) - Static method in class com.glaivestone.javax.awt.CursorX
Set the Default cursor for the given component and return the previously set cursor.
setDefaultWindowIconReference(String) - Method in class com.glaivestone.mv.UISessionManager
Specify the reference to the image resource for the default window icon to use for windows in the current session.
setDelimiter(char) - Method in class com.glaivestone.toolbox.text.csv.CSVParser
Specify the character which is used as a token delimiter.
setDescription(String) - Method in class com.glaivestone.javax.swing.OperationAction
Specify the description of the operation.
setEscapeKeyClosesDialogs(boolean) - Method in class com.glaivestone.mv.swing.SwingUISessionManager
Specify whether the ESC key should invoke the close operation on a dialog window.
setExceptionHandler(ExceptionHandler) - Method in interface com.glaivestone.javax.execution.EvaluableAction
Set the evaluation exception handler for this action.
setExceptionHandler(ExceptionHandler) - Method in class com.glaivestone.javax.execution.AbstractEvaluableAction
Set the evaluation exception handler for this action.
setForeground(Color) - Method in class com.glaivestone.mv.swing.ReadOnlyTableCellRenderer
Set the unselected-foreground color to the specified color.
setImage(Image) - Method in class com.glaivestone.javax.awt.ImageWindow
Set the image to display for the window.
setKey(Object) - Method in interface com.glaivestone.javax.util.Association
Set the key.
setKey(Object) - Method in class com.glaivestone.javax.util.BasicAssociation
Set the key.
setMediaTracker(MediaTracker) - Method in class com.glaivestone.javax.awt.ImageWindow
Set the MediaTracker used to load the image.
setMessage(String) - Method in class com.glaivestone.javax.util.StatusValue
Specify the message describing this status value.
setMnemonic(char) - Method in class com.glaivestone.javax.swing.OperationAction
Specify the mnemonic character for this action.
setMultiSelect() - Method in class com.glaivestone.mv.swing.AbstractListHolder
Configure the receiver for multi-select operation.
setNotificationOrder(int) - Method in class com.glaivestone.mv.AbstractValueHolder
Specify the notification order for listeners relative to their registration order.
setReduceEmptyValues(boolean) - Method in class com.glaivestone.toolbox.text.csv.CSVFormatter
Specify whether to reduce empty string values to empty field entries in the CSV string (same result as a null value).
setScale(double, double) - Method in class com.glaivestone.javax.swing.print.JComponentPrinter
Set the scale for the X and Y axis.
setSeparator(String) - Method in class com.glaivestone.toolbox.text.csv.CSVParser
Specify the token separator.
setSessionControlPolicy(SessionControlPolicy) - Method in class com.glaivestone.mv.UISessionManager
Set the control policy for the current UI session.
setSingleSelect() - Method in class com.glaivestone.mv.swing.AbstractListHolder
Configure the receiver for single-select operation.
setSizeCheck(int, int) - Method in class com.glaivestone.javax.awt.ImageWindow
Resizes this component so that it has width and height.
setSizeToImageSize() - Method in class com.glaivestone.javax.awt.ImageWindow
Set the size of this window of the size the expression: this.getImage().
setSizeToImageSize(Image) - Method in class com.glaivestone.javax.awt.ImageWindow
Set the size of this window of the size of the given Image.
setSysErr(PrintStream) - Static method in class com.glaivestone.javax.io.SystemIOStreams
Install the given stream as System.err.
setSysOut(PrintStream) - Static method in class com.glaivestone.javax.io.SystemIOStreams
Install the given stream as System.out.
setSystemOutputStreams(PrintStream) - Static method in class com.glaivestone.javax.io.SystemIOStreams
Install the given stream as System.out and System.err.
setText(String) - Method in class com.glaivestone.javax.swing.PlainTextDocument
Set the contents of the document to the given text.
setText(String) - Method in class com.glaivestone.mv.StringHolder
Sets the String value held by this model.
setText(String) - Method in class com.glaivestone.toolbox.mv.text.BasicTextWindow
Set the contents of the document to the given text.
setText(String, AttributeSet) - Method in class com.glaivestone.toolbox.mv.text.BasicTextWindow
Set the contents of the document to the given text.
setToolTipText(String) - Method in class com.glaivestone.javax.swing.tree.DefaultMutableTreeNodeX
Set the tool tip for this node.
setToolTipTextEventAccessor(ToolTipTextEventAccessor) - Method in class com.glaivestone.javax.swing.JTreeX
Set the ToolTipTextEventAccessor for this tree..
setValue(boolean) - Method in class com.glaivestone.mv.BooleanHolder
Set the current value.
setValue(int) - Method in class com.glaivestone.mv.IntegerHolder
Set the current value.
setValue(Object) - Method in interface com.glaivestone.javax.util.Association
Set the value.
setValue(Object) - Method in class com.glaivestone.javax.util.BasicAssociation
Set the value.
setValue(Object) - Method in class com.glaivestone.mv.ValueHolder
Set the current value.
setValue(Object) - Method in class com.glaivestone.mv.swing.TableRow
Specify the value held in this row.
setValue(Object, Collection) - Method in class com.glaivestone.mv.swing.TableRow
Specify the value held by this row, along with the column values of its presentation.
setValueAttribute(boolean) - Method in class com.glaivestone.mv.BooleanHolder
Set the current value.
setValueAttribute(int) - Method in class com.glaivestone.mv.IntegerHolder
Set the current value.
setValueAttribute(Object) - Method in class com.glaivestone.mv.ValueHolder
Set the current value.
setValueAttribute(Object) - Method in class com.glaivestone.mv.StringHolder
Set the current value.
setValueRenderer(ValueRenderer) - Method in class com.glaivestone.mv.swing.ConfigurableListCellRenderer
Set the renderer which is used to compose the presentation string for a list element value.
setValueRenderer(ValueRenderer) - Method in class com.glaivestone.mv.swing.ConfigurableTableCellRenderer
Set the renderer which is used to compose the presentation string for a list element value.
setWaitCursor(Component) - Static method in class com.glaivestone.javax.awt.CursorX
Set the wait cursor for the given component and return the previously set cursor.
shouldEscapeKeyCloseDialogWindows() - Method in class com.glaivestone.mv.swing.SwingUISessionManager
Answer whether the Escape key should close dialog windows in the current UI session.
shutdown() - Method in class com.glaivestone.javax.execution.SessionManager
Terminate the session, subject to concurrence by interested listeners.
SimplePaginator - class com.glaivestone.javax.awt.print.SimplePaginator.
A simple Pageable class that can split a large drawing canvas over multiple pages.
SimplePaginator(float, float, Printable, PageFormat) - Constructor for class com.glaivestone.javax.awt.print.SimplePaginator
Create a java.awt.Pageable that will print a canvas over as many pages as are needed.
SimplePrintTargetTextWindowView - class com.glaivestone.toolbox.mv.text.swing.SimplePrintTargetTextWindowView.
A simple view on the text of a print target window.
SimplePrintTargetTextWindowView() - Constructor for class com.glaivestone.toolbox.mv.text.swing.SimplePrintTargetTextWindowView
Create a new view which provides a simple presentation of some text.
SimpleTextWindowView - class com.glaivestone.toolbox.mv.text.swing.SimpleTextWindowView.
A simple view on text.
SimpleTextWindowView() - Constructor for class com.glaivestone.toolbox.mv.text.swing.SimpleTextWindowView
Create a new view which provides a simple presentation of some text.
SINGLE_SELECT_MODE - Static variable in class com.glaivestone.mv.swing.AbstractListHolder
 
size() - Method in class com.glaivestone.javax.util.EventListenerList
Answer the size of the listener list.
size() - Method in class com.glaivestone.mv.swing.ListHolder
Answer the number of elements in the list.
size() - Method in class com.glaivestone.mv.swing.AbstractListHolder
Answer the number of elements in the list.
size() - Method in class com.glaivestone.mv.swing.TableHolder
Answer the number of rows in the table.
SplashScreenWindow - class com.glaivestone.javax.swing.SplashScreenWindow.
A main window which displays an image such as an application startup splash screen.
SplashScreenWindow(Icon) - Constructor for class com.glaivestone.javax.swing.SplashScreenWindow
 
SplashScreenWindow(Icon, Border) - Constructor for class com.glaivestone.javax.swing.SplashScreenWindow
 
StandardValueRenderer - class com.glaivestone.mv.swing.StandardValueRenderer.
A value renderer which uses the value's standard toString behavior for itss display string.
STARTED - Static variable in class com.glaivestone.javax.execution.SessionEvent
Notification event that the session has been started.
StaticMethodAction - class com.glaivestone.javax.execution.StaticMethodAction.
An evaluable action which sends a static message to a class.
StaticMethodAction(Object, Method, Object[], ExceptionHandler) - Constructor for class com.glaivestone.javax.execution.StaticMethodAction
Construct a new StaticMethodAction which sends the static message aMethod to the receiver class.
StatusValue - class com.glaivestone.javax.util.StatusValue.
A multi-state status value.
StatusValue(int) - Constructor for class com.glaivestone.javax.util.StatusValue
Create a new status value with the specified status code.
StatusValue(int, String) - Constructor for class com.glaivestone.javax.util.StatusValue
Create a new status value with the specified status code and descriptive message.
STRING_DELIMITER - Static variable in interface com.glaivestone.toolbox.text.csv.CSVConstants
 
STRING_DELIMITER_CHAR - Static variable in interface com.glaivestone.toolbox.text.csv.CSVConstants
 
StringHolder - class com.glaivestone.mv.StringHolder.
A value holder which contains an observed String value.
StringHolder() - Constructor for class com.glaivestone.mv.StringHolder
Creates a new string value holder which contains an empty string.
StringHolder(String) - Constructor for class com.glaivestone.mv.StringHolder
Creates a new string value holder which contains the specified string.
SUCCEEDED - Static variable in class com.glaivestone.javax.util.StatusValue
 
succeeded() - Method in class com.glaivestone.javax.util.StatusValue
Answer whether the status indicates success.
succeededCompletely() - Method in class com.glaivestone.javax.util.StatusValue
Answer whether the status indicates complete success.
succeededPartially() - Method in class com.glaivestone.javax.util.StatusValue
Answer whether the status indicates partial success.
SUCCESS_RESULT - Static variable in class com.glaivestone.javax.util.StatusValue
 
SwingPatches - class com.glaivestone.javax.swing.SwingPatches.
Miscellaneous patches and workarounds for Swing problems.
SwingServices - class com.glaivestone.javax.swing.SwingServices.
General-purpose utility services for Swing UI operations.
SwingUISessionManager - class com.glaivestone.mv.swing.SwingUISessionManager.
A SwingUISessionManager should be installed as the current session manager for an application using Swing UI elements.
SwingUtilitiesX - class com.glaivestone.javax.swing.SwingUtilitiesX.
Additions to the javax.swing.SwingUtilities class.
SYSTEM_PROP_NAME_CLASSPATH - Static variable in class com.glaivestone.javax.execution.SessionLauncher
 
SystemConstants - interface com.glaivestone.javax.lang.SystemConstants.
Symbolic constants for standard system values.
SystemIOStreams - class com.glaivestone.javax.io.SystemIOStreams.
Operations on the standard system I/O streams.

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