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

A

ALL - Static variable in interface cdox.edit.CDCoverStandards
Indicating all files.
AboutDialog - class cdox.gui.AboutDialog.
A class that represents the about dialog.
AboutDialog(Frame, String) - Constructor for class cdox.gui.AboutDialog
Constructs a new modal Dialog-frame, with two panes.
AbstractOption - class cdox.util.conf.AbstractOption.
This class is the abstract superclass for various options.
AbstractOption(String, String, Node) - Constructor for class cdox.util.conf.AbstractOption
Constructs new one.
AudioData - class cdox.data.AudioData.
Represents the data for an audio CD.
AudioData() - Constructor for class cdox.data.AudioData
 
AudioDataSheet - class cdox.data.AudioDataSheet.
This class is used by AudioData to display the audio CD data.
AudioDataSheet(Frame) - Constructor for class cdox.data.AudioDataSheet
Constructs one.
accept(File) - Method in class cdox.gui.ExtensionFilter
This Method returns true when the file is accepted by the extensionFilter.
actionPerformed(ActionEvent) - Method in class cdox.edit.BorderRotator
Rotates the border one time.
actionPerformed(ActionEvent) - Method in class cdox.edit.EditPane.TabListener
 
actionPerformed(ActionEvent) - Method in class cdox.gui.AboutDialog
Calls the repaint method of the AboutScrollPanel, is called by the Timer.
actionPerformed(ActionEvent) - Method in class cdox.gui.ChooseDataDialog
 
actionPerformed(ActionEvent) - Method in class cdox.gui.CoverDialog
In this Method the actions are evaluated.
actionPerformed(ActionEvent) - Method in class cdox.gui.ImageDialog
Is called when either one of the buttons is pressed.
actionPerformed(ActionEvent) - Method in class cdox.gui.RotateDialog
This method is registerd with the buttons, if ok is pressed, the current JInfieldValue is saved in returnValue.
actionPerformed(ActionEvent) - Method in class cdox.gui.action.EditAction
This Method handles all the EditActions.
actionPerformed(ActionEvent) - Method in class cdox.gui.action.EditBildAction
This Method handles all the EditBildActions.
actionPerformed(ActionEvent) - Method in class cdox.gui.action.FileAction
This Method handles all the FileActions.
actionPerformed(ActionEvent) - Method in class cdox.gui.action.HelpAction
This Method handles all the ControlActions.
actionPerformed(ActionEvent) - Method in class cdox.gui.action.InsertAction
This Method handles all the InsertActions.
actionPerformed(ActionEvent) - Method in class cdox.gui.action.TextAction
This method is inherited from Action, it is called when a TextAction has happened in the CDoxFrame.
actionPerformed(ActionEvent) - Method in class cdox.gui.wizard.CdoxWizard
Listens for the buttons in the buttonPanel and does the actions.
actionPerformed(ActionEvent) - Method in class cdox.gui.wizard.WizardPreview
If a button is added to the panel, this is its ActionListener.
actionPerformed(ActionEvent) - Method in class cdox.util.EscapeListener
Clicks the button.
add(String, Component) - Method in class cdox.gui.ToolBarPane
This Method is called when a ToolBar is floating, and than closed, or moved by the user.
add(String, File) - Static method in class cdox.util.TempFiles
This method adds a temp file that has already been created.
add(File) - Static method in class cdox.util.TempFiles
This method adds a temp file.
add(ZipFile, ZipEntry) - Static method in class cdox.util.TempFiles
This method adds a temp file.
add(BufferedImage) - Static method in class cdox.util.TempFiles
This method adds an image as temp file.
addCoverTemplates(int[], Font, boolean, boolean, boolean, Color) - Method in class cdox.edit.EditPane
This Method iterates over the given array to see what CoverPanels should be added, and adds them.
addCoverTemplates(Cover[], Font, boolean, boolean, boolean, Color, String) - Method in class cdox.edit.EditPane
Sets the given covers as current project.
addCovers(int[]) - Method in class cdox.gui.CDoxFrame
This method adds the drawingPanes to the EditPane, it calls the same method in editpane.
addCovers(Cover[], String) - Method in class cdox.gui.CDoxFrame
This method adds the drawingPanes to the EditPane, it calls the same method in editpane.
addElement(Element) - Method in class cdox.edit.Cover
Adds an element to the cover.
addImage(String) - Method in class cdox.edit.CDDrawingPane
This method adds a normal Image to this pane.
addNewComponentHandler() - Method in class cdox.edit.EditPane
This Method gets a ComponentListener which will be registered with the JScrollPane, this way we can notfiy the CDDrawingPane if the viewable size is to small.
adjustmentValueChanged(AdjustmentEvent) - Method in class cdox.gui.RotateDialog
This Method is registered with the scrollBar it is called when any changes on the scrollbar have taken place.
appendChild(Element, String) - Method in class cdox.edit.Element
Appends an "element" element to the root-element with all required attributes set.
appendText(String, String, String, String, String, String, String) - Method in class cdox.edit.TextPane
This method is called when the a saved CDox document with text-elements is loaded.
askForLanguage() - Static method in class cdox.CDox
Pops up a dialog and asks for a language to choose.

B

BLUR - Static variable in class cdox.gui.ImageDialog
This constant represents the BLUR edit-image-menu-item in the popup-menu.
BRIGHTNESS_CONTRAST_GAMMA - Static variable in class cdox.gui.ImageDialog
This constant represents the BRIGHTNESS_CONTRAST_GAMMA edit-image-menu-item in the popup-menu.
BackgroundEditAction - class cdox.gui.undo.BackgroundEditAction.
This class represents the undo/redo action for an backgroundImage-correction.
BackgroundEditAction(CDoxFrame, Cover, String, String) - Constructor for class cdox.gui.undo.BackgroundEditAction
Constructs a new backgroundEditAction which stores the keys to the temporary files of the filtered and un-filtered (original) image.
Base64 - class cdox.util.Base64.
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - Constructor for class cdox.util.Base64
 
