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

C

calculateViewTransform() - Method in class jApp.DocumentView
 
canAdd(JTable) - Method in class jApp.PropertyEditor.TableModel
 
CANCEL_OPTION - Static variable in class jApp.ModalDialog
 
canceled() - Method in class jApp.ProgressDialog
 
canImport(JComponent, DataFlavor[]) - Method in class jApp.DataTransferHandler
 
canPaste(DataFlavor[]) - Method in class jApp.Document
Checks if any of the availableFlavors can be pasted.
canRead() - Method in class jApp.FileType
 
canRemove(JTable) - Method in class jApp.PropertyEditor.TableModel
 
canWrite() - Method in class jApp.FileType
 
causeRegen() - Method in class jApp.Document
Causes all the DocumentWindows associated with this Document to be regenerated.
causeRegen() - Method in class jApp.DocumentView
 
causeRegen() - Method in class jApp.DocumentWindow
 
centerWindow(Window) - Static method in class jApp.Application
Centers a window on the screen so that it is horizontally in the center, vertically one third from the top.
Changeable - Class in jApp
 
Changeable() - Constructor for class jApp.Changeable
 
checkDesktopIntegration() - Method in class jApp.Application
Checks and performs the desktop integration (file associations and icon installation) if this is the first launch of the application.
cleanUp() - Method in class jApp.Document
Called to do cleam up once the document has been closed.
clear() - Method in interface jApp.Selection
 
clear() - Method in class jApp.SimpleSelection
 
clear() - Method in class jApp.Undoer
 
Clip - Class in jApp
Implements a simple Transferable that packages Flavors and the associated data.
Clip() - Constructor for class jApp.Clip
 
Clip(DataFlavor, Object) - Constructor for class jApp.Clip
 
CLIPPED_HEIGHT - Static variable in class jApp.BetterBoxLayout
Limit component height to container height
CLIPPED_WIDTH - Static variable in class jApp.BetterBoxLayout
Limit component width to container width
close() - Method in class jApp.DocumentWindow
 
close() - Method in class jApp.ProgressDialog
 
CLOSED_OPTION - Static variable in class jApp.ModalDialog
 
closeDialog() - Method in class jApp.ModalDialog
 
closeSplash() - Static method in class jApp.SplashScreen
 
CM - Static variable in class jApp.Unit
 
ComboBox - Class in jApp
 
ComboBox(Variable, Variable) - Constructor for class jApp.ComboBox
 
Command<T extends Document> - Class in jApp
 
Command(T) - Constructor for class jApp.Command
 
Command(T, String, Icon) - Constructor for class jApp.Command
 
Command(T, Icon) - Constructor for class jApp.Command
 
Command(T, String) - Constructor for class jApp.Command
 
componentHidden(ComponentEvent) - Method in class jApp.Connector
 
componentMoved(ComponentEvent) - Method in class jApp.Connector
 
componentResized(ComponentEvent) - Method in class jApp.Connector
 
componentShown(ComponentEvent) - Method in class jApp.Connector
 
configJToggleButton(JToggleButton) - Static method in class jApp.PartFactory
 
configure(JList, Object, int, boolean, boolean) - Method in class jApp.PartFactory.Painter
 
confirmIntegration() - Method in class jApp.Application
Shows the Desktop Integration confirmation dialog.
confirmReplaceFile(Component, File, boolean) - Method in class jApp.Application
Obtains confirmation from user for overwriting a file.
confirmReplaceFile(Component, File) - Method in class jApp.Application
Short cut to Application.confirmReplaceFile(Component, File, boolean).
confirmRevert() - Method in class jApp.Document
Confirms Reverting a Document.
confirmSave() - Method in class jApp.Document
Confirms saving a Document.
confirmWrite(File) - Method in class jApp.Document
Checks that the given file can be overwriten and if not show a dialog informing the user.
connect() - Method in class jApp.Connector
 
connect() - Method in class jApp.JTextFieldConnector
 
Connector - Class in jApp
This class connects Variable objects with Component components.
Connector(Component) - Constructor for class jApp.Connector
 
Connector(Component, ValueInterface) - Constructor for class jApp.Connector
 
