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

S

save(Document.SaveOptions) - Method in class jApp.Document
Performs the saving of the document through a temporari file according to save mode.
saveLatesDirectory(File) - Method in class jApp.Application
Saves the current browsing directory for the file chooser.
scale(double) - Method in class jApp.Point2d
 
Selectable - Interface in jApp
 
selectCommand(Command, boolean) - Method in class jApp.Document
Makes a Command the active command for this document.
selectCommand(Command) - Method in class jApp.Document
Short cut to selectCommand(Command cmd,false).
selectCommand(Command) - Method in class jApp.DocumentView
 
Selection<T> - Interface in jApp
 
setBoxSelectLineStyle(Graphics2D) - Method in class jApp.AbstractSelectionCommand
 
setChipperKey(String) - Static method in class jApp.RegistrationChipher
 
setClipboard(Object) - Static method in class jApp.Application
Deprecated. 
setComboBox(JComboBox) - Method in class jApp.PartFactory.ComboBoxRenderer
 
setComponent(JComponent) - Method in class jApp.PartFactory.ComponentPanel
 
setContent(JComponent) - Method in class jApp.ModalDialog
 
setCursor(DocumentView) - Method in class jApp.Command
 
setEnabled(boolean) - Method in class jApp.Variable
 
setIcon(Icon) - Method in class jApp.ToolBarButton
 
setImageIconClass(Class) - Static method in class jApp.PartFactory
 
setImagesPath(String) - Static method in class jApp.PartFactory
 
setIndeterminate(boolean) - Method in class jApp.ProgressDialog
 
setJMenuBar(JMenuBar) - Method in class jApp.ModalDialog
 
setLiveUpdate(boolean) - Method in class jApp.JTextFieldConnector
 
setLookAndFeel() - Method in class jApp.Application
Sets the look and feel for the Application.
setMaxProgres(int) - Method in class jApp.ProgressDialog
 
setModel(PartFactory.ComboBoxRenderer) - Method in class jApp.PartFactory.ComboBoxModel
 
setName(String) - Method in class jApp.AbstractTask
 
setNote(String) - Method in class jApp.ProgressDialog
 
setOutlineStroke(Graphics2D) - Method in class jApp.SimpleSelection
 
setProgress(int) - Method in class jApp.ProgressDialog
 
setProgressDialog(ProgressDialog) - Method in class jApp.DocumentPrinter
 
setQualityHints(Graphics2D) - Static method in class jApp.DocumentView
 
setRenderingHints(Graphics2D) - Method in class jApp.PreviewDialog
 
setRepaintHook(Profiler.ProfilerHook) - Static method in class jApp.Profiler
 
setReturnValue(int) - Method in class jApp.ModalDialog
 
setSelected(boolean) - Method in class jApp.PopupButton
 
setSelectedItem(Object) - Method in class jApp.PartFactory.ComboBoxRenderer
 
setSpeedHints(Graphics2D) - Static method in class jApp.DocumentView
 
setState(Object) - Method in interface jApp.CustomisedUndoableInterface
 
setText(String) - Method in class jApp.ToolBarButton
 
setUpBooleanEditor(TableColumn) - Static method in class jApp.TableUtils
 
setUpCheckBox(TableColumn, JCheckBox) - Static method in class jApp.TableUtils
 
setUpColorEditor(TableColumn) - Static method in class jApp.TableUtils
 
setUpComboBox(TableColumn, JComboBox) - Static method in class jApp.TableUtils
 
setUpDoubleEditor(TableColumn, String) - Static method in class jApp.TableUtils
 
setValue(boolean) - Method in class jApp.BooleanVariable
 
setValue(Object) - Method in class jApp.BooleanVariable
 
setValue(double) - Method in class jApp.DoubleVariable
 
setValue(Object) - Method in class jApp.DoubleVariable
 
setValue(long) - Method in class jApp.LongVariable
 
setValue(Object) - Method in class jApp.LongVariable
 
setValue(String) - Method in class jApp.StringVariable
 
setValue(double) - Method in class jApp.TableUtils.DecimalField
 
setValue(Object) - Method in interface jApp.ValueInterface
 
setValue(Object) - Method in class jApp.Variable
 
setViewCanvasHints(Graphics2D) - Method in class jApp.DocumentView
Override to change hints.
setViewScreenHints(Graphics2D) - Method in class jApp.DocumentView
 
setVisible(boolean) - Method in class jApp.DocumentWindow
 
setVisible(boolean) - Method in class jApp.ProgressDialog
 
setWindow(DocumentWindow) - Method in class jApp.DocumentView
 