Blur - class cdox.util.image.Blur.
This class blurs a BufferedImage.
Blur(Observer, String) - Constructor for class cdox.util.image.Blur
This constructor creates a new Blur Object, with a JSlider in a JPanel with a titledBorder set with the name paneTitle.
Blur(float) - Constructor for class cdox.util.image.Blur
This constructor creates a new Blur Object with its initial-Value set to val.
BorderRotator - class cdox.edit.BorderRotator.
This class rotates the static stroke `dashed' in the class Element.
BorderRotator(Component, Cover) - Constructor for class cdox.edit.BorderRotator
Creates a new BorderRotator.
Brightness - class cdox.util.image.Brightness.
This class brightens a BufferedImage.
Brightness(Observer, String) - Constructor for class cdox.util.image.Brightness
This constructor creates a new Brighten Object, with a JSlider in a JPanel with a titledBorder set with the name paneTitle.
Brightness(float) - Constructor for class cdox.util.image.Brightness
This constructor creates a new Brighten Object with its initial-Value set to val.
Browser - class cdox.util.doc.Browser.
A browser that is used to browse the help file(s).
Browser(JFrame, String, Documentation) - Constructor for class cdox.util.doc.Browser
Constructs new one.
Browser(JFrame, Documentation) - Constructor for class cdox.util.doc.Browser
Constructs new one.

C

CDBACK_SIDE - Static variable in interface cdox.edit.CDCoverStandards
Indicating that the type is a back side.
CDBACK_SIDE_SIZE - Static variable in interface cdox.edit.CDCoverStandards
The size of a back side with side borders.
CDBACK_SIZE - Static variable in interface cdox.edit.CDCoverStandards
The size of a back side.
CDBOOKLET - Static variable in interface cdox.edit.CDCoverStandards
Indicating that the type is a booklet.
CDBOOKLET_SIZE - Static variable in interface cdox.edit.CDCoverStandards
The size of a back side without the sides.
CDCover - class cdox.edit.CDCover.
This class Creates a Panel in which the actual CDCover Panel will be added.
CDCover(CDoxFrame, int, Font, boolean, boolean, boolean, Color) - Constructor for class cdox.edit.CDCover
The constructor is called to do all the work.
CDCover(CDoxFrame, Cover, int, Font, boolean, boolean, boolean, Color) - Constructor for class cdox.edit.CDCover
Constructs new one with a given cover.
CDCoverStandards - interface cdox.edit.CDCoverStandards.
An interface containing some useful constants.
CDDrawingPane - class cdox.edit.CDDrawingPane.
This class represents the Actual drawing Panel.
CDDrawingPane(CDoxFrame, Dimension, int, Font, boolean, boolean, boolean, Color) - Constructor for class cdox.edit.CDDrawingPane
The Constructor sets the size, and the background Color.
CDDrawingPane(CDoxFrame, Dimension, Cover, int, Font, boolean, boolean, boolean, Color) - Constructor for class cdox.edit.CDDrawingPane
Constructs new one with the given cover.
CDFRONT - Static variable in interface cdox.edit.CDCoverStandards
Indicating that the type is a front side.
CDFRONT_SIZE - Static variable in interface cdox.edit.CDCoverStandards
The size of a front side.
CDSIDE_SIZE - Static variable in interface cdox.edit.CDCoverStandards
The size of a back side border.
CDX - Static variable in interface cdox.edit.CDCoverStandards
Indication cdx files.
CDox - class cdox.CDox.
The main class.
CDox() - Constructor for class cdox.CDox
Inits the CDox.
CDoxAction - class cdox.gui.action.CDoxAction.
This is the abstract superclass of all CDox actions.
CDoxAction(CDoxFrame, String, String) - Constructor for class cdox.gui.action.CDoxAction
Constructor.
CDoxFrame - class cdox.gui.CDoxFrame.
This is the main frame of the CDox graphical application.
CDoxFrame(CDox, String) - Constructor for class cdox.gui.CDoxFrame
 
CDoxFrame(CDox) - Constructor for class cdox.gui.CDoxFrame
This is the main constructor of the program, if this works everything works.
CDoxLoader - class cdox.edit.CDoxLoader.
This is a class to load a CDox file from a stream/file whatever and to reconstruct the Cover and Data objects that are stored within it.
CDoxLoader() - Constructor for class cdox.edit.CDoxLoader
Constructs new loader.
COMPONENT_FLAVOR - Static variable in class cdox.edit.GenericElement
This is the DataFlavor for cut/pasting a generic element.
CaretUpdater - class cdox.gui.action.CaretUpdater.
A simple class to update the fontBox and fontSizeBox of the CDoxFrame if the user moves the caret in a new textElement(that is in a TextPane).
CaretUpdater(CDoxFrame, TextPane) - Constructor for class cdox.gui.action.CaretUpdater
Constucts a new CaretUpdater with the specified TextPane.
CdoxWizard - class cdox.gui.wizard.CdoxWizard.
This class represents the CDox wizard.
CdoxWizard(CDoxFrame, String) - Constructor for class cdox.gui.wizard.CdoxWizard
Constructs a new CDoxWizard with all standard panels, starting at page one.
ChooseDataDialog - class cdox.gui.ChooseDataDialog.
GUI class to manage the data information.
ChooseDataDialog(CDoxFrame, Localizer) - Constructor for class cdox.gui.ChooseDataDialog
Creates a new ChooseDataDialog instance.
ChooseDataDialog(CDoxFrame, Localizer, Data) - Constructor for class cdox.gui.ChooseDataDialog
Creates a new ChooseDataDialog instance.
Configurable - interface cdox.util.conf.Configurable.
Implementing this interface will enable the class to be configured in an easy way.
ConfigurationDialog - class cdox.util.conf.ConfigurationDialog.
This dialog constructs itself from a xml configuration file where all configurable options are stored with their default values.
ConfigurationDialog(JFrame, String, InputStream) - Constructor for class cdox.util.conf.ConfigurationDialog
Constructs one.
ContextPopupMenu - class cdox.gui.ContextPopupMenu.
A configurable popup menu class.
ContextPopupMenu(String, Component, int, int, Action[], JMenu) - Constructor for class cdox.gui.ContextPopupMenu
Constructs a popup, defined by the given array of Actions.
Contrast - class cdox.util.image.Contrast.
This class highers or loweres the contrast of a BufferedImage.
Contrast(Observer, String) - Constructor for class cdox.util.image.Contrast
This constructor creates a new Contrast Object, with a JSlider in a JPanel with a titledBorder set with the name paneTitle.
Contrast(float) - Constructor for class cdox.util.image.Contrast
This constructor creates a new Contrast Object with its initial-Value set to val.
CorrectorSlider - class cdox.util.image.CorrectorSlider.
This class is the superclass of all the imageCorrection-classes.
CorrectorSlider(float) - Constructor for class cdox.util.image.CorrectorSlider
Constructs a CorrectorSlider without the JSlider.
CorrectorSlider(Observer, String, int, int, int, int, int, boolean) - Constructor for class cdox.util.image.CorrectorSlider
Constructs a new CorrectorSlider with the JSlider which is used to set the value to be used in the sub-classes-filter method.
Cover - class cdox.edit.Cover.
This class is the real implementation for the off-screen CDover.
Cover(int) - Constructor for class cdox.edit.Cover
Creates a new cover with no elements.
CoverDialog - class cdox.gui.CoverDialog.
This class represents a dialog, in which the user is able to chooce which covers he wants to make.
CoverDialog(Frame, String) - Constructor for class cdox.gui.CoverDialog
The Constructor first creates a checkbox pane in which the checkboxes will be stored, and after that a buttonpanel in which the OK-Cancel-Button are added.
cFrame - Variable in class cdox.gui.action.CDoxAction
The CDoxFrame.
cachedImage - Variable in class cdox.edit.Element
The cached Element.
caretUpdate(CaretEvent) - Method in class cdox.gui.RotateDialog
This Method is called when the user manually types in the JIntField.
caretUpdate(CaretEvent) - Method in class cdox.gui.action.CaretUpdater
This method is inherited from the CaretListener interface.
cdox - package cdox
 
cdox.data - package cdox.data
 
cdox.edit - package cdox.edit
 
cdox.gui - package cdox.gui
 
cdox.gui.action - package cdox.gui.action
 
cdox.gui.undo - package cdox.gui.undo
 
cdox.gui.wizard - package cdox.gui.wizard
 
cdox.print - package cdox.print
 
cdox.util - package cdox.util
 
cdox.util.conf - package cdox.util.conf
 
cdox.util.doc - package cdox.util.doc
 
cdox.util.image - package cdox.util.image
 
center(Window) - Method in class cdox.gui.CDoxFrame
Sets the given windows to the center of the screen and packs it.
center() - Method in class cdox.gui.PreviewWindow
Displays this dialog in the center of the screen and packs it.
checkCloseable() - Method in class cdox.gui.CDoxFrame
Checks, if the actual document has been saved.
checkSaveable() - Method in class cdox.gui.CDoxFrame
This method checks to see whether an opened file have to be saved or not.
checkValidity() - Static method in class cdox.util.conf.KeyStrokeOption
This method checks all changed keystrokes for validity.
chooseDataSource(Localizer, Class) - Static method in class cdox.data.PluginFactory
Lets the user choose a data source for his CD data.
chooseDataType(Localizer) - Static method in class cdox.data.PluginFactory
Lets the user choose a data type for his CD.
clearHistory() - Method in class cdox.util.doc.Browser
This method clears the history and sets the current topic as the only item of it.
closeErrorLog() - Static method in class cdox.util.ErrorHandler
Closes the error log file.
colorAttributeSet(Color) - Method in class cdox.edit.TextPane
This Method sets the text color of a none Editable TextElement.
commitChanges() - Method in class cdox.util.conf.AbstractOption
Causes the option to write its changes to its preferences node.
commitChanges() - Method in class cdox.util.conf.KeyStrokeOption
 
commitChanges() - Method in class cdox.util.conf.LanguageOption
 
commitChanges() - Method in class cdox.util.conf.YesNoOption
 
componentResized(ComponentEvent) - Method in class cdox.edit.EditPane.CompHandler
 
configure(boolean) - Method in class cdox.gui.CDoxFrame
If show is true, it shows the configuration dialog, if not, it creates a new one.
configure(Object) - Method in class cdox.gui.action.CDoxAction
Inherited from Configurable.
configure(Object) - Method in interface cdox.util.conf.Configurable
This method will be called to configure the object.
configure(HashMap) - Method in class cdox.util.conf.ConfigurationDialog
Configures the objects mapped in this class.
corSlider - Variable in class cdox.util.image.CorrectorSlider
The slider which sets the value
cover - Variable in class cdox.edit.Element
The Cover.
createCachedImage() - Method in class cdox.edit.Element
Creates an image of the element.
createData() - Method in class cdox.data.FileSourceDialog
 
createDefaultModel() - Method in class cdox.util.JCharField
Overrides something in JTextField; it just returns an CharDocument (This IS a JCharField...)
createDefaultModel() - Method in class cdox.util.JIntField
Overrides something in JTextField; it just returns an IntDocument (This IS a JIntField...)
createMultipleStrings(Cover, String[], Font, int, int, boolean, boolean, boolean, boolean) - Static method in class cdox.edit.TextElementGenerator
Creates a text element from multiple strings.
createSideString(Cover, String) - Static method in class cdox.edit.TextElementGenerator
This method creates two text elements as side strings.
createSingleString(Cover, String, Font, int, int, boolean, boolean, boolean, boolean) - Static method in class cdox.edit.TextElementGenerator
Creates a text element from a single string.

D

Data - interface cdox.data.Data.
This interface is used to represent the data that is known about the current CD and to fill this data on a cover.
DataSource - interface cdox.data.DataSource.
This interface is meant to provide easy access to a database, a specific file format or any other data source that provides information about a CD.
DoAction - interface cdox.gui.undo.DoAction.
This interface represents an action that a user can do in our editor.
Documentation - class cdox.util.doc.Documentation.
This class grants easy access to an application's documentation.
Documentation(JFrame, InputStream) - Constructor for class cdox.util.doc.Documentation
Constructs one using the given stream.
Documentation(JFrame, String) - Constructor for class cdox.util.doc.Documentation
Constructs one using the given file.
Documentation(JFrame, URL) - Constructor for class cdox.util.doc.Documentation
Constructs one using the given URL.
Documentation(JFrame, File) - Constructor for class cdox.util.doc.Documentation
Constructs one using the given file.
dashed - Static variable in class cdox.edit.Element
This stroke is updated automatically by the timer.
decode(byte[]) - Static method in class cdox.util.Base64
Decodes Base64 data into octects
deleteBackgroundImage() - Method in class cdox.edit.Cover
Deletes the backgroundImage, and all of its sources.
destroyMe() - Method in class cdox.edit.Cover
This method can be invoked to indicate that this Cover is no longer needed.
destroyMe() - Method in class cdox.edit.Element
This method can be invoked to indicate that this Element is no longer needed.
diagonalResizeRect - Variable in class cdox.edit.Element
Needed for the resizing position cursors.
dir - Variable in class cdox.data.FileSourceDialog
 
displayDocumentation(String) - Method in class cdox.util.doc.Documentation
Displays all documentation in swing.
displayDocumentationFor(String, String) - Method in class cdox.util.doc.Documentation
Displays the requested documentation in swing.
documentation - Static variable in class cdox.CDox
This is the documentation for CDox, used to display the helpbrowser (amongst other things).
drawMyself(Graphics) - Method in class cdox.edit.Cover
Draws the whole thing onto the given graphics.
drawMyself(Graphics2D) - Method in class cdox.edit.Element
Draws itself on the provided graphics object.

E

EditAction - class cdox.gui.action.EditAction.
This is an Class is called from CDoxFrame, which handles the EditActions.
EditAction(CDoxFrame, String, String) - Constructor for class cdox.gui.action.EditAction
The EditAction Constructor stores an Image(if available) and a ToolTip(if available).
EditBildAction - class cdox.gui.action.EditBildAction.
This class handles the EditBildActions EditBildActions are just in the popupMenu when rightclicked on an image-element.
EditBildAction(CDoxFrame, String, String) - Constructor for class cdox.gui.action.EditBildAction
The EditBildAction Constructor stores an Image(if available) and a ToolTip(if available).
EditPane - class cdox.edit.EditPane.
This class is the rootPane for the later CDCover panes, it's constructed in the CDoxFrame, and lives and dies with it.
EditPane(CDoxFrame) - Constructor for class cdox.edit.EditPane
The Constructor just calls the super class(JPanel) to set the layoutmangager.
EditPane.CompHandler - class cdox.edit.EditPane.CompHandler.
This Class iterates over the Components and changes the values of their ScrollPane width and height.
EditPane.CompHandler() - Constructor for class cdox.edit.EditPane.CompHandler
 
EditPane.TabListener - class cdox.edit.EditPane.TabListener.
 
EditPane.TabListener() - Constructor for class cdox.edit.EditPane.TabListener
 
Element - class cdox.edit.Element.
This class represents an element that is contained within a document.
Element(Dimension, Point) - Constructor for class cdox.edit.Element
Some general initialization work is done here.
ErrorHandler - class cdox.util.ErrorHandler.
This is a utility class that can be used for, yes, error handling.
ErrorHandler() - Constructor for class cdox.util.ErrorHandler
 
EscapeListener - class cdox.util.EscapeListener.
This class simply clicks the button if the escape key is hit.
EscapeListener(AbstractButton, JRootPane) - Constructor for class cdox.util.EscapeListener
Constructs one.
ExtensionFilter - class cdox.gui.ExtensionFilter.
This class arranges the file extensions in the JFileChooser defined in CDoxFrame.
ExtensionFilter(String, String, String) - Constructor for class cdox.gui.ExtensionFilter
The Constructor accepts two String (extension and description) which will be stored.
elementSize - Variable in class cdox.edit.Element
The size of the element.
encode(byte[]) - Static method in class cdox.util.Base64
Encodes hex octects into Base64
error(SAXParseException) - Method in class cdox.util.XMLErrorHandler
 
exportMySelf(File) - Method in class cdox.edit.Cover
This method exports this Cover to an image.

F

FileAction - class cdox.gui.action.FileAction.
This Class handles the FileActions.
FileAction(CDoxFrame, String, String) - Constructor for class cdox.gui.action.FileAction
The FileAction Constructor stores an Image(if available) and a ToolTip(if available).
FileSource - class cdox.data.FileSource.
This is a DataSource that can be used to read a directory in several ways and generate GenericData from it.
FileSource() - Constructor for class cdox.data.FileSource
 
FileSourceDialog - class cdox.data.FileSourceDialog.
 
FileSourceDialog(Frame) - Constructor for class cdox.data.FileSourceDialog
Constructs a modal one with the specified frame as parent.
FotoEditAction - class cdox.gui.undo.FotoEditAction.
This class represents the undo/redo action for an Image-correction.
FotoEditAction(CDoxFrame, ImageElement, String, String) - Constructor for class cdox.gui.undo.FotoEditAction
Creates a new FotoEditAction which stores the key (id) to the oldImage and the key to the newImage.
fatalError(SAXParseException) - Method in class cdox.util.XMLErrorHandler
 
fillBack(Cover) - Method in class cdox.data.AudioData
This method will insert a list of the tracks and sides with title and artist.
fillBack(Cover) - Method in interface cdox.data.Data
This method should fill the given cover with elements that are created from the data which is stored here.
fillBack(Cover) - Method in class cdox.data.GenericData
This method will insert a list of the strings and the title on the side.
fillBack(Cover) - Method in class cdox.data.VideoData
This method will insert a title at the sides and the description, title and subtitle.
fillBooklet(Cover) - Method in class cdox.data.AudioData
This method will insert the title, subtitle, artist, tracks and the description.
fillBooklet(Cover) - Method in interface cdox.data.Data
This method should fill the given cover with elements that are created from the data which is stored here.
fillBooklet(Cover) - Method in class cdox.data.GenericData
This method will insert the title and the strings on the other side.
fillBooklet(Cover) - Method in class cdox.data.VideoData
This method will insert the title and a subtitle as well as the description.
fillFront(Cover) - Method in class cdox.data.AudioData
This method will insert a (big) title, a (not so big) subtitle and the artist (as big as title).
fillFront(Cover) - Method in interface cdox.data.Data
This method should fill the given cover with elements that are created from the data which is stored here.
fillFront(Cover) - Method in class cdox.data.GenericData
This method will insert the title.
fillFront(Cover) - Method in class cdox.data.VideoData
This method will insert a title and a subtitle.
filter(BufferedImage, BufferedImage) - Method in class cdox.util.image.Blur
The actual filtering is done in this method defined in ImageCorrector.
filter(BufferedImage, BufferedImage) - Method in class cdox.util.image.Brightness
The actual filtering is done in this method defined in ImageCorrector.
filter(BufferedImage, BufferedImage) - Method in class cdox.util.image.Contrast
The actual filtering is done in this method defined in ImageCorrector.
filter(BufferedImage, BufferedImage) - Method in class cdox.util.image.GammaCorrection
The actual filtering is done in this method defined in ImageCorrector.
filter(BufferedImage, BufferedImage) - Method in interface cdox.util.image.ImageCorrector
Does a transformation on the source-bufferedImage and returns the destination BufferedImage.
filter(BufferedImage, BufferedImage) - Method in class cdox.util.image.Sharpen
The actual filtering is done in this method defined in ImageCorrector.
fireChanged() - Method in class cdox.edit.Cover
Causes the internal image to be repainted.
flipElementHorizontal() - Method in class cdox.edit.Element
Flips the element horizontal.
flipElementHorizontal() - Method in class cdox.gui.CDoxFrame
Sets the specified horizontal flipping of the selected element.
flipElementVertical() - Method in class cdox.edit.Element
Flips the element vertical.
flipElementVertical() - Method in class cdox.gui.CDoxFrame
Sets the specified Vertical flipping of the selected element.
flipHorizontal - Variable in class cdox.edit.Element
If true, element is flipped horizontal.
flipVertical - Variable in class cdox.edit.Element
If true, element is flipped vertical.
focusGained(FocusEvent) - Method in class cdox.data.AudioDataSheet
 
focusGained(FocusEvent) - Method in class cdox.data.GenericDataSheet
 
focusLost(FocusEvent) - Method in class cdox.data.AudioDataSheet
 
focusLost(FocusEvent) - Method in class cdox.data.GenericDataSheet
 
fullPath - Variable in class cdox.data.FileSourceDialog
 

G

GIF - Static variable in interface cdox.edit.CDCoverStandards
Indicating gif files.
GammaCorrection - class cdox.util.image.GammaCorrection.
This class highers or loweres the gamma of a BufferedImage.
GammaCorrection(Observer, String) - Constructor for class cdox.util.image.GammaCorrection
This constructor creates a new GammaCorrection Object, with a JSlider in a JPanel with a titledBorder set with the name paneTitle.
GammaCorrection(float) - Constructor for class cdox.util.image.GammaCorrection
This constructor creates a new GammaCorrection Object with its initial-Value set to val.
GenericData - class cdox.data.GenericData.
Represents the data for an audio CD.
GenericData() - Constructor for class cdox.data.GenericData
 
GenericDataSheet - class cdox.data.GenericDataSheet.
This class is used by AudioData to display the audio CD data.
GenericDataSheet(Frame) - Constructor for class cdox.data.GenericDataSheet
Constructs one.
GenericElement - class cdox.edit.GenericElement.
This class represents an element that is contained within a document.
GenericElement(Point, Dimension, JComponent) - Constructor for class cdox.edit.GenericElement
Creates new element at the specified position.
get(String) - Method in class cdox.util.Localizer
Returns the localized String mapping the key.
get(String, String[]) - Method in class cdox.util.Localizer
Returns the localized String mapping the key.
get(String) - Static method in class cdox.util.TempFiles
Returns the input stream for the temp file associated with the specified name.
getActiveCover() - Method in class cdox.edit.EditPane
Returns the active CDCover object.
getActualFont() - Method in class cdox.gui.CDoxFrame
This method returns the actual font.
getActualFontSize() - Method in class cdox.gui.CDoxFrame
This method returns the actualfontSize.
getAllPrinters() - Method in class cdox.gui.CDoxFrame
Returns all printers on the System, capable of printing this document.
getAlternativeExtension() - Method in class cdox.gui.ExtensionFilter
Returns the alternative extension.
getAvailableDataClasses() - Static method in class cdox.data.PluginFactory
Returns all available data classes.
getAvailableLanguages() - Method in class cdox.util.Localizer
Returns the available languages.
getBackgroundColor() - Method in class cdox.edit.CDDrawingPane
This Method returns the current background color.
getBackgroundColor() - Method in class cdox.edit.Cover
Returns the background color.
getBackgroundImage() - Method in class cdox.edit.Cover
Returns the backgroundimage or null im no backgroundImage is present.
getBufferedImage() - Method in class cdox.edit.Cover
Returns an image with all elements painted.
getBufferedImage() - Method in class cdox.edit.Element
This method must return an untransformed image of the element.
getBufferedImage() - Method in class cdox.edit.GenericElement
 
getBufferedImage() - Method in class cdox.edit.ImageElement
This method returns a bufferedImage.
getBufferedImage() - Method in class cdox.edit.TextElement
 
getCategories(String) - Method in class cdox.util.doc.Documentation
Returns category related information in this documentation in two HashMaps.
getCenterPosition() - Method in class cdox.gui.StringPlacer
Returns the x position of the String to center it.
getChoices() - Method in class cdox.gui.CoverDialog
This Method returns the users selected checkboxes in an int-array form.
getColorChooser() - Method in class cdox.gui.CDoxFrame
This method returns the Colordialog
getComponent() - Method in class cdox.util.conf.AbstractOption
Returns a component which is used to alter this option.
getComponent() - Method in class cdox.util.conf.KeyStrokeOption
 
getComponent() - Method in class cdox.util.conf.LanguageOption
 
getComponent() - Method in class cdox.util.conf.YesNoOption
 
getCover() - Method in class cdox.edit.CDDrawingPane
This method returns this drawingPane's cover-Object.
getCovers() - Method in class cdox.edit.CDoxLoader
Returns the parsed covers.
getCovers() - Method in class cdox.edit.EditPane
Returns all covers that are used within this EditPane.
getCurrentClickPoint() - Method in class cdox.edit.CDDrawingPane
Returns the point clicked by the user.
getCurrentHeight() - Method in class cdox.gui.StringPlacer
returns the current position of the text on the backgroundimage.
getCurrentImage() - Method in class cdox.edit.ImageElement
Returns the Original image with applied filters etc.
getCurrentPaintImage() - Method in class cdox.gui.ImagePreview
Returns the current paint image (scaled).
getData() - Method in class cdox.edit.CDoxLoader
Returns the parsed data or null, if none was found.
getData() - Method in class cdox.gui.CDoxFrame
Returns the Data for the current project or null, if none has been set.
getDataSourcesFor(Class) - Static method in class cdox.data.PluginFactory
This method returns all DataSource classes that can be used to aquire the provided Data class.
getDataType() - Method in interface cdox.data.DataSource
Returns the class of data which this source provides.
getDataType() - Method in class cdox.data.FileSource
 
getDataType() - Method in class cdox.data.VideoFileSource
 
getDecodedDataLength(byte[]) - Static method in class cdox.util.Base64
returns length of decoded data given an array containing encoded data.
getDefaultPrinter() - Method in class cdox.gui.CDoxFrame
Returns the default printer installed on this system.
getDefaultTopicName() - Method in class cdox.util.doc.Documentation
Returns the default topic id of this documentation.
getDescription() - Method in class cdox.data.AudioData
 
getDescription() - Method in interface cdox.data.Data
Returns a descriptive string of the CD type that this Data object represents.
getDescription() - Method in interface cdox.data.DataSource
Returns a short description for this source.
getDescription() - Method in class cdox.data.FileSource
 
getDescription() - Method in class cdox.data.GenericData
 
getDescription() - Method in class cdox.data.VideoData
 
getDescription() - Method in class cdox.data.VideoFileSource
 
getDescription() - Method in class cdox.gui.ExtensionFilter
This Method returns the extension's description.
getDiagonalResizeRect() - Method in class cdox.edit.Element
Returns the diagonal resize rectangle.
getDocument() - Method in class cdox.util.doc.Documentation
Returns the DOM document for this documentation.
getDragging() - Method in class cdox.edit.Cover
Determines whether the top element is dragged or not.
getDrawingDimension() - Method in class cdox.edit.CDCover
Returns the drawing size.
getDrawingPane() - Method in class cdox.edit.CDCover
Returns the drawing pane of this CDCover.
getDrawingPane() - Method in class cdox.edit.EditPane
Returns the active drawing pane.
getEditPane() - Method in class cdox.gui.CDoxFrame
This method returns the editPane
getElementAtPosition(Point) - Method in class cdox.edit.Cover
Returns the element that is at the top of the specified position.
getErrors() - Method in class cdox.util.XMLErrorHandler
Returns the errors as string objects in an iterator.
getExtension() - Method in class cdox.gui.ExtensionFilter
Returns the extension.
getFatalErrors() - Method in class cdox.util.XMLErrorHandler
Returns the fatal errors as string objects in an iterator.
getFileDialog() - Method in class cdox.gui.CDoxFrame
This method returns the fileChooser dialog
getFontAtPosition(int) - Method in class cdox.edit.TextPane
Returns the font at the specified position.
getFontBox() - Method in class cdox.gui.CDoxFrame
This method returns the fontBox (combobox).
getFontIndex(String) - Method in class cdox.gui.CDoxFrame
Returns the index of the fontfamily, which is coherent with the index of the Font in the fontBox.
getFontSizeAtPostion(int) - Method in class cdox.edit.TextPane
Returns the font size at the specified position.
getFontSizeBox() - Method in class cdox.gui.CDoxFrame
This method returns the fontSizeBox (combobox).
getFontSizes(ArrayList) - Method in class cdox.edit.TextPane
This Method sets the fontsizes used in this text int the ArrayList, pro text.Element.
getGrayscale() - Method in class cdox.edit.Cover
Returns the current gray value, gray is true if the Cover is drawn in gray.
getHighlight() - Method in class cdox.edit.Element
Returns whether this Element is highlighted or not.
getHint() - Method in class cdox.util.conf.KeyStrokeOption
This one returns the descriptive hint for this keystroke as String.
getHorizontalResizeRect() - Method in class cdox.edit.Element
Returns the horizontal resize rectangle.
getId() - Method in class cdox.util.doc.Topic
Returns the id.
getImage(String) - Static method in class cdox.util.TempFiles
Returns a buffered image that has previously been stored in a temp file.
getImageDimension() - Static method in class cdox.CDox
This method returns the ideal height and size for this screen resolution.
getImageDir() - Method in class cdox.gui.CDoxFrame
This method returns the directory of the images.
getImageEditPopupMenu() - Method in class cdox.gui.CDoxFrame
Returns the popup imageEditMenu.
getImageWidth() - Method in class cdox.gui.wizard.QuestionPanel
getImageWidth returns the widht of the question image.
getKey() - Method in class cdox.edit.Cover
Returns the currentKey which loads the image of disk.
getKey() - Method in class cdox.edit.ImageElement
Returns the current key used to load the image of disk.
getLanguageCode() - Method in class cdox.util.Localizer
Returns the ISO3 language code for this localizer.
getListener() - Method in class cdox.gui.ToolBarPane
Returns the mousehandler for the TextToolBar.
getLocalizer() - Static method in class cdox.CDox
Gets the Localizer for this application.
getLocalizer(String) - Static method in class cdox.util.Localizer
This method just returns a Localizer for the utilities packages.
getMatrix() - Method in class cdox.edit.Element
This method creates the matrix that is needed to perform the various transformations such as rotating/flipping.
getMaxValue() - Method in class cdox.util.JIntField
Returns the maximum value.
getMinValue() - Method in class cdox.util.JIntField
Returns the minimum value.
getNewDialog() - Method in class cdox.gui.CDoxFrame
This method returns the newDialog
getNumberOfErrors() - Method in class cdox.util.XMLErrorHandler
Returns the number of errors.
getNumberOfFatalErrors() - Method in class cdox.util.XMLErrorHandler
Returns the number of fatal errors.
getNumberOfWarnings() - Method in class cdox.util.XMLErrorHandler
Returns the number of warnings.
getOriginalImage() - Method in class cdox.gui.ImagePreview
Returns the current orig image (not scaled).
getPoint() - Method in class cdox.edit.TextPane
This method returns the upperleft corner position, when the panel is created the first time.
getPosition() - Method in class cdox.edit.Element
Returns the upper left corner of the Element.
getPrintableAffineTransform() - Method in class cdox.edit.Element
Returns the affine transform used for printing.
getRedrawnImage(BufferedImage) - Method in class cdox.util.image.CorrectorSlider
This method draws the given BufferedImage on a new BufferedImage and returns it.
getRenderingHints() - Method in class cdox.edit.Cover
This method sets a couple of rendering hints depending on the quality set.
getScrollPane() - Method in class cdox.gui.CDoxFrame
This Method returns the ScrollPane for use in other classes.
getSelectedElement() - Method in class cdox.edit.CDDrawingPane
Returns the current selected element.
getSelectedElement() - Method in class cdox.edit.Cover
Returns the selected Element.
getSize() - Method in class cdox.edit.Cover
Returns the size in an int array, size[0] = width, size[1] = height.
getSize() - Method in class cdox.edit.Element
Returns the size of this element.
getSliderPane() - Method in class cdox.util.image.CorrectorSlider
Returns the container containing the JSlider which can be added to your Dialog, JFrame or every other container.
getStandardToolBar() - Method in class cdox.gui.CDoxFrame
This method returns the toobar
getStatusDrawer() - Method in class cdox.gui.CDoxFrame
This method returns the statusDrawer.
getStatusPane() - Method in class cdox.gui.CDoxFrame
This method returns the statusPane.
getString() - Method in class cdox.gui.StringPlacer
Returns the String used in this StringPlacer.
getStrings(String, ArrayList, int) - Method in class cdox.data.FileSourceDialog
 
getStroke(String) - Method in class cdox.util.Localizer
Returns the key stroke for this object or ' ', if none has been specified.
getSupportedVersion() - Method in class cdox.data.AudioData
 
getSupportedVersion() - Method in interface cdox.data.Data
Must return the version of the CDox file format that supports this data type.
getSupportedVersion() - Method in class cdox.data.GenericData
 
getSupportedVersion() - Method in class cdox.data.VideoData
 
getTab() - Method in class cdox.edit.EditPane
 
getText() - Method in class cdox.util.conf.AbstractOption
Returns a JLabel which describes the option.
getText() - Method in class cdox.util.conf.KeyStrokeOption
 
getText() - Method in class cdox.util.conf.LanguageOption
 
getText() - Method in class cdox.util.conf.YesNoOption
 
getTextBold() - Method in class cdox.gui.CDoxFrame
This method returns true if the text is written in bold.
getTextByLanguage(Node, String, Localizer) - Static method in class cdox.util.conf.AbstractOption
Returns the #text node value of the matching element (if any).
getTextColor() - Method in class cdox.gui.CDoxFrame
This method returns true if the textcolor.
getTextEnabled() - Method in class cdox.gui.CDoxFrame
This method returns if true if the drawingPane is in TextMode.
getTextItalic() - Method in class cdox.gui.CDoxFrame
This method returns true if the text is written in italic.
getTextPane() - Method in class cdox.edit.CDDrawingPane
This Method returns the current TextPane.
getTextPane() - Method in class cdox.edit.TextElement
Returns the TextPane for this text element.
getTextSize() - Method in class cdox.edit.TextPane
This Method gets the smallest text size used in the textCOmpoent
getTextToolBar() - Method in class cdox.gui.CDoxFrame
This method returns the texttoobar
getTextUnderline() - Method in class cdox.gui.CDoxFrame
This method returns true if the text is written with underline.
getTitle(String) - Method in class cdox.util.doc.Documentation
Returns the title of this documentation.
getTopic(String, String) - Method in class cdox.util.doc.Documentation
Returns the requested topic as HTML in the String.
getTopics(String) - Method in class cdox.util.doc.Documentation
Returns a JEditorPane with all the topics in the root of the documentation.
getTopicsAsString(String, String) - Method in class cdox.util.doc.Documentation
Returns the requested topic's subtopics as HTML in a string.
getTransferData(DataFlavor) - Method in class cdox.edit.GenericElement
 
getTransferData(DataFlavor) - Method in class cdox.edit.ImageElement
Returns the scaled instance of the original Image.
getTransferData(DataFlavor) - Method in class cdox.edit.TextElement
 
getTransferDataFlavors() - Method in class cdox.edit.GenericElement
 
getTransferDataFlavors() - Method in class cdox.edit.ImageElement
 
getTransferDataFlavors() - Method in class cdox.edit.TextElement
 
getType() - Method in class cdox.edit.Cover
Returns the type of this cover.
getValue() - Method in class cdox.util.JCharField
Returns the actual value.
getValue() - Method in class cdox.util.JIntField
Returns the actual value.
getValue() - Method in class cdox.util.JKeyStrokeField
Returns the actual values.
getValue() - Method in class cdox.util.image.CorrectorSlider
Returns the current value with which the current filter is working.
getValue() - Method in interface cdox.util.image.ImageCorrector
Returns the current slider-value.
getValues(AudioData) - Method in class cdox.data.AudioDataSheet
Fills the current values in this dialog into the data.
getValues(GenericData) - Method in class cdox.data.GenericDataSheet
Fills the current values in this dialog into the data.
getValues(VideoData) - Method in class cdox.data.VideoDataSheet
Fills the current values in this dialog into the data.
getVerticalResizeRect() - Method in class cdox.edit.Element
Returns the vertical resize rectangle.
getWarnings() - Method in class cdox.util.XMLErrorHandler
Returns the warnings as string objects in an iterator.
getWizardCovers() - Method in class cdox.gui.wizard.CdoxWizard
Returns the covers used in this wizard.
getWizardData() - Method in class cdox.gui.ChooseDataDialog
Describe getWizardData method here.
getWizardInstance() - Method in class cdox.gui.CDoxFrame
 

H

HelpAction - class cdox.gui.action.HelpAction.
This is an inner Class from CDoxFrame, which handles the HelpActions.
HelpAction(CDoxFrame, String, String) - Constructor for class cdox.gui.action.HelpAction
The HelpAction Constructor stores an Image(if available) and a ToolTip(if available).
handleError(Throwable, boolean) - Static method in class cdox.gui.CDoxFrame
This method should be called from all exceptions, it is able to play a sound and write in the log-file of CDox-errors.
hasBackground() - Method in class cdox.edit.CDCover
Returns whether it has a background.
hasBackground() - Method in class cdox.gui.CDoxFrame
This method is called when the user wants to change the backgroundimage
hasBackgroundImage() - Method in class cdox.edit.Cover
Returns whether this cover has a backgroundImage set.
hasComponents() - Method in class cdox.edit.EditPane
This Method can be called to check if there are any Objects in this Panel.
hasConfigurationDialog() - Method in interface cdox.data.DataSource
Used to determine whether there is a configuration dialog for this source.
hasConfigurationDialog() - Method in class cdox.data.FileSource
 
hasConfigurationDialog() - Method in class cdox.data.VideoFileSource
 
hasElements() - Method in class cdox.edit.Cover
Returns true if this cover has any elements.
horizontalResizeRect - Variable in class cdox.edit.Element
Needed for the resizing position cursors.
hyperlinkUpdate(HyperlinkEvent) - Method in class cdox.util.doc.Browser
 

I

ImageCorrector - interface cdox.util.image.ImageCorrector.
This interface represents the corrections on an Image.
ImageDialog - class cdox.gui.ImageDialog.
A dialog which let the user slide a JSlider to correct a given BufferedImage.
ImageDialog(Frame, BufferedImage, int) - Constructor for class cdox.gui.ImageDialog
Creates a new a new ImageDialog with the BufferedImage and the key representing filters to be available.
ImageDialog(Frame, BufferedImage, Cover, int) - Constructor for class cdox.gui.ImageDialog
Creates a new a new ImageDialog with the BufferedImage and the key representing filters to be available.
ImageDialog(Frame, ImageElement, int) - Constructor for class cdox.gui.ImageDialog
Creates a new a new ImageDialog with the ImageElement and the key representing the filters to be available.
ImageElement - class cdox.edit.ImageElement.
This class represents an element that is contained within a document.
ImageElement(Point, Dimension, String, Cover) - Constructor for class cdox.edit.ImageElement
Constructs a new ImageElement with a scaledImage at position pos.
ImagePreview - class cdox.gui.ImagePreview.
This class reprents a pane (preview, original) to draw a bufferedImage on.
ImagePreview(BufferedImage) - Constructor for class cdox.gui.ImagePreview
Constructs a new ImagePane.
InsertAction - class cdox.gui.action.InsertAction.
This class handles the InsertActions.
InsertAction(CDoxFrame, String, String) - Constructor for class cdox.gui.action.InsertAction
The InsertAction Constructor stores an Image(if available) and a ToolTip(if available).
InsertUndoAction - class cdox.gui.undo.InsertUndoAction.
This class represents an insert action.
InsertUndoAction(Element, Cover) - Constructor for class cdox.gui.undo.InsertUndoAction
Creates a new one.
imageCorrector - Variable in class cdox.util.image.CorrectorSlider
The current filterClass.
invalidate() - Method in class cdox.gui.undo.BackgroundEditAction
 
invalidate() - Method in interface cdox.gui.undo.DoAction
This method invalidates the action, which typically means that the undo/redo methods do nothing.
invalidate() - Method in class cdox.gui.undo.FotoEditAction
 
invalidate() - Method in class cdox.gui.undo.InsertUndoAction
 
invalidate() - Method in class cdox.gui.undo.MoveAction
 
invalidate() - Method in class cdox.gui.undo.RemoveAction
 
invalidate() - Method in class cdox.gui.undo.RemoveBackgroundAction
 
invalidate() - Method in class cdox.gui.undo.ResizeAction
 
invalidateListener() - Method in class cdox.util.EscapeListener
Unregisters the keystroke binding from the input and action map.
isActive() - Method in class cdox.edit.CDCover
Returns whether the CDCover is active.
isArrayByteBase64(byte[]) - Static method in class cdox.util.Base64
 
isBase64(String) - Static method in class cdox.util.Base64
 
isBase64(byte) - Static method in class cdox.util.Base64
 
isData(byte) - Static method in class cdox.util.Base64
 
isDataFlavorSupported(DataFlavor) - Method in class cdox.edit.GenericElement
 
isDataFlavorSupported(DataFlavor) - Method in class cdox.edit.ImageElement
 
isDataFlavorSupported(DataFlavor) - Method in class cdox.edit.TextElement
 
isInPlace(Point) - Method in class cdox.edit.Element
Returns true if the element is at the specified position.
isMaintainingRatio() - Method in class cdox.edit.Element
Returns whether this element does maintain its ratio.
isOkPressed() - Method in class cdox.gui.CoverDialog
This method should be called to see whether ok was pressed or not.
isOkPressed() - Method in class cdox.gui.RotateDialog
This method should be called to get the inputted rotateAngle.
isPad(byte) - Static method in class cdox.util.Base64
 
isRotating() - Static method in class cdox.edit.Element
Returns whether we are rotating or not.
isSelected() - Method in class cdox.edit.Element
This Methods returns true if the Element is selected.
isTextEnabled() - Method in class cdox.edit.CDDrawingPane
Returns true if this CDDrawingPane is in textMode.
isWhiteSpace(byte) - Static method in class cdox.util.Base64
 
isWizardOn() - Method in class cdox.gui.CDoxFrame
 
isWorking() - Method in class cdox.gui.CDoxFrame
This method returns true if the program is calculating something.
itemStateChanged(ItemEvent) - Method in class cdox.gui.ChooseDataDialog
 
itemStateChanged(ItemEvent) - Method in class cdox.gui.wizard.CdoxWizard
This methods handles all the radioButton events used in all pages (1 and 3) in the wizard.

J

JCharField - class cdox.util.JCharField.
This is an extended JTextField that accepts only one char as uppercase.
JCharField(char) - Constructor for class cdox.util.JCharField
Constructor whom you must provide the initial value.
JIntField - class cdox.util.JIntField.
This is a component that provides a textfield that accepts only integer values.
JIntField(int, int, int) - Constructor for class cdox.util.JIntField
Constructor whom you must provide the initial value, min and max value.
JIntField() - Constructor for class cdox.util.JIntField
Constructor that intitalizes the JIntField with min=0, max=100 and actual value=0.
JKeyStrokeField - class cdox.util.JKeyStrokeField.
This is an extended JTextField that writes uses the key events to write the keystrokes as it value.
JKeyStrokeField(int, int) - Constructor for class cdox.util.JKeyStrokeField
Constructor whom you must provide the initial value.
JPG - Static variable in interface cdox.edit.CDCoverStandards
Indicating jpeg files.

K

KeyStrokeOption - class cdox.util.conf.KeyStrokeOption.
This class represents a KeyStroke option.
KeyStrokeOption(Node, Localizer) - Constructor for class cdox.util.conf.KeyStrokeOption
Constructs one.
key - Variable in class cdox.util.conf.AbstractOption
The preferences key for this option.

L

LanguageOption - class cdox.util.conf.LanguageOption.
This class represents a language option.
LanguageOption(Node, Localizer) - Constructor for class cdox.util.conf.LanguageOption
Constructs one.
Localizer - class cdox.util.Localizer.
This is a wrapper class that handles several localized language files.
Localizer(Locale, String) - Constructor for class cdox.util.Localizer
Constructs a new Localizer.
Localizer(String, String) - Constructor for class cdox.util.Localizer
Creates a new Localizer instance.
lang - Variable in class cdox.data.FileSourceDialog
 
lastOKPressed() - Method in class cdox.util.conf.ConfigurationDialog
Returns whether the last pressed button has been the ok button.
limit - Variable in class cdox.data.FileSourceDialog
 
loadImage(InputStream) - Static method in class cdox.gui.CDoxFrame
Reads an image out of the stream.
loadImage(InputStream) - Static method in class cdox.util.TempFiles
Reads an image out of the stream.
log(Throwable, boolean) - Static method in class cdox.util.ErrorHandler
Writes the stack trace of e into the previously set output, if any.
log(Throwable) - Static method in class cdox.util.ErrorHandler
Logs the stack trace of the Throwable into the previously set output.
lostOwnership(Clipboard, Transferable) - Method in class cdox.gui.CDoxFrame
This method is inherited from ClipBoardOwner and does nothing.

M

MoveAction - class cdox.gui.undo.MoveAction.
This is an action that represents a simple position change.
MoveAction(Element, Point, Point) - Constructor for class cdox.gui.undo.MoveAction
Makes a new MoveAction with the specified move.
MyFileChooser - class cdox.gui.MyFileChooser.
This class represents a FileChooser with a preview pane, which previews the current selected File, if it is an Image-File typ, and if the user chooses to do so with the supplied checkbox.
MyFileChooser() - Constructor for class cdox.gui.MyFileChooser
Constructs a new MyFilechooser with an added PreviewPane in it.
main(String[]) - Static method in class cdox.CDox
Run me.
main(String[]) - Static method in class cdox.util.doc.WebPageHelper
Run me.
menuItem - Variable in class cdox.gui.action.CDoxAction
The menu Item which can be used to define the KeyStroke.
mouseDragged(MouseEvent) - Method in class cdox.gui.ToolBarPane.MyComponentListener
Sets the point of the current mouseposition when the textToolbar is dragged.
mouseReleased(MouseEvent) - Method in class cdox.gui.ToolBarPane.MyComponentListener
Sets the point of the current mouseposition when the mouse-button is released.
moveToBack(Element) - Method in class cdox.edit.Cover
Moves an element to the bottom of the list.
moveToTop(Element) - Method in class cdox.edit.Cover
Moves an element to the top of the list.
moveToTop() - Method in class cdox.edit.Element
Moves the element to the top of the list.
mustRestart() - Method in class cdox.util.conf.ConfigurationDialog
Returns whether the app must be restarted to take the new config values into effect.

N

node - Variable in class cdox.util.conf.AbstractOption
The DOM node where this option is described.

O

obs - Variable in class cdox.util.image.CorrectorSlider
The Observer to be called when the slider is dragged.
onlyDirs - Variable in class cdox.data.FileSourceDialog
 

P

PNG - Static variable in interface cdox.edit.CDCoverStandards
Indicating png files.
PlaySounds - class cdox.gui.PlaySounds.
This class plays a sound.
PlaySounds() - Constructor for class cdox.gui.PlaySounds
 
PluginFactory - class cdox.data.PluginFactory.
This class provides access to the plugins that are currently installed.
PluginFactory() - Constructor for class cdox.data.PluginFactory
 
PreviewWindow - class cdox.gui.PreviewWindow.
Displays a high quality preview of the given Cover.
PreviewWindow(JFrame, Cover) - Constructor for class cdox.gui.PreviewWindow
Constructs one.
PrintCover - class cdox.print.PrintCover.
This class does all the printing, including all dialogs that retrieve the information of the user.
PrintCover(CDoxFrame, Cover[]) - Constructor for class cdox.print.PrintCover
This constructs a new runnable instance.
paint(Graphics) - Method in class cdox.edit.CDDrawingPane
This Method is called when we need to (re)draw on this element.
paint(Graphics) - Method in class cdox.gui.ImagePreview
Draws the buffered image on the pane.
paint(Graphics) - Method in class cdox.gui.StatusDrawer
Paints the images on this panel by using a drawImage with a BufferedImage and an AffineTransformOp.
paint(Graphics) - Method in class cdox.gui.wizard.QuestionPanel
This paint-method first draws the cow-image, than Draws the comic-balloon, and it's bounds.
paint(Graphics) - Method in class cdox.gui.wizard.WizardPreview
Draws the Cover image on the given Graphics object.
parse(File) - Method in class cdox.edit.CDoxLoader
Parses the file.
play(String) - Static method in class cdox.gui.PlaySounds
This method should be called to play a sound.
pluginsDir - Static variable in class cdox.CDox
This is the plugins directory.
position - Variable in class cdox.edit.Element
The position.
prefixDir - Static variable in class cdox.CDox
This can be a prefix where to find the cdox.jar.
prefs - Variable in class cdox.util.conf.AbstractOption
The preferences node for this option.
print(Graphics, PageFormat, int) - Method in class cdox.edit.Cover
Here the printing is done.
printUsage() - Static method in class cdox.CDox
Prints out usage information (possible command line arguments) on stdout and exits.
processFile(ArrayList, int, File) - Method in class cdox.data.FileSourceDialog
 
processWindowEvent(WindowEvent) - Method in class cdox.gui.CDoxFrame
Is overwritten from JFrame, it enables the user to cancel the accidentially close click.
provideKeystrokes(boolean) - Method in class cdox.util.Localizer
Sets whether the Localizer should provide you with keystrokes and strip the & characters or not.
providesKeystrokes() - Method in class cdox.util.Localizer
Returns whether the Localizer provides you with keystrokes and strips the & character or not.

Q

QuestionPanel - class cdox.gui.wizard.QuestionPanel.
The QuestionPanel is a Cow image on the left, which says a given String, in a comic-balloon kind of thing.
QuestionPanel(int, Font) - Constructor for class cdox.gui.wizard.QuestionPanel
Creates a new QuestionPanel instance.
quality - Variable in class cdox.edit.Element
If true, the element will be transformed with highest quality.

R

RemoveAction - class cdox.gui.undo.RemoveAction.
This class represents a remove action.
RemoveAction(Element, Cover) - Constructor for class cdox.gui.undo.RemoveAction
Creates a new one.
RemoveBackgroundAction - class cdox.gui.undo.RemoveBackgroundAction.
This class represents a remove action.
RemoveBackgroundAction(CDoxFrame, Cover, String) - Constructor for class cdox.gui.undo.RemoveBackgroundAction
Creates a new one.
ResizeAction - class cdox.gui.undo.ResizeAction.
This class represents a resizing action.
ResizeAction(Element, Dimension, Dimension) - Constructor for class cdox.gui.undo.ResizeAction
Creates a new one.
RotateDialog - class cdox.gui.RotateDialog.
This class represents a modal rotate dialog where the user can set the amount of degrees to rotate.
RotateDialog(Frame, String) - Constructor for class cdox.gui.RotateDialog
The Constructor takes care of most things.
ratioX - Variable in class cdox.edit.Element
The X ratio.
ratioY - Variable in class cdox.edit.Element
The Y ratio.
reEditTextElement(Element) - Method in class cdox.edit.CDDrawingPane
This method is called when a text element mus be re-edited.
reEditTextElement() - Method in class cdox.gui.CDoxFrame
This method is called when a text object needs to be re-edited.
readData(Element) - Static method in class cdox.data.PluginFactory
 
readDocuments(File) - Method in class cdox.gui.CDoxFrame
This method will read the contents of the file.
reconstruct(Element) - Method in class cdox.data.AudioData
 
reconstruct(Element) - Method in interface cdox.data.Data
Reads its data from the DOM subtree beginning with the given Element.
reconstruct(Element) - Method in class cdox.data.GenericData
 
reconstruct(Element) - Method in class cdox.data.VideoData
 
recursive - Variable in class cdox.data.FileSourceDialog
 
redo - Static variable in class cdox.gui.action.EditAction
The current redo action is stored here.
redo() - Method in class cdox.gui.undo.BackgroundEditAction
 
redo() - Method in interface cdox.gui.undo.DoAction
This method redoes the action.
redo() - Method in class cdox.gui.undo.FotoEditAction
Resets the newKey to the ImageElement.
redo() - Method in class cdox.gui.undo.InsertUndoAction
Inserts the element.
redo() - Method in class cdox.gui.undo.MoveAction
Sets the position to the destination point.
redo() - Method in class cdox.gui.undo.RemoveAction
Removes the element.
redo() - Method in class cdox.gui.undo.RemoveBackgroundAction
Removes the backgroundimage
redo() - Method in class cdox.gui.undo.ResizeAction
Sets the size to the destination size.
redraw() - Method in class cdox.gui.ToolBarPane
This method just redraws this panel, that way the cow is drawn to its writefull height.
registerComponents(ArrayList) - Method in class cdox.gui.StatusDrawer
This method registers all Elements contained in the CDoxFrame, with this class in an ArrayList.
registerDoAction(DoAction) - Method in class cdox.edit.Element
Registers a doaction with this element.
remove(Component) - Method in class cdox.gui.ToolBarPane
This method first sets the standard toolbar with the new constraints, than removes the component.
removeAllElements() - Method in class cdox.edit.Cover
Removes all elements from this cover, and destroys them properly.
removeAllElements() - Method in class cdox.gui.CDoxFrame
Removes all elements from the current Cover.
removeCoverTemplates() - Method in class cdox.edit.EditPane
This Method removes All components contained in this Panel, Afterwhich this Panel is set to invisible
removeElement(Element) - Method in class cdox.edit.Cover
Removes an element from this cover.
removeWhiteSpace(byte[]) - Static method in class cdox.util.Base64
remove WhiteSpace from MIME containing encoded Base64 data.
replaceCover(Cover) - Method in class cdox.edit.CDCover
 
replaceCover(Cover, Cover) - Method in class cdox.edit.EditPane
Replaces the old cover with the new one, and draws the pane anew.
reset() - Method in class cdox.gui.StringPlacer
Resets all the standard settings.
reset() - Method in class cdox.util.conf.AbstractOption
Resets the values to the original ones, either from the preferences, or, if they don't exist, to the ones in the XML file.
reset() - Method in class cdox.util.conf.KeyStrokeOption
 
reset() - Method in class cdox.util.conf.LanguageOption
 
reset() - Method in class cdox.util.conf.YesNoOption
 
resetBackgroundImage(String) - Method in class cdox.edit.Cover
Resets the backgroundImage to the image represented by the given key.
resetFontSizes() - Method in class cdox.edit.TextElement
Resizes all the text-Elements to its original fontsize.
resetFontSizes(ArrayList) - Method in class cdox.edit.TextPane
This Method sets the text.elements with the given fontList sizes.
resetImage() - Method in class cdox.edit.ImageElement
This method can be called to set the original image to null, and than call the garbageCollector.
resetImages() - Method in class cdox.gui.ImagePreview
Sets the image to null, it is possible to do some garbage collection.
resetOldImage(String) - Method in class cdox.edit.ImageElement
Resets the oldImage to the image represented by the given key.
resetSaveFile() - Method in class cdox.gui.CDoxFrame
Sets the default saveFile to null.
resetValidityCheck() - Static method in class cdox.util.conf.KeyStrokeOption
Resets the validity information to zero.
resizeAttributeSet(int) - Method in class cdox.edit.TextPane
This Method is called when a not editable TextElement is Resized.
resizeRelativeAttributeSet(int) - Method in class cdox.edit.TextPane
This Method is called when a not editable TextElement is Resized.
restartCDox() - Static method in class cdox.CDox
Shuts the current running CDox down and starts a new one, re-reading the configuration and those things.
retrieveData() - Method in interface cdox.data.DataSource
This method will be invoked to get the data.
retrieveData() - Method in class cdox.data.FileSource
 
retrieveData() - Method in class cdox.data.VideoFileSource
 
rotateBy - Variable in class cdox.edit.Element
Element will be rotated by this number as degrees.
rotateElement(double) - Method in class cdox.edit.Element
Rotates the element by the given degrees.
rotateElement(double) - Method in class cdox.gui.CDoxFrame
Rotates the selected element a by the given degrees.
run() - Method in class cdox.gui.CDoxFrame
In this run method the printers are searched for at start up.
run() - Method in class cdox.gui.ImageDialog
This run Method does all the filtering of an image.
run() - Method in class cdox.gui.PlaySounds
This method is overwritten from the Runnable interface, here the real playing starts.
run() - Method in class cdox.print.PrintCover
 

S

SHARPEN - Static variable in class cdox.gui.ImageDialog
This constant represents the SHARPEN edit-image-menu-item in the popup-menu.
Sharpen - class cdox.util.image.Sharpen.
This class sharpens a BufferedImage.
Sharpen(Observer, String) - Constructor for class cdox.util.image.Sharpen
This constructor creates a new Sharpen Object, with a JSlider in a JPanel with a titledBorder set with the name paneTitle.
Sharpen(float) - Constructor for class cdox.util.image.Sharpen
This constructor creates a new Sharpen Object with its initial-Value set to val.
StatusDrawer - class cdox.gui.StatusDrawer.
This class represents a cow in a lowered rectangle which works like a trafficlight, if the thing you're doing is working it is red and the cow is sleeping, if you're ready calculating something it's green... and awake.
StatusDrawer(Window) - Constructor for class cdox.gui.StatusDrawer
The constructor calls the other constructor with a height of 64 pixels, the standard height of the cow.
StatusDrawer(Window, int) - Constructor for class cdox.gui.StatusDrawer
This constructor loads the images of the cows, and calls resize to do some calculating on the images.
StatusPane - class cdox.gui.StatusPane.
The statusbar for the CDoxFrame.
StatusPane() - Constructor for class cdox.gui.StatusPane
Constructs a new statusPane with an etchedBorder and a preferredHeight of 18 pixels.
StringPlacer - class cdox.gui.StringPlacer.
A class to do some calculating on a String used for scrolling on the AboutPane, so that the String always is placed in the middle.
StringPlacer(String, FontMetrics, int, int, int) - Constructor for class cdox.gui.StringPlacer
Construct a new StringPlacer Object with given parameters.
saveAs(File) - Method in class cdox.gui.CDoxFrame
Sets the saveFile to f.
saveFile - Variable in class cdox.gui.CDoxFrame
The file which is currently used to save this project in
saveFile(File) - Method in class cdox.gui.CDoxFrame
This Method is concerned whith the saving of a modified or not modified(saveAs)file.
saveMemory() - Method in class cdox.edit.Cover
Sets the origBackImage to null and runs the GarbageCollector.
saveMyPreviewSelf(ZipOutputStream) - Method in class cdox.edit.EditPane
Saves a preview of the covers into the zip file.
saveMyself(Document, ZipOutputStream) - Method in class cdox.edit.Cover
Writes his properties into the DOM document and causes the elements to write their files into the ZipOutputStream, if any.
saveMyself(Element, ZipOutputStream) - Method in class cdox.edit.Element
This method saves its data in the given parameters.
saveMyself(Element, ZipOutputStream) - Method in class cdox.edit.GenericElement
Attention: there is no support for saving generic elements yet, so this will do nothing!
saveMyself(Element, ZipOutputStream) - Method in class cdox.edit.ImageElement
 
saveMyself(Element, ZipOutputStream) - Method in class cdox.edit.TextElement
 
saveMyself(Element) - Method in class cdox.edit.TextPane
This method saves a text element (rather the TextPane).
setActionBorder(String) - Method in class cdox.gui.CDoxFrame
This method arranges the borders on the textToolBar buttons.
setActionEnabled(String, boolean) - Method in class cdox.gui.CDoxFrame
This Method is called to toggle the "for files" appropriate Actions on-or-off.
setActive(boolean) - Method in class cdox.edit.CDCover
This Method sets the selected component active-deactivated.
setActive(boolean) - Method in class cdox.edit.CDDrawingPane
This Method sets this panel active or Inactive, if inactive the backgroundImage is painted in grayscale.
setActive(CDCover) - Method in class cdox.edit.EditPane
This Method is called when on a CDDrawingpane is pressed when it was not active, it sets the current activeCover deaktivated, and activates the new CDCover
setActualFont(Font) - Method in class cdox.gui.CDoxFrame
This method sets the Font to write with.
setActualFontSize(int) - Method in class cdox.gui.CDoxFrame
This method sets fontSize to write with, and updates actualFont.
setArtist(String) - Method in class cdox.data.AudioData
Sets the artist.
setAttribute(Font, int, Color, boolean, boolean, boolean) - Method in class cdox.edit.TextPane
This Method sets the attributes (font, size, color) for the next text-"Element" which is a letter, word or sentence.
setBackground(Color) - Method in class cdox.edit.Cover
Sets the background color for this cover.
setBackground(String, boolean) - Method in class cdox.edit.Cover
Sets the background image.
setBackground(BufferedImage, String, boolean) - Method in class cdox.edit.Cover
Sets the background image.
setBackgroundColor(Color) - Method in class cdox.edit.CDCover
Here you set the backgroundColor flag.
setBackgroundColor(Color) - Method in class cdox.edit.CDDrawingPane
This Method sets the specified background color to this Panel.
setBackgroundColor(Color) - Method in class cdox.gui.CDoxFrame
Sets the backgroundColor of the current cover to the Color bc.
setBackgroundImage(String, boolean) - Method in class cdox.edit.CDDrawingPane
This Method sets the specified image as background image to this panel.
setBackgroundImage(BufferedImage, String, boolean) - Method in class cdox.edit.CDDrawingPane
This Method sets the specified image as background image to this panel.
setBackgroundImage(String, boolean) - Method in class cdox.gui.CDoxFrame
This Method passes the Background image id to the drawPane, and sets the background flag from its parent (activeCover).
setBackgroundImage(BufferedImage, String, boolean) - Method in class cdox.gui.CDoxFrame
Passes the BufferedImage to the CDrawingPane with its TempFiles-key and the fit-mode
setBackgroundURL(URL) - Method in class cdox.util.doc.Documentation
Sets a background image by URL.
setBold(boolean) - Method in class cdox.edit.CDDrawingPane
This Method sets whether to write in bold or not
setConstraints(GridBagConstraints) - Method in class cdox.gui.ToolBarPane
This method sets the Constraints for the floating toolbar.
setCover(Cover) - Method in class cdox.edit.Element
Sets the cover that owns this element.
setCurrentHeight() - Method in class cdox.gui.StringPlacer
Sets the current y position -1.
setCutNWasteable(boolean) - Method in class cdox.gui.CDoxFrame
Sets whether we can cut'n'waste objects.
setData(Data) - Method in class cdox.gui.CDoxFrame
Sets the data for the current project.
setDataLabel(String) - Method in class cdox.gui.StatusPane
Sets the text on the data panel (on the outmost right side).
setDescription(String) - Method in class cdox.data.AudioData
Sets the description.
setDescription(String) - Method in class cdox.data.VideoData
Sets the description.
setDragging(boolean) - Method in class cdox.edit.Cover
Sets whether the top element is being dragged.
setElementSelected(Element) - Method in class cdox.edit.CDDrawingPane
This method keeps track of which Element is selected, should be selected, or should be not selected.
setErrorFile(String) - Static method in class cdox.util.ErrorHandler
Sets the output to the file that is specified in the String.
setErrorFile(File) - Static method in class cdox.util.ErrorHandler
Sets the output to the file.
setErrorFile(OutputStream) - Static method in class cdox.util.ErrorHandler
Sets the output to the stream.
setFilteredBackgroundImage(BufferedImage) - Method in class cdox.edit.Cover
Sets the backgroundImage anew, with the (filtered) bufferedImage.
setFontSize(int) - Method in class cdox.edit.CDDrawingPane
This Method sets the Size of the font in the TextPane
setFormat(String) - Method in class cdox.data.VideoData
Sets the format.
setGrayscale(boolean) - Method in class cdox.edit.Cover
Sets whether the image should be drawn gray or not.
setHighlight() - Method in class cdox.edit.Element
Toggles highlighting of this element.
setImage(String) - Method in class cdox.gui.CDoxFrame
This Method adds a normal Image to the active cover.
setItalic(boolean) - Method in class cdox.edit.CDDrawingPane
This Method sets whether to write in italic or not
setLang(Locale, String) - Method in class cdox.util.Localizer
Sets the new language for this Localizer.
setLang(String) - Method in class cdox.util.Localizer
Sets the new language for this Localizer.
setLanguage(String) - Static method in class cdox.util.ErrorHandler
If you don't set the language here, the system's default language is used.
setLanguage(String) - Method in class cdox.util.doc.Browser
Sets the language and clears the cache.
setLength(Date) - Method in class cdox.data.VideoData
Sets the length.
setMaintainRatio(boolean) - Method in class cdox.edit.Element
Sets whether the aspect ratio of this element should be maintained or not.
setMapping(HashMap) - Method in class cdox.util.conf.AbstractOption
This method might be overridden by subclasses that need to provide its values as objects.
setMapping(HashMap) - Method in class cdox.util.conf.KeyStrokeOption
Maps the key stroke for this option to its key.
setMaxValue(int) - Method in class cdox.util.JIntField
Sets the maximum value.
setMenuItem(JMenuItem) - Method in class cdox.gui.action.CDoxAction
Sets the menu item for this command.
setMinValue(int) - Method in class cdox.util.JIntField
Sets the minimum value.
setModeLabel(String) - Method in class cdox.gui.StatusPane
Sets the text on the mode panel (on the right side).
setMyTitle(String) - Method in class cdox.gui.CDoxFrame
Sets the title of the frame.
setNewPreviewImage(BufferedImage) - Method in class cdox.gui.ImagePreview
Sets the new preview image.
setPaintImage(BufferedImage) - Method in class cdox.edit.ImageElement
This method sets the filteredImage to this ImageElement.
setPaintImage(BufferedImage) - Method in class cdox.gui.ImagePreview
Sets the image to be painted with the current scaledTransform.
setPoint(Point) - Method in class cdox.edit.TextPane
This method sets the upper-left-corner to the new point, which is cloned.
setPosition(Point) - Method in class cdox.edit.Element
Sets the new position of the element.
setPositionLabel(Point) - Method in class cdox.gui.StatusPane
Sets the text on the position panel (on the right side).
setPrintCompanion(Cover[]) - Method in class cdox.edit.Cover
Sets which covers will be printed together with this Cover on the same page.
setProgress(int, String) - Method in class cdox.CDox
This method sets the current progress it is called from the CDoxFrame constructor.
setQuality(boolean) - Method in class cdox.edit.Cover
Sets the quality of the cover.
setQuality(boolean) - Method in class cdox.edit.Element
Sets the quality.
setQuestion(String, Graphics) - Method in class cdox.gui.wizard.QuestionPanel
Draws the given String in the comic-balloon on the Panel.
setRatio(double, double) - Method in class cdox.edit.Element
Sets the ratio that should be used, if any.
setResizeRects() - Method in class cdox.edit.Element
Sets the resizing rectangles.
setSave(boolean) - Method in class cdox.gui.CDoxFrame
Sets the saveaction and isSaved variable.
setScrollPaneDimension(int, int) - Method in class cdox.edit.CDDrawingPane
This Method is called when the Window is resized, it can than check if it needs to scroll.
setSelected(boolean) - Method in class cdox.edit.Element
Sets, if this element is selected.
setSelectedElement(Element) - Method in class cdox.edit.Cover
Sets the currently selected Element.
setSelectedElement(Element) - Method in class cdox.gui.CDoxFrame
Sets which element is selected.
setSelectedFile(File) - Method in class cdox.gui.MyFileChooser
This method overwrites the JFileChooser's setSelectedFile method.
setSize(Dimension) - Method in class cdox.edit.Element
Sets the new size of the element.
setSize(Dimension) - Method in class cdox.edit.TextElement
This Method overrides the Element setSize method to enlarge the text.Elements in this textPane, for better rendering.
setSize(int) - Method in class cdox.gui.StatusDrawer
This method can be called if the Pane should be smaller, or larger.
setStandardToolBar(GridBagConstraints) - Method in class cdox.gui.ToolBarPane
This method sets the standardToolBar with the specified Constraints.
setStrings(ArrayList) - Method in class cdox.data.GenericData
Sets the strings.
setStrokeSize(float) - Method in class cdox.edit.Cover
Set the stroke size to draw the coverBorders with.
setSubtitle(String) - Method in class cdox.data.AudioData
Sets the subtitle.
setSubtitle(String) - Method in class cdox.data.VideoData
Sets the subtitle.
setTextBold(boolean) - Method in class cdox.gui.CDoxFrame
This Method sets whether to write in bold or not
setTextColor(Color) - Method in class cdox.edit.CDDrawingPane
This method sets the Color of the text.
setTextColor(Color) - Method in class cdox.gui.CDoxFrame
This method sets Fontcolor to write with.
setTextEnabled(boolean) - Method in class cdox.edit.CDDrawingPane
This Method sets whether we're in textMode or not.
setTextEnabled(boolean) - Method in class cdox.gui.CDoxFrame
This method is called to set the drawingPane in TextMode.
setTextFont(Font) - Method in class cdox.edit.CDDrawingPane
This Method sets the font to write with.
setTextItalic(boolean) - Method in class cdox.gui.CDoxFrame
This Method sets whether to write in italic or not
setTextLabel(String) - Method in class cdox.gui.StatusPane
Sets the text on the left (the text label).
setTextStylesOff() - Method in class cdox.gui.CDoxFrame
This method sets all textstyles like bold, underline and italic off.
setTextUnderline(boolean) - Method in class cdox.gui.CDoxFrame
This Method sets whether to write in underline or not
setTitle(String) - Method in class cdox.data.AudioData
Sets the title.
setTitle(String) - Method in class cdox.data.GenericData
Sets the title.
setTitle(String) - Method in class cdox.data.VideoData
Sets the title.
setToDefault() - Method in class cdox.util.conf.AbstractOption
Causes the preferences to re-read its default value from the DOM document and thus resetting its value in the component.
setToDefault() - Method in class cdox.util.conf.KeyStrokeOption
 
setToDefault() - Method in class cdox.util.conf.LanguageOption
This option type has no default value in the xml file, so it re-reads its value from the preferences (doing a simple reset()).
setToDefault() - Method in class cdox.util.conf.YesNoOption
 
setTopic(String) - Method in class cdox.util.doc.Browser
Sets the new topic of this browser.
setTracks(ArrayList, ArrayList) - Method in class cdox.data.AudioData
Sets the tracks.
setUnderline(boolean) - Method in class cdox.edit.CDDrawingPane
This Method sets whether to write in underline or not
setUndoAction(DoAction) - Method in class cdox.gui.CDoxFrame
Sets the current undo action.
setValue(char) - Method in class cdox.util.JCharField
Sets the actual value.
setValue(int) - Method in class cdox.util.JIntField
Sets the actual value.
setValue(int, int) - Method in class cdox.util.JKeyStrokeField
Sets the actual value.
setValue(float) - Method in class cdox.util.image.CorrectorSlider
This method is used to set the value which is used in the current filter, you should use this method, if you have chosen to define your own JSlider-classes.
setValues(String, String, String, String, String[], Date[]) - Method in class cdox.data.AudioDataSheet
Fills in the values.
setValues(String, String[]) - Method in class cdox.data.GenericDataSheet
Fills in the values.
setValues(String, String, String, String, Date) - Method in class cdox.data.VideoDataSheet
Fills in the values.
setWorking(boolean) - Method in class cdox.gui.CDoxFrame
This method sets the working-icon on or off.
setWorking(boolean) - Method in class cdox.gui.StatusDrawer
Sets the status of this statusDrawer, true is ready false is not.
show() - Method in class cdox.data.AudioDataSheet
 
show() - Method in class cdox.data.GenericDataSheet
 
show() - Method in class cdox.util.conf.ConfigurationDialog
 
showAndGetData() - Method in class cdox.data.FileSourceDialog
Shows the dialog and returns the resulting data.
showConfigurationDialog(Frame) - Method in interface cdox.data.DataSource
Shows a configuration dialog where some options can be configured concerning this source.
showConfigurationDialog(Frame) - Method in class cdox.data.FileSource
 
showConfigurationDialog(Frame) - Method in class cdox.data.VideoFileSource
 
showDialog(JFrame, String, String, File, int[]) - Method in class cdox.gui.MyFileChooser
This Method is setting some options to the MyFileChooser getFiles and than returns the selected file (if any).
showIt() - Method in class cdox.gui.ChooseDataDialog
 
showMessage(Throwable) - Static method in class cdox.util.ErrorHandler
Shows a standard message dialog containing the localized message of the Throwable.
showNewDialog() - Method in class cdox.gui.CoverDialog
This method should be called to show the dialog, it resets the choises array.
showNewWizard() - Method in class cdox.gui.CDoxFrame
Creates a new ActionEvent with a newAction, and calls its actionperformed method.
showPopup(Component, int, int, String) - Method in class cdox.gui.CDoxFrame
Sets the popup to be used on the selected element.
showQuestion(String, int) - Static method in class cdox.gui.CDoxFrame
This method shows a question dialog to the user, and returns the value the user chosen.
size - Variable in class cdox.edit.Cover
Size of this cover (inherited of CDCoverStandards).
sizes - Variable in class cdox.data.FileSourceDialog
 
sliderPane - Variable in class cdox.util.image.CorrectorSlider
The panel containing the slider
start() - Method in class cdox.CDox
It's here where the application starts.
startRotating(Component, Element) - Static method in class cdox.edit.Element
Starts generating rotated borders of selected elements.
stateChanged(ChangeEvent) - Method in class cdox.gui.AboutDialog
This method is called when the ok-button is clicked.
stateChanged(ChangeEvent) - Method in class cdox.gui.MyFileChooser
This method is called when the user wants a preview or not.
stateChanged(ChangeEvent) - Method in class cdox.util.image.CorrectorSlider
Called when the JSlider has been moved.
stop() - Method in class cdox.CDox
This method should be invoked when CDox is stopped/restarted.
stop() - Method in class cdox.gui.CDoxFrame
Shuts the application down.
stopRotating() - Static method in class cdox.edit.Element
Stops the rotating border of selected elements.
storeData(Element) - Method in class cdox.data.AudioData
 
storeData(Element) - Method in interface cdox.data.Data
This method stores the data of this element in a DOM tree.
storeData(Element) - Method in class cdox.data.GenericData
 
storeData(Element) - Method in class cdox.data.VideoData
 

T

TEXTELEMENT_FLAVOR - Static variable in class cdox.edit.TextElement
The DataFlavor for cut/pasting text elements.
TempFiles - class cdox.util.TempFiles.
This is a utility class that takes care of some temporarily files.
TempFiles() - Constructor for class cdox.util.TempFiles
 
TextAction - class cdox.gui.action.TextAction.
Handles everything that goes with text.
TextAction(CDoxFrame, String, String) - Constructor for class cdox.gui.action.TextAction
The TextAction Constructor stores an Image(if available) and a ToolTip(if available).
TextElement - class cdox.edit.TextElement.
This class represents an element that is contained within a document.
TextElement(Point, TextPane) - Constructor for class cdox.edit.TextElement
Creates new element at the specified position.
TextElementGenerator - class cdox.edit.TextElementGenerator.
This class provides some useful methods for generation of text elements.
TextElementGenerator() - Constructor for class cdox.edit.TextElementGenerator
 
TextPane - class cdox.edit.TextPane.
This Class represents a TextPane, on which the user can write, it is uses a StyledDocument, and sets all the standards like font, fontSize, position etc...
TextPane(Point, Font, int, Color, boolean, boolean, boolean) - Constructor for class cdox.edit.TextPane
This Constructor is standardly called, and sets the font, fontSize and backgroundColor.
TextPane(Point) - Constructor for class cdox.edit.TextPane
Constructor used for loading.
TextPane(TextPane) - Constructor for class cdox.edit.TextPane
Clones the given text pane and makes a new one from its attributes.
ToolBarPane - class cdox.gui.ToolBarPane.
This Class arranges the layout of the toolbars, for the original JPanel can not handle a GridBagLayout with a floating ToolBar.
ToolBarPane(CDoxFrame, LayoutManager) - Constructor for class cdox.gui.ToolBarPane
Constructs a new JPanel with the specified layoutmanager.
ToolBarPane.MyComponentListener - class cdox.gui.ToolBarPane.MyComponentListener.
An innerclass which handles the TextToolbar.
ToolBarPane.MyComponentListener() - Constructor for class cdox.gui.ToolBarPane.MyComponentListener
 
Topic - class cdox.util.doc.Topic.
This class represents a topic node.
Topic(String, String) - Constructor for class cdox.util.doc.Topic
This creates a new topic node.
toString() - Method in class cdox.edit.CDDrawingPane
 
toString() - Method in class cdox.edit.Cover
Returns a string containing debug information.
toString() - Method in class cdox.edit.Element
 
toString() - Method in class cdox.gui.CDoxFrame
This method returns a String representing this frame.
toString() - Method in class cdox.gui.CoverDialog
Returns the String "CoverDialog".
toString() - Method in class cdox.gui.ExtensionFilter
Returns this class as the extensions it represents.
toString() - Method in class cdox.print.PrintCover
 
toString() - Method in class cdox.util.conf.KeyStrokeOption
 
toString() - Method in class cdox.util.doc.Topic
 

U

undo - Static variable in class cdox.gui.action.EditAction
The current undo action is stored here.
undo() - Method in class cdox.gui.undo.BackgroundEditAction
 
undo() - Method in interface cdox.gui.undo.DoAction
This method undoes the action.
undo() - Method in class cdox.gui.undo.FotoEditAction
Resets the oldKey to the ImageElement.
undo() - Method in class cdox.gui.undo.InsertUndoAction
Removes the element.
undo() - Method in class cdox.gui.undo.MoveAction
Sets the position to the source point.
undo() - Method in class cdox.gui.undo.RemoveAction
Inserts the element.
undo() - Method in class cdox.gui.undo.RemoveBackgroundAction
Inserts the backgroundimage
undo() - Method in class cdox.gui.undo.ResizeAction
Sets the size to the old size.
unregisterDoAction(DoAction) - Method in class cdox.edit.Element
Unregisters a doaction with this element.
update(Observable, Object) - Method in class cdox.gui.ImageDialog
Is called when a imageCorrection slider has been moved.
updateTextBar(String) - Method in class cdox.gui.CDoxFrame
This method is called when the user is in textmode, and klicks on the new button, it "fakes" an action event.
userFillData(Frame) - Method in class cdox.data.AudioData
 
userFillData(Frame) - Method in interface cdox.data.Data
This method should let the user fill in appropriate values as data.
userFillData(Frame) - Method in class cdox.data.GenericData
 
userFillData(Frame) - Method in class cdox.data.VideoData
 

V

VERSION - Static variable in class cdox.CDox
The Version.
VideoData - class cdox.data.VideoData.
Represents the data for a video cd.
VideoData() - Constructor for class cdox.data.VideoData
 
VideoDataSheet - class cdox.data.VideoDataSheet.
This class is used by VideoData to display the video CD data.
VideoDataSheet(Frame) - Constructor for class cdox.data.VideoDataSheet
Constructs one.
VideoFileSource - class cdox.data.VideoFileSource.
This is a DataSource that examines a file name and extracts a film title from it.
VideoFileSource() - Constructor for class cdox.data.VideoFileSource
 
validated() - Method in class cdox.util.XMLErrorHandler
Returns true, if no errors, fatal errors and warnings occured.
value - Variable in class cdox.util.image.CorrectorSlider
The value used in the filter method
verticalResizeRect - Variable in class cdox.edit.Element
Needed for the resizing position cursors.

W

WebPageHelper - class cdox.util.doc.WebPageHelper.
This class provides an easy way to generate some static HTML pages for use at your webpage out of an existing documentation.xml file and/or a configuration.xml file as used by the classes in the conf package.
WebPageHelper() - Constructor for class cdox.util.doc.WebPageHelper
Constructs one.
WizardPreview - class cdox.gui.wizard.WizardPreview.
WizardPreview takes a Cover and draws it on a JPanel.
WizardPreview(CDoxFrame, String, Cover) - Constructor for class cdox.gui.wizard.WizardPreview
The constructor creates a preview-of the given cover and draws it as an scaledImage.
warning(SAXParseException) - Method in class cdox.util.XMLErrorHandler
 
whichButtonPressed() - Method in class cdox.data.AudioDataSheet
Returns 1 if ok is pressed -1 for Cancel, 0 for fill.
whichButtonPressed() - Method in class cdox.data.GenericDataSheet
Returns 1 if ok is pressed -1 for Cancel, 0 for fill.
whichButtonPressed() - Method in class cdox.data.VideoDataSheet
Returns 1 if ok is pressed -1 for Cancel, 0 for fill.
wizardOn(boolean, CdoxWizard) - Method in class cdox.gui.CDoxFrame
 

X

XMLErrorHandler - class cdox.util.XMLErrorHandler.
This class can be used as general error handler if one wants to know about the errors but not to take an action if any error occurs.
XMLErrorHandler() - Constructor for class cdox.util.XMLErrorHandler
 

Y

YesNoOption - class cdox.util.conf.YesNoOption.
This class represents a YesNo option.
YesNoOption(Node, Localizer) - Constructor for class cdox.util.conf.YesNoOption
Constructs one.

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