Connector(Component, ChangeListener) - Constructor for class jApp.Connector
 
Connector(Component, ChangeListener, ValueInterface) - Constructor for class jApp.Connector
 
CONTAINER_HEIGHT - Static variable in class jApp.BetterBoxLayout
Use container height for component height
CONTAINER_WIDTH - Static variable in class jApp.BetterBoxLayout
Use container widht for component height
contains(T) - Method in interface jApp.Selection
 
contains(Selectable) - Method in class jApp.SimpleSelection
 
convertFrom(double) - Method in class jApp.Unit
Converts from what ever units this Unit represents to basic units.
converToRelative(String, String) - Static method in class jApp.PathUtils
 
convertTo(double) - Method in class jApp.Unit
Converts from basic units to what ever units this Unit represents.
convertToAbsolute(String, String) - Static method in class jApp.PathUtils
 
createAboutMenuAction() - Method in class jApp.Application
Document calls this to create the 'About Appplication...' -action.
createButtonField(PartFactory.Alligner, String, int, JComponent) - Static method in class jApp.PartFactory
 
createCheckBox(PartFactory.Alligner, String, ValueInterface) - Static method in class jApp.PartFactory
 
createCheckBox(PartFactory.Alligner, String, ValueInterface, double, double) - Static method in class jApp.PartFactory
 
createCheckBox(PartFactory.Alligner, String, ValueInterface, long, long) - Static method in class jApp.PartFactory
 
createCheckBox(PartFactory.Alligner, String, ValueInterface, Object, Object) - Static method in class jApp.PartFactory
 
createClipboard() - Method in class jApp.Document
Creates the default Clipboard object.
createColorButton(PartFactory.Alligner, String, int, ValueInterface) - Static method in class jApp.PartFactory
 
createComboBox(PartFactory.Alligner, String, int, JComboBox) - Static method in class jApp.PartFactory
 
createComboBox(PartFactory.ComboBoxModel, AbstractAction, AbstractAction) - Static method in class jApp.PartFactory
 
createComboBox(String, PartFactory.Alligner, PartFactory.ComboBoxModel, AbstractAction, AbstractAction) - Static method in class jApp.PartFactory
 
createComboBox(Object[]) - Static method in class jApp.PartFactory
 
createComboBox(PartFactory.Alligner, String, Variable, Object[]) - Static method in class jApp.PartFactory
 
createCopyAction() - Method in class jApp.Document
Creates the default 'Copy' action.
createCutAction() - Method in class jApp.Document
Creates the default 'Cut' action.
createDataTransferHandler() - Method in class jApp.Document
The Document initialization code calls this method once to create the a DataTransferHandler for this Document, which can then be accessed using Document.getDataTransferHandler().
createDeleteAction() - Method in class jApp.Document
Creates the default 'Delete' action.
createEditMenu() - Method in class jApp.DocumentWindow
 
createEditor(PropertyEditor.TableModel) - Static method in class jApp.PropertyEditor
 
createEntryField(PartFactory.Alligner, String, int, Format, ValueInterface, Unit) - Static method in class jApp.PartFactory
 
createEntryField(PartFactory.Alligner, String, int, Format, ValueInterface, Unit, boolean) - Static method in class jApp.PartFactory
 
createFileMenu() - Method in class jApp.DocumentWindow
 
createFontComboBox(PartFactory.Alligner, String, Variable) - Static method in class jApp.PartFactory
 
createFrame() - Static method in class jApp.PartFactory
 
createFrame(String) - Static method in class jApp.PartFactory
 
createGlue() - Static method in class jApp.BetterBoxLayout
Creates a glue object.
createHatchPaint(Color) - Static method in class jApp.GraphicUtils
 
createHelpMenu() - Method in class jApp.DocumentWindow
 
createHorizontalBox() - Static method in class jApp.BetterBoxLayout
 
createHorizontalBox(String) - Static method in class jApp.PartFactory
 
createHorizontalBox() - Static method in class jApp.PartFactory
 
createHorizontalBox(JComponent) - Static method in class jApp.PartFactory
 