setWindowIcon() - Method in class jApp.DocumentWindow
 
showAlertDialog(int, Unit) - Method in class jApp.DoubleVariable
 
showAlertDialog(int, Unit) - Method in class jApp.LongVariable
 
showAlertDialog(int, Unit) - Method in interface jApp.ValueInterface
 
showAlertDialog(int, Unit) - Method in class jApp.Variable
Provided so that derived classes can provide their own specic alert dialogs in case an attempt is made to set the variable to an unacceptable value.
showConfirmDialog(Component, Object, String, int) - Method in class jApp.Application
Calls JOptionPane.showConfirmDialog(Component, Object, String, int).
showConfirmDialog(String, String, int) - Method in class jApp.Document
Calls Application.showConfirmDialog(Component, Object, String, int) with the active window of this document as the Component parameter.
showConfirmDialog(Component, String, String, int) - Method in class jApp.ModalDialog
 
showDialog() - Method in class jApp.ModalDialog
 
showDialog(Frame) - Method in class jApp.ModalDialog
 
showErrorMessage(String, String) - Method in class jApp.Application
Shortcut to Application.showMessageDialog(Component, Object, String, int) with null parent component and message type set to JOptionPane.ERROR_MESSAGE.
showErrorMessage(String, String) - Method in class jApp.Document
Calls Application.showMessageDialog(Component, Object, String, int) with the active window of this document as the Component parameter and JOptionPane.ERROR_MESSAGE as the type parameter.
showErrorMessage(String, String) - Method in class jApp.ModalDialog
 
showInfoMessage(String, String) - Method in class jApp.Application
Shortcut to Application.showMessageDialog(Component, Object, String, int) with null parent component and message type set to JOptionPane.INFORMATION_MESSAGE.
showInfoMessage(String, String) - Method in class jApp.Document
Calls Application.showMessageDialog(Component, Object, String, int) with the active window of this document as the Component parameter and JOptionPane.INFORMATION_MESSAGE as the type parameter.
showInfoMessage(String, String) - Method in class jApp.ModalDialog
 
showMessageDialog(Component, Object, String, int) - Method in class jApp.Application
Calls JOptionPane.showMessageDialog(Component, Object, String, int).
showPreview(PrintRequestAttributeSet, PrintService, DocumentPrinter) - Method in class jApp.PreviewDialog
 
showWarningMessage(String, String) - Method in class jApp.Application
Shortcut to Application.showMessageDialog(Component, Object, String, int) with null parent component and message type set to JOptionPane.WARNING_MESSAGE.
showWarningMessage(String, String) - Method in class jApp.Document
Calls Application.showMessageDialog(Component, Object, String, int) with the active window of this document as the Component parameter and JOptionPane.WARNING_MESSAGE as the type parameter.
showWarningMessage(String, String) - Method in class jApp.ModalDialog
 
SimpleSelection<T extends Selectable> - Class in jApp
 
SimpleSelection() - Constructor for class jApp.SimpleSelection
 
size() - Method in class jApp.SimpleSelection
 
SplashScreen - Class in jApp
 
SplashScreen() - Constructor for class jApp.SplashScreen
 
start(PerformanceKey) - Static method in class jApp.Profiler
 
startDrag(MouseEvent) - Method in class jApp.AbstractSelectionCommand
 
startDrag(MouseEvent) - Method in class jApp.DataTransferHandler
 
startDrag(DragSource, DragGestureEvent, Transferable, DragSourceListener) - Method in class jApp.DataTransferHandler
 
stateChanged(ChangeEvent) - Method in class jApp.ComboBox
 
stateChanged(ChangeEvent) - Method in class jApp.Connector
 
stateChanged(ChangeEvent) - Method in class jApp.JComboBoxConnector
 
stateChanged(ChangeEvent) - Method in class jApp.JRadioButtonConnector
 
stateChanged(ChangeEvent) - Method in class jApp.JTextFieldConnector
 
stateChanged(ChangeEvent) - Method in class jApp.JToggleButtonConnector
 
stateRestored() - Method in interface jApp.UndoableInterface
 
stop(PerformanceKey) - Static method in class jApp.Profiler
 
stringValue() - Method in class jApp.Variable
Converts the value of the variable to String by calling the Object.toString() method.
StringVariable - Class in jApp
 
StringVariable(String) - Constructor for class jApp.StringVariable
 
StringVariable() - Constructor for class jApp.StringVariable
 
substract(Point2d) - Method in class jApp.Point2d
 
suspend() - Method in class jApp.Command
 
swapRows(int, int) - Method in class jApp.PropertyEditor.TableModel
 

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