createHorizontalGlue() - Static method in class jApp.BetterBoxLayout
Creates a horizontal glue object.
createHorizontalStrut(int) - Static method in class jApp.BetterBoxLayout
Creates a horizontal strut object of a given width.
createInverse() - Method in class jApp.Transform2d
 
createMenuBar() - Method in class jApp.DocumentWindow
 
createNumberRenderer(String) - Static method in class jApp.TableUtils
 
createObjectInputStream(FileInputStream) - Method in class jApp.Document
Method Document.readFromStream(FileInputStream) calls this to create the input stream.
createObjectOutputStream(FileOutputStream) - Method in class jApp.Document
Method Document.writeToStream(ObjectOutputStream) calls this to create the input stream.
createOkCancelPanel(ModalDialog) - Static method in class jApp.ModalDialog
 
createOkCancelPanel(ModalDialog, boolean) - Static method in class jApp.ModalDialog
 
createOkPanel(ModalDialog) - Static method in class jApp.ModalDialog
 
createPasteAction() - Method in class jApp.Document
Creates the default 'Paste' action.
createPathEntryField(Application, PartFactory.Alligner, String, String, int, ValueInterface, int) - Static method in class jApp.PartFactory
 
createPopupMenu(JComponent) - Static method in class jApp.PartFactory
 
createPopupMenu(JComponent, boolean) - Static method in class jApp.PartFactory
 
createPopupMenu() - Static method in class jApp.PartFactory
 
createPreferencesMenuAction() - Method in class jApp.Application
Document calls this to create the 'Preferences...' -action.
createPreviewDialog(Document) - Method in class jApp.Document
Creates and returns a new PreviewDialog for this document.
createRadioButton(ImageIcon, int, Insets, ValueInterface, long) - Static method in class jApp.PartFactory
 
createRadioButton(PartFactory.Alligner, String, ValueInterface, double) - Static method in class jApp.PartFactory
 
createRadioButton(PartFactory.Alligner, String, ValueInterface, long) - Static method in class jApp.PartFactory
 
createRadioButton(PartFactory.Alligner, String, ValueInterface, Object) - Static method in class jApp.PartFactory
 
createRecentFilesMenu() - Method in class jApp.DocumentWindow
 
createRedoAction(String, ImageIcon, KeyStroke) - Method in class jApp.Undoer
 
createRigidArea(int, int) - Static method in class jApp.BetterBoxLayout
Createas an invisible (transparent), space occupying, non resizable component of given width and height.
createSelection() - Method in class jApp.Document
Creates the default Selection object.
createSplashPane(ImageIcon, String, int, int) - Static method in class jApp.SplashScreen
 
createStringFormat() - Static method in class jApp.PartFactory
 
createTableEditor(JTable, Vector) - Static method in class jApp.PartFactory
 
createToggleButton(ImageIcon, ValueInterface, boolean) - Static method in class jApp.PartFactory
 
createToggleButtonXX(PartFactory.Alligner, String, ValueInterface) - Static method in class jApp.PartFactory
 
createTransferable(JComponent, MouseEvent) - Method in class jApp.DataTransferHandler
 
createUndoAction(String, ImageIcon, KeyStroke) - Method in class jApp.Undoer
 
createUndoer() - Method in class jApp.Document
Creates the Undoer object for this Document.
createVerticalBox() - Static method in class jApp.BetterBoxLayout
 
createVerticalBox(String) - Static method in class jApp.PartFactory
 
createVerticalBox() - Static method in class jApp.PartFactory
 
createVerticalBox(JComponent) - Static method in class jApp.PartFactory
 
createVerticalGlue() - Static method in class jApp.BetterBoxLayout
Creates a vertical glue object.
createVerticalStrut(int) - Static method in class jApp.BetterBoxLayout
Creates a vertical strut object of a given height.
createWindowMenu() - Method in class jApp.DocumentWindow
 
createWindows() - Method in class jApp.Document
Application calls this to create windows for a document.
createZoomPane(JPanel, LinkedList, LinkedList, JComponent) - Static method in class jApp.PartFactory
 
cryptText(String) - Static method in class jApp.RegistrationChipher
 
CustomisedUndoableInterface - Interface in jApp
Title:

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