Kafenio.editor 0.8.5
A B C D E F G H I J K L M N P Q R S T U V W

A

ABSMIDDLE - Static variable in class de.xeinfach.kafenio.component.RelativeImageView
 
ALIGNMENTS - Static variable in class de.xeinfach.kafenio.component.dialogs.ImageDialogControls
 
APPLET_MODE - Static variable in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
AbstractKafenioDialog - class de.xeinfach.kafenio.component.dialogs.AbstractKafenioDialog.
Description: This class contains common methods for all KafenioDialogs
AbstractKafenioDialog(KafenioPanel, String, boolean) - Constructor for class de.xeinfach.kafenio.component.dialogs.AbstractKafenioDialog
 
accept(File) - Method in class de.xeinfach.kafenio.component.MutableFilter
 
actionPerformed(ActionEvent) - Method in class de.xeinfach.kafenio.KafenioControllerApplet
 
actionPerformed(ActionEvent) - Method in class de.xeinfach.kafenio.KafenioPanel
ActionListener method
actionPerformed(ActionEvent) - Method in class de.xeinfach.kafenio.action.CustomAction
handles an action event.
actionPerformed(ActionEvent) - Method in class de.xeinfach.kafenio.action.FormatAction
handles the performed action.
actionPerformed(ActionEvent) - Method in class de.xeinfach.kafenio.action.IndentAction
handles the given ActionEvent.
actionPerformed(ActionEvent) - Method in class de.xeinfach.kafenio.action.ListAutomationAction
method that handles the given ActionEvent
actionPerformed(ActionEvent) - Method in class de.xeinfach.kafenio.action.ServerImageAction
The method, which inserts an image from a server
actionPerformed(ActionEvent) - Method in class de.xeinfach.kafenio.action.SpecialCharAction
handles the given ActionEvent.
actionPerformed(ActionEvent) - Method in class de.xeinfach.kafenio.action.StylesAction
handles the given ActionEvent.
actionPerformed(ActionEvent) - Method in class de.xeinfach.kafenio.action.ToggleCaseAction
handles the given ActionEvent.
actionPerformed(ActionEvent) - Method in class de.xeinfach.kafenio.component.dialogs.FileDialog
handles the given ActionEvent.
actionPerformed(ActionEvent) - Method in class de.xeinfach.kafenio.component.dialogs.HyperlinkDialog
 
actionPerformed(ActionEvent) - Method in class de.xeinfach.kafenio.component.dialogs.ImageDialog
Invoked when user presses any key in the dialog
actionPerformed(ActionEvent) - Method in class de.xeinfach.kafenio.component.dialogs.ImageDialogControls
 
actionPerformed(ActionEvent) - Method in class de.xeinfach.kafenio.component.dialogs.UserInputCharacterDialog.MyButton
handles the given ActionEvent
actionPerformed(ActionEvent) - Method in class de.xeinfach.kafenio.component.dialogs.UserInputCharacterDialog
handles the given action event.
actionPerformed(ActionEvent) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
addHeader(HTTPHeader) - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Adds a request header to be sent to the server.

B

BASE64PAD - Static variable in class de.xeinfach.kafenio.util.Base64Codec
 
BORDER_SIZES - Static variable in class de.xeinfach.kafenio.component.dialogs.ImageDialogControls
 
BOTTOM - Static variable in class de.xeinfach.kafenio.component.RelativeImageView
 
Base64Codec - class de.xeinfach.kafenio.util.Base64Codec.
Description: Base64 Encoder/Decoder class.

C

CANCEL - Static variable in class de.xeinfach.kafenio.component.dialogs.HyperlinkDialog
 
CARRIAGERETURN - Static variable in class de.xeinfach.kafenio.util.Base64Codec
 
CENTER - Static variable in class de.xeinfach.kafenio.component.RelativeImageView
 
Cookie - class de.xeinfach.kafenio.urlfetch.Cookie.
Description: Encapsulates information about an HTTP cookie.
Cookie(String) - Constructor for class de.xeinfach.kafenio.urlfetch.Cookie
The constructor.Takes a string representing a cookie, parses, the string and populates itself with the corresponding data.
CustomAction - class de.xeinfach.kafenio.action.CustomAction.
Description: Class for implementing custom HTML insertion actions
CustomAction(KafenioPanel, String, HTML.Tag, Hashtable) - Constructor for class de.xeinfach.kafenio.action.CustomAction
constructs a new CustomAction Object.
CustomAction(KafenioPanel, String, HTML.Tag) - Constructor for class de.xeinfach.kafenio.action.CustomAction
constructs a new CustomAction Object.
caretUpdate(CaretEvent) - Method in class de.xeinfach.kafenio.component.SyntaxPane
CaretListener implementation updates syntax highlighting for the current line when the caret moves
changedUpdate(DocumentEvent) - Method in class de.xeinfach.kafenio.KafenioPanel
handles a DocumentEvent if the document was changed
changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class de.xeinfach.kafenio.component.RelativeImageView
Attributes may have changed, so update.
checkBoolean(String) - Method in class de.xeinfach.kafenio.KafenioApplet
 
checkNullOrEmpty(String, String) - Static method in class de.xeinfach.kafenio.util.Utils
 
checkNullOrEmpty(String) - Static method in class de.xeinfach.kafenio.util.Utils
 
checkParentsTag(HTML.Tag) - Method in class de.xeinfach.kafenio.component.HTMLUtilities
Method to check if the given tag is in the hierarchy above the current position or not.
clearAllFormatsExcept(KafenioPanel, String, int, String[]) - Method in class de.xeinfach.kafenio.action.CustomAction
removes all formats except the given ones. images attributes (src, border, width, height and alt) are never removed.
clearFormat(KafenioPanel, String, int, String[]) - Method in class de.xeinfach.kafenio.action.CustomAction
clears the given list of HTML.Attributes and HTML.Tags from the selected Text.
collectListing() - Method in class de.xeinfach.kafenio.util.TreeSpider
* Returns a directory-style listing of the file tree * @return Returns a directory-style listing of the file tree
convertToChar(String) - Static method in class de.xeinfach.kafenio.util.HTMLTranslate
Convert a reference to a unicode character.
convertToString(Character) - Static method in class de.xeinfach.kafenio.util.HTMLTranslate
Convert a character to a character entity reference.
convertToString(int) - Static method in class de.xeinfach.kafenio.util.HTMLTranslate
Convert a character to a numeric character reference.
create(Element) - Method in class de.xeinfach.kafenio.component.ExtendedHTMLEditorKit.HTMLFactoryExtended
Method to handle IMG tags and invoke the image loader.
createCustomMenuBar(Vector) - Method in class de.xeinfach.kafenio.KafenioMenuBar
Convenience method for obtaining a custom menu bar
createDefaultDocument() - Method in class de.xeinfach.kafenio.component.ExtendedHTMLEditorKit
creates a default document
createDefaultDocument(URL) - Method in class de.xeinfach.kafenio.component.ExtendedHTMLEditorKit
creates a default document and sets the base url to the given value.
createDefaultKafenioMenuBar() - Method in class de.xeinfach.kafenio.KafenioMenuBar
creates the complete menubar including every single menuitem.
createToolbar(Vector, boolean) - Method in class de.xeinfach.kafenio.KafenioToolBar
method that returns a JToolBar object containing the buttons specified in toolbarItemList.

D

DEBUG - Static variable in class de.xeinfach.kafenio.util.LeanLogger
 
DEFAULT_SCALE - Static variable in class de.xeinfach.kafenio.component.dialogs.ImageDialogControls
 
DOTS - Static variable in class de.xeinfach.kafenio.KafenioMenuBar
 
de.xeinfach.kafenio - package de.xeinfach.kafenio
 
de.xeinfach.kafenio.action - package de.xeinfach.kafenio.action
 
de.xeinfach.kafenio.component - package de.xeinfach.kafenio.component
 
de.xeinfach.kafenio.component.dialogs - package de.xeinfach.kafenio.component.dialogs
 
de.xeinfach.kafenio.interfaces - package de.xeinfach.kafenio.interfaces
 
de.xeinfach.kafenio.urlfetch - package de.xeinfach.kafenio.urlfetch
 
de.xeinfach.kafenio.util - package de.xeinfach.kafenio.util
 
debug(String) - Method in class de.xeinfach.kafenio.util.LeanLogger
logs message as debug-message.
decode(String) - Static method in class de.xeinfach.kafenio.util.Base64Codec
method used to decode a base64 encoded string.
decode(String) - Static method in class de.xeinfach.kafenio.util.HTMLTranslate
Decode a string containing references.
delete() - Method in class de.xeinfach.kafenio.component.HTMLUtilities
 
destroy() - Method in class de.xeinfach.kafenio.KafenioApplet
is called during applet destruction.
destroy() - Method in class de.xeinfach.kafenio.KafenioControllerApplet
is called during applet destruction.
destroy() - Method in class de.xeinfach.kafenio.SplashScreen
destroys the splashscreen
detachFrame() - Method in class de.xeinfach.kafenio.Kafenio
not an applet - no need to use pop-out functionality. do nothing.
detachFrame() - Method in class de.xeinfach.kafenio.KafenioApplet
method for popping the applet into a separate window and back.
detachFrame() - Method in class de.xeinfach.kafenio.KafenioPanel
bridge method to detach the applet into a separate window and back.
detachFrame() - Method in interface de.xeinfach.kafenio.interfaces.KafenioContainerInterface
method for popping the containers rootPane into another container and back.
detachFrame() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
dispose() - Method in class de.xeinfach.kafenio.KafenioPanel
Convenience method for deallocating the app resources
dispose() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
doScreenExtensions() - Method in class de.xeinfach.kafenio.util.TreeSpider
 
documentConfirmed - Variable in class de.xeinfach.kafenio.KafenioPanel
 

E

ERROR - Static variable in class de.xeinfach.kafenio.component.dialogs.SimpleInfoDialog
 
ERROR - Static variable in class de.xeinfach.kafenio.util.LeanLogger
 
EXT_BASE64 - Static variable in class de.xeinfach.kafenio.component.MutableFilter
 
EXT_CSS - Static variable in class de.xeinfach.kafenio.component.MutableFilter
 
EXT_HTML - Static variable in class de.xeinfach.kafenio.component.MutableFilter
 
EXT_IMG - Static variable in class de.xeinfach.kafenio.component.MutableFilter
 
EXT_RTF - Static variable in class de.xeinfach.kafenio.component.MutableFilter
 
EXT_SER - Static variable in class de.xeinfach.kafenio.component.MutableFilter
 
ExtendedHTMLDocument - class de.xeinfach.kafenio.component.ExtendedHTMLDocument.
Description: Adds new Features to the standard Java HTMLDocument class.
ExtendedHTMLDocument() - Constructor for class de.xeinfach.kafenio.component.ExtendedHTMLDocument
Constructs a new ExtendedHTMLDocument using the given values.
ExtendedHTMLDocument(AbstractDocument.Content, StyleSheet) - Constructor for class de.xeinfach.kafenio.component.ExtendedHTMLDocument
Constructs a new ExtendedHTMLDocument using the given values.
ExtendedHTMLDocument(StyleSheet) - Constructor for class de.xeinfach.kafenio.component.ExtendedHTMLDocument
Constructs a new ExtendedHTMLDocument using the given values.
ExtendedHTMLEditorKit - class de.xeinfach.kafenio.component.ExtendedHTMLEditorKit.
Description: This class extends HTMLEditorKit so that it can provide other renderer classes instead of the defaults.
ExtendedHTMLEditorKit() - Constructor for class de.xeinfach.kafenio.component.ExtendedHTMLEditorKit
Constructor
ExtendedHTMLEditorKit.HTMLFactoryExtended - class de.xeinfach.kafenio.component.ExtendedHTMLEditorKit.HTMLFactoryExtended.
Class that replaces the default ViewFactory and supports the proper rendering of both URL-based and local images.
ExtendedHTMLEditorKit.HTMLFactoryExtended() - Constructor for class de.xeinfach.kafenio.component.ExtendedHTMLEditorKit.HTMLFactoryExtended
Constructor
ExternalEditorFrame - class de.xeinfach.kafenio.component.ExternalEditorFrame.
Description: This class is an extended JFrame that overrides the processWindowEvent() method.
ExternalEditorFrame(String, KafenioContainerInterface) - Constructor for class de.xeinfach.kafenio.component.ExternalEditorFrame
creates a new ExternalEditorFrame
encode(String) - Static method in class de.xeinfach.kafenio.util.Base64Codec
method used to encode a string into a base64 string.
encode(String) - Static method in class de.xeinfach.kafenio.util.HTMLTranslate
Encode a string to use references.
ensureHasNoLeading(char, String) - Static method in class de.xeinfach.kafenio.util.Utils
Ensures that the given string does not have a given character as the first one.
ensureHasTrailing(char, String) - Static method in class de.xeinfach.kafenio.util.Utils
Ensures that the given string's last character is the given character.
error(String) - Method in class de.xeinfach.kafenio.util.LeanLogger
logs message as info-message.

F

FileDialog - class de.xeinfach.kafenio.component.dialogs.FileDialog.
Description: This class shows a File open/save dialog.
FileDialog(KafenioPanel, String, Vector, String, boolean) - Constructor for class de.xeinfach.kafenio.component.dialogs.FileDialog
constructs a new FileDialog. the List displays the names of the NameValuePair-Objects in the given Vector.
FileDialog(KafenioPanel, String, String[], String, boolean) - Constructor for class de.xeinfach.kafenio.component.dialogs.FileDialog
constructs a new FileDialog. the List displays the names of the Strings in the given String[]-array.
FontSelectorDialog - class de.xeinfach.kafenio.component.dialogs.FontSelectorDialog.
Description: Class for providing a dialog that lets the user specify values for tag attributes
FontSelectorDialog(KafenioPanel, String, boolean, String, String) - Constructor for class de.xeinfach.kafenio.component.dialogs.FontSelectorDialog
creates a new FontSelectorDialog using the given values
FontSelectorDialog(KafenioPanel, String, boolean, String) - Constructor for class de.xeinfach.kafenio.component.dialogs.FontSelectorDialog
creates a new FontSelectorDialog Object using the given values.
FormatAction - class de.xeinfach.kafenio.action.FormatAction.
Description: Class for implementing HTML formatting actions NOTE : Does not toggle.
FormatAction(KafenioPanel, String, HTML.Tag) - Constructor for class de.xeinfach.kafenio.action.FormatAction
creates a new FormatAction Object based on the given values.
FormatAction(KafenioPanel, String, HTML.Tag, String) - Constructor for class de.xeinfach.kafenio.action.FormatAction
creates a new FormatAction Object based on the given values.
fetch() - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Issues the request to the server.
fetchMassListing() - Method in class de.xeinfach.kafenio.util.TreeSpider
* Returns an unsorted listing of the file tree * @return Returns an unsorted listing of the file tree
fetchTree(File) - Method in class de.xeinfach.kafenio.util.TreeSpider
* Returns a DefaultTreeModel built from the specified root file * @param newRootFile new root file * @return Returns a DefaultTreeModel built from the specified root file
fetchTree() - Method in class de.xeinfach.kafenio.util.TreeSpider
* Returns a DefaultTreeModel built from the preset root file * @return Returns a DefaultTreeModel built from the preset root file
flushHeaders() - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Flushes any existing headers out, excluding cookies.
focusGained(FocusEvent) - Method in class de.xeinfach.kafenio.component.dialogs.UserInputCharacterDialog.MyButton
handles the given FocusEvent
focusLost(FocusEvent) - Method in class de.xeinfach.kafenio.component.dialogs.UserInputCharacterDialog.MyButton
handles the given FocusEvent

G

getAction() - Method in class de.xeinfach.kafenio.component.dialogs.HyperlinkDialog
 
getActionAddListItem() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionAddParagraph() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionAlignCenter() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionAlignJustified() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionAlignLeft() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionAlignRight() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionBlockquote() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionClearFormat() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionEmphasis() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontBold() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontColorAqua() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontColorBlack() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontColorBlue() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontColorFuschia() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontColorGray() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontColorGreen() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontColorLime() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontColorMaroon() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontColorNavy() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontColorOlive() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontColorPurple() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontColorRed() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontColorSilver() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontColorTeal() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontColorWhite() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontColorYellow() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontCustomColor() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontItalic() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontSize1() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontSize2() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontSize3() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontSize4() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontSize5() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontSize6() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontSize7() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontStrike() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontSubscript() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontSuperscript() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFontUnderline() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFormatBig() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionFormatSmall() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionHeading1() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionHeading2() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionHeading3() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionHeading4() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionHeading5() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionHeading6() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionIndentLeft() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionIndentRight() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionInsertCharacter() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionInsertHyperlink() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionInsertServerImage() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionListOrdered() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionListUnordered() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionPre() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionSelectFont() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionSpan() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionStrong() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionTT() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getActionToggleCase() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getAlignment(int) - Method in class de.xeinfach.kafenio.component.RelativeImageView
Determines the desired alignment for this view along an axis.
getAppName() - Method in class de.xeinfach.kafenio.KafenioPanel
Convenience method for obtaining the application name
getAppName() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getAppletInfo() - Method in class de.xeinfach.kafenio.KafenioControllerApplet
 
getAttributes() - Method in class de.xeinfach.kafenio.component.RelativeImageView
Fetches the attributes to use when rendering.
getBgcolor() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getBgcolor() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getBorder() - Method in class de.xeinfach.kafenio.component.RelativeImageView
Method returns the size of the border to use
getBorder() - Method in class de.xeinfach.kafenio.component.dialogs.TableInputDialog
 
getBorderColor() - Method in class de.xeinfach.kafenio.component.RelativeImageView
Method returns the border's color, or null if this is not a link
getButtonLabels() - Method in class de.xeinfach.kafenio.component.dialogs.AbstractKafenioDialog
 
getCaretPosition() - Method in class de.xeinfach.kafenio.KafenioPanel
 
getCaretPosition() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getCaseSensitive() - Method in class de.xeinfach.kafenio.component.dialogs.SearchDialog
 
getCharacter() - Method in class de.xeinfach.kafenio.component.dialogs.UserInputCharacterDialog
 
getCodeBase() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getCodeBase() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getCols() - Method in class de.xeinfach.kafenio.component.dialogs.TableInputDialog
 
getConfig() - Method in class de.xeinfach.kafenio.KafenioPanel
 
getContentParameter() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getContentParameter() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getContents() - Method in class de.xeinfach.kafenio.KafenioApplet
Convenience method for getting the document body from dedi (http://www.der-dirigent.de)
getCountry() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getCountry() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getCurrentFile() - Static method in class de.xeinfach.kafenio.KafenioPanel
Convenience method for obtaining the current file handle
getCurrentLogLevel() - Static method in class de.xeinfach.kafenio.util.LeanLogger
 
getCustomMenuItems() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getCustomMenuItems() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getCustomToolBar1() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
keys for the items are the constants from KafenioToolBar class
getCustomToolBar1() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
keys for the items are the constants from KafenioToolBar class
getCustomToolBar2() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
keys for the items are the constants from KafenioToolBar class
getCustomToolBar2() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
keys for the items are the constants from KafenioToolBar class
getDebugMenu() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getDecisionValue() - Method in class de.xeinfach.kafenio.component.dialogs.PropertiesDialog
 
getDecisionValue() - Method in class de.xeinfach.kafenio.component.dialogs.SimpleInfoDialog
 
getDescription() - Method in class de.xeinfach.kafenio.component.MutableFilter
 
getDisplayMode() - Method in class de.xeinfach.kafenio.util.TreeSpider
 
getDocument() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getDocument() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getDocumentBody() - Method in class de.xeinfach.kafenio.KafenioApplet
Method for passing back the document body to the applet's container.
getDocumentBody() - Method in class de.xeinfach.kafenio.KafenioPanel
Convenience method for obtaining the document text contained within the BODY tags (a common request)
getDocumentBody() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getDocumentConfirmed() - Method in class de.xeinfach.kafenio.KafenioPanel
 
getDocumentConfirmed() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getDocumentText() - Method in class de.xeinfach.kafenio.KafenioApplet
Method for passing back the document text to the applet's container.
getDocumentText() - Method in class de.xeinfach.kafenio.KafenioPanel
Convenience method for obtaining the document text
getDocumentText() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getDomain() - Method in class de.xeinfach.kafenio.urlfetch.Cookie
Indicates the domain the cookie corresponds to.
getEditMenu() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getExpires() - Method in class de.xeinfach.kafenio.urlfetch.Cookie
Indicates when the cookie is to expire.
getExtendedHtmlDoc() - Method in class de.xeinfach.kafenio.KafenioPanel
 
getExtendedHtmlKit() - Method in class de.xeinfach.kafenio.KafenioPanel
 
getExtensions() - Method in class de.xeinfach.kafenio.util.TreeSpider
 
getFieldValue(String) - Method in class de.xeinfach.kafenio.component.dialogs.PropertiesDialog
returns the value of a field
getFileDir() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getFileDir() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getFileMenu() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getFiles() - Method in class de.xeinfach.kafenio.util.TreeSpider
 
getFindTerm() - Method in class de.xeinfach.kafenio.component.dialogs.SearchDialog
 
getFontColorMenu() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getFontMenu() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getFontName() - Method in class de.xeinfach.kafenio.component.dialogs.FontSelectorDialog
 
getFontSizeMenu() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getFormatAlignMenu() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getFormatHeadingMenu() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getFormatMenu() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getFormsMenu() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getFrame() - Method in class de.xeinfach.kafenio.KafenioPanel
Convenience method for obtaining the application's Frame
getFrame() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getHTMLEditorKit() - Method in class de.xeinfach.kafenio.KafenioPanel
 
getHTMLEditorKit() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getHTMLScrollPane() - Method in class de.xeinfach.kafenio.KafenioPanel
Can be used for setting different preferred sizes
getHTMLScrollPane() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getHTMLTag(Element) - Method in class de.xeinfach.kafenio.component.HTMLUtilities
liefert den entsprechenden HTML.Tag zum Element zurück
getHTTPStatusCode() - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Gets the code portion of the HTTP status.
getHelpMenu() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getHighlightColor() - Method in class de.xeinfach.kafenio.component.RelativeImageView
 
getHtmlImgString(String, String) - Method in class de.xeinfach.kafenio.component.dialogs.ImageDialogControls
returns the complete link for the currently selected image.
getImageDir() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getImageDir() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getInsertMenu() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getInstance() - Static method in class de.xeinfach.kafenio.KafenioAppletObserver
 
getJMenuBar() - Method in class de.xeinfach.kafenio.KafenioPanel
 
getJMenuBar() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getJOptionPane() - Method in class de.xeinfach.kafenio.component.dialogs.AbstractKafenioDialog
 
getJToolBar1() - Method in class de.xeinfach.kafenio.KafenioPanel
 
getJToolBar1() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getJToolBar2() - Method in class de.xeinfach.kafenio.KafenioPanel
 
getJToolBar2() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getKafenioActions() - Method in class de.xeinfach.kafenio.KafenioPanel
 
getKafenioIcon(String) - Method in class de.xeinfach.kafenio.KafenioPanel
Convenience method for fetching icon images from jar file
getKafenioIcon(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getKafenioParent() - Method in class de.xeinfach.kafenio.KafenioPanel
 
getKafenioParent() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getKafenioParent() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getKafenioParent() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getKey() - Method in class de.xeinfach.kafenio.urlfetch.Cookie
Returns the key portion of the key/value portion of the cookie.
getKey() - Method in class de.xeinfach.kafenio.urlfetch.HTTPHeader
Gets the key portion of the parameter.
getKeyValue() - Method in class de.xeinfach.kafenio.urlfetch.Cookie
Returns the key/value portion of the string.
getLanguage() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getLanguage() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getListItemParent() - Method in class de.xeinfach.kafenio.component.HTMLUtilities
 
getLocale() - Method in class de.xeinfach.kafenio.util.Translatrix
 
getMaxDepth() - Method in class de.xeinfach.kafenio.util.TreeSpider
 
getMenuBar() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getMenuIcon(String) - Method in class de.xeinfach.kafenio.KafenioPanel
returns an ImageIcon if isShowMenuIcons() returns true or null if false is returned.
getMenuIcon(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getMode() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getMode() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getName() - Method in class de.xeinfach.kafenio.component.NameValuePair
 
getNewMenu(String) - Method in class de.xeinfach.kafenio.KafenioMenuBar
creates a new JMenu Object and sets the background color.
getOrderedMenuKeys() - Static method in class de.xeinfach.kafenio.KafenioMenuBar
 
getOutputmode() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getOutputmode() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getPOSTData() - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Gets the POST data.
getPadding() - Method in class de.xeinfach.kafenio.component.dialogs.TableInputDialog
 
getParent() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getParentApplet() - Method in class de.xeinfach.kafenio.component.ExternalEditorFrame
 
getPath() - Method in class de.xeinfach.kafenio.urlfetch.Cookie
Indicates the path the cookie corresponds to.
getPattern() - Method in class de.xeinfach.kafenio.component.SyntaxPane.RegExStyle
get the Pattern this style is to be applied to
getPostUrl() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getPostUrl() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getPreferredSpan(int) - Method in class de.xeinfach.kafenio.component.RelativeImageView
Determines the preferred span for this view along an axis.
getProperty(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getProperty(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
returns the value of a property with the given name
getRawDocument() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getRawDocument() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getRedirectURL() - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
In the case of a redirect, gets the URL to go to.
getRedoAction() - Method in class de.xeinfach.kafenio.KafenioPanel
 
getRedoAction() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getReplaceAll() - Method in class de.xeinfach.kafenio.component.dialogs.SearchDialog
 
getReplaceTerm() - Method in class de.xeinfach.kafenio.component.dialogs.SearchDialog
 
getRequestHeader(String) - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Gets a request header by name.
getRequestHeaders() - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Returns the HTTP request headers.
getRequestLine() - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Returns the first line of the request.
getRequestMethod() - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Returns the request method used.
getResponseBody() - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
If a binary file was fetched, this function will return it as a byte array.
getResponseHeader(String) - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Gets a response header by name.
getResponseHeaders() - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Returns the HTTP headers received from the server.
getResponseStatus() - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Returns the HTTP status of a response.
getRootFile() - Method in class de.xeinfach.kafenio.util.TreeSpider
 
getRows() - Method in class de.xeinfach.kafenio.component.dialogs.TableInputDialog
 
getScrollableTracksViewportWidth() - Method in class de.xeinfach.kafenio.component.SyntaxPane
overridden from JEditorPane to suppress line wraps
getSearchMenu() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getSelectedFile() - Method in class de.xeinfach.kafenio.component.dialogs.FileDialog
 
getSelectedImage() - Method in class de.xeinfach.kafenio.component.dialogs.ImageDialog
This function is called by dialog executee to know what image was selected.
getSelectionState() - Method in class de.xeinfach.kafenio.component.RelativeImageView
Determines whether the image is selected, and if it's the only thing selected.
getServletMode() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getServletMode() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getServletUrl() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getServletUrl() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getSourcePane() - Method in class de.xeinfach.kafenio.KafenioPanel
Convenience method for obtaining the Source JTextPane
getSourcePane() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getSpace(int) - Method in class de.xeinfach.kafenio.component.RelativeImageView
Method returns the amount of extra space to add along an axis
getSpacing() - Method in class de.xeinfach.kafenio.component.dialogs.TableInputDialog
 
getSrcScrollPane() - Method in class de.xeinfach.kafenio.KafenioPanel
 
getSrcScrollPane() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getStartAtTop() - Method in class de.xeinfach.kafenio.component.dialogs.SearchDialog
 
getString(String) - Method in class de.xeinfach.kafenio.component.dialogs.ImageDialog
returns a translated representation of the given string.
getStyle() - Method in class de.xeinfach.kafenio.component.SyntaxPane.RegExStyle
get the attributes making up this style
getStyleSelector() - Method in class de.xeinfach.kafenio.KafenioToolBar
 
getStyleSheet() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getStyleSheet() - Method in class de.xeinfach.kafenio.component.RelativeImageView
 
getStyleSheet() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getStyleSheetFileList() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getStyleSheetFileList() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getSysClipboard() - Method in class de.xeinfach.kafenio.KafenioPanel
 
getSysClipboard() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getTActions() - Method in class de.xeinfach.kafenio.KafenioPanel
 
getTActions() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getTableMenu() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getTarget() - Method in class de.xeinfach.kafenio.component.dialogs.HyperlinkDialog
 
getTextPane() - Method in class de.xeinfach.kafenio.KafenioPanel
Convenience method for obtaining the WYSIWYG JTextPane
getTextPane() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getTranslation(String) - Method in class de.xeinfach.kafenio.KafenioPanel
 
getTranslation(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
getTranslationString(String) - Method in class de.xeinfach.kafenio.util.Translatrix
returns the translated string for the given originalText
getTreePilotSystemID() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getTreePilotSystemID() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getURL() - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Gets the URL to be fetched.
getUndoAction() - Method in class de.xeinfach.kafenio.KafenioPanel
 
getUndoAction() - Method in class de.xeinfach.kafenio.KafenioPanelActions
 
getUniString(int) - Method in class de.xeinfach.kafenio.component.HTMLUtilities
 
getUrl() - Method in class de.xeinfach.kafenio.component.dialogs.HyperlinkDialog
 
getUrlStyleSheet() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
getUrlStyleSheet() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
getValue() - Method in class de.xeinfach.kafenio.component.NameValuePair
 
getValue() - Method in class de.xeinfach.kafenio.urlfetch.Cookie
Returns the value portion of the key/value portion of the cookie.
getValue() - Method in class de.xeinfach.kafenio.urlfetch.HTTPHeader
Gets the value portion of the parameter.
getVerticalAlignment() - Method in class de.xeinfach.kafenio.component.RelativeImageView
Method returns the image's vertical alignment
getViewFactory() - Method in class de.xeinfach.kafenio.component.ExtendedHTMLEditorKit
Method for returning a ViewFactory which handles the image rendering.
getViewMenu() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getViewSourceItem() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
getViewToolbarItem() - Method in class de.xeinfach.kafenio.KafenioMenuBar
 

H

HTMLTranslate - class de.xeinfach.kafenio.util.HTMLTranslate.
HTMLTranslate numeric character references and character entity references to unicode characters.
HTMLUtilities - class de.xeinfach.kafenio.component.HTMLUtilities.
Description: HTMLUtilities - Special Utility Functions For Kafenio Copyright (C) 2003 Rafael Cieplinski, modified by Howard Kistler
HTMLUtilities(KafenioPanel) - Constructor for class de.xeinfach.kafenio.component.HTMLUtilities
creates a new HTMLUtilities Object using the given value.
HTTPHeader - class de.xeinfach.kafenio.urlfetch.HTTPHeader.
Description: Represents an HTTP header.
HTTPHeader(String, String) - Constructor for class de.xeinfach.kafenio.urlfetch.HTTPHeader
Generates a new header from the given key and value.
HyperlinkDialog - class de.xeinfach.kafenio.component.dialogs.HyperlinkDialog.
class that displays the Hyperlink insertion dialog.
HyperlinkDialog(KafenioPanel, String, String) - Constructor for class de.xeinfach.kafenio.component.dialogs.HyperlinkDialog
Creates a new instance of HyperlinkAction
handleDocumentChange(DocumentEvent) - Method in class de.xeinfach.kafenio.KafenioPanel
implementation for Document Handler methods
handleDocumentChange(DocumentEvent) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
hasPixels(ImageObserver) - Method in class de.xeinfach.kafenio.component.RelativeImageView
returns true if ImageObserver does have pixels, false if not.

I

IMAGE_CACHE_PROPERTY - Static variable in class de.xeinfach.kafenio.component.RelativeImageView
 
INFO - Static variable in class de.xeinfach.kafenio.component.dialogs.SimpleInfoDialog
 
INFO - Static variable in class de.xeinfach.kafenio.util.LeanLogger
 
INSERT - Static variable in class de.xeinfach.kafenio.component.dialogs.HyperlinkDialog
 
ImageDialog - class de.xeinfach.kafenio.component.dialogs.ImageDialog.
Description: This class creates an Image-Chooser Dialog The dialog for showing an insertable Server Image, allowing preview.
ImageDialog(KafenioPanel, Vector, Vector) - Constructor for class de.xeinfach.kafenio.component.dialogs.ImageDialog
Creating a dialog and showing it modally
ImageDialogControls - class de.xeinfach.kafenio.component.dialogs.ImageDialogControls.
ImageDialogControls displays a Panel with
scale textfield constrain proportions checkbox width and height textfields orinal width and original height labels border-width selectbox alignment selectbox and can be read
ImageDialogControls() - Constructor for class de.xeinfach.kafenio.component.dialogs.ImageDialogControls
creates a new instance of ImageDialogControls
ImageDialogControls(ImageDialog) - Constructor for class de.xeinfach.kafenio.component.dialogs.ImageDialogControls
creates a new instance of ImageDialogControls and sets the parent object to the given value.
ImageFileChooser - class de.xeinfach.kafenio.component.ImageFileChooser.
Description: Class for providing a chooser that lets the user select an image to insert
ImageFileChooser(File) - Constructor for class de.xeinfach.kafenio.component.ImageFileChooser
Constructor that takes a default directory to start in, specified as a File
ImageFileChooser(String) - Constructor for class de.xeinfach.kafenio.component.ImageFileChooser
Constructor that takes a default directory to start in, specified as a String
ImageFileChooser() - Constructor for class de.xeinfach.kafenio.component.ImageFileChooser
Empty constructor
ImageFileChooserPreview - class de.xeinfach.kafenio.component.ImageFileChooserPreview.
Description: Class provides a preview window for the selected image file
ImageFileChooserPreview(JFileChooser) - Constructor for class de.xeinfach.kafenio.component.ImageFileChooserPreview
This class requires a file chooser to register with so this class will be notified when a new file is selected in the browser.
IndentAction - class de.xeinfach.kafenio.action.IndentAction.
Description: class to handle indenting / de-indenting of the current paragraph
IndentAction(KafenioPanel, String) - Constructor for class de.xeinfach.kafenio.action.IndentAction
creates a new IndentAction Object.
imageUpdate(Image, int, int, int, int, int) - Method in class de.xeinfach.kafenio.component.RelativeImageView
updates the image.
info(String) - Method in class de.xeinfach.kafenio.util.LeanLogger
logs message as info-message.
init() - Method in class de.xeinfach.kafenio.KafenioApplet
initializes the applet.
init() - Method in class de.xeinfach.kafenio.KafenioControllerApplet
method called during applet initialization.
init(Object[]) - Method in class de.xeinfach.kafenio.component.dialogs.AbstractKafenioDialog
initializes the AbstractKafenioDialog Object using the given values.
init(Object[], String[], Integer, Integer) - Method in class de.xeinfach.kafenio.component.dialogs.AbstractKafenioDialog
initializes the AbstractKafenioDialog Object using the given values.
init() - Method in class de.xeinfach.kafenio.component.dialogs.FileDialog
initializes the FileDialog
init() - Method in class de.xeinfach.kafenio.component.dialogs.HyperlinkDialog
The method, which creates and displays the dialog window.
init() - Method in class de.xeinfach.kafenio.component.dialogs.UserInputCharacterDialog
initializes this object.
insertFile() - Method in class de.xeinfach.kafenio.KafenioPanel
Method for inserting a file (either image-file or a url)
insertFile() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
insertListElement(String) - Method in class de.xeinfach.kafenio.component.HTMLUtilities
This method adds the given content as a list element.
insertListStyle(Element) - Method in class de.xeinfach.kafenio.KafenioPanel
inserts a list item into the document at "element"'s position.
insertUpdate(DocumentEvent) - Method in class de.xeinfach.kafenio.KafenioPanel
handles a DocumentEvent if a document was inserted
isApplet() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
isApplet() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
isBase64() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
isBase64() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
isDebugMode() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
isDebugMode() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
isEditable() - Method in class de.xeinfach.kafenio.component.RelativeImageView
 
isFocusable() - Method in class de.xeinfach.kafenio.component.JButtonNoFocus
 
isFocusable() - Method in class de.xeinfach.kafenio.component.JComboBoxNoFocus
 
isFocusable() - Method in class de.xeinfach.kafenio.component.JToggleButtonNoFocus
 
isShowMenuBar() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
isShowMenuBar() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
isShowMenuIcons() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
isShowMenuIcons() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
isShowToolbar() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
isShowToolbar() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
isShowToolbar2() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
isShowToolbar2() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
isShowViewSource() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
isShowViewSource() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
isStandalone() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
isStandalone() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
isUnicode() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
isUnicode() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
isWebStart() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
isWebStart() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
itemStateChanged(ItemEvent) - Method in class de.xeinfach.kafenio.component.dialogs.FontSelectorDialog
handles the given ItemEvent

J

JButtonNoFocus - class de.xeinfach.kafenio.component.JButtonNoFocus.
Description: Class for providing a JButton that does not obtain focus
JButtonNoFocus() - Constructor for class de.xeinfach.kafenio.component.JButtonNoFocus
creates a new JButtonNoFocus Object
JButtonNoFocus(Action) - Constructor for class de.xeinfach.kafenio.component.JButtonNoFocus
creates a new JButtonNoFocus Object
JButtonNoFocus(Icon) - Constructor for class de.xeinfach.kafenio.component.JButtonNoFocus
creates a new JButtonNoFocus Object
JButtonNoFocus(String) - Constructor for class de.xeinfach.kafenio.component.JButtonNoFocus
creates a new JButtonNoFocus Object
JButtonNoFocus(String, Icon) - Constructor for class de.xeinfach.kafenio.component.JButtonNoFocus
creates a new JButtonNoFocus Object
JComboBoxNoFocus - class de.xeinfach.kafenio.component.JComboBoxNoFocus.
Description: Class for providing a JComboBox that does not obtain focus
JComboBoxNoFocus() - Constructor for class de.xeinfach.kafenio.component.JComboBoxNoFocus
constructs a new JComboboxNoFocus
JToggleButtonNoFocus - class de.xeinfach.kafenio.component.JToggleButtonNoFocus.
Description: Class for providing a JToggleButton that does not obtain focus
JToggleButtonNoFocus() - Constructor for class de.xeinfach.kafenio.component.JToggleButtonNoFocus
creates a new JToggleButtonNoFocus Object.
JToggleButtonNoFocus(Action) - Constructor for class de.xeinfach.kafenio.component.JToggleButtonNoFocus
creates a new JToggleButtonNoFocus Object.
JToggleButtonNoFocus(Icon) - Constructor for class de.xeinfach.kafenio.component.JToggleButtonNoFocus
creates a new JToggleButtonNoFocus Object.
JToggleButtonNoFocus(String) - Constructor for class de.xeinfach.kafenio.component.JToggleButtonNoFocus
creates a new JToggleButtonNoFocus Object.
JToggleButtonNoFocus(String, Icon) - Constructor for class de.xeinfach.kafenio.component.JToggleButtonNoFocus
creates a new JToggleButtonNoFocus Object.
JWS_MODE - Static variable in class de.xeinfach.kafenio.KafenioPanelConfiguration
 

K

KEY_MENU_DEBUG - Static variable in class de.xeinfach.kafenio.KafenioMenuBar
 
KEY_MENU_EDIT - Static variable in class de.xeinfach.kafenio.KafenioMenuBar
 
KEY_MENU_FILE - Static variable in class de.xeinfach.kafenio.KafenioMenuBar
 
KEY_MENU_FONT - Static variable in class de.xeinfach.kafenio.KafenioMenuBar
 
KEY_MENU_FORMAT - Static variable in class de.xeinfach.kafenio.KafenioMenuBar
 
KEY_MENU_FORMS - Static variable in class de.xeinfach.kafenio.KafenioMenuBar
 
KEY_MENU_HELP - Static variable in class de.xeinfach.kafenio.KafenioMenuBar
 
KEY_MENU_INSERT - Static variable in class de.xeinfach.kafenio.KafenioMenuBar
 
KEY_MENU_SEARCH - Static variable in class de.xeinfach.kafenio.KafenioMenuBar
 
KEY_MENU_TABLE - Static variable in class de.xeinfach.kafenio.KafenioMenuBar
 
KEY_MENU_TOOLS - Static variable in class de.xeinfach.kafenio.KafenioMenuBar
 
KEY_MENU_VIEW - Static variable in class de.xeinfach.kafenio.KafenioMenuBar
 
KEY_TOOL_ALIGNCENTER - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_ALIGNJUSTIFIED - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_ALIGNLEFT - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_ALIGNRIGHT - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_ANCHOR - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_BOLD - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_CHARACTER - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_CLEAR - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_COLOR - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_CONFIRMCONTENT - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_COPY - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_CUT - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_DETACHFRAME - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_FIND - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_IMAGE - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_INDENTLEFT - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_INDENTRIGHT - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_ITALIC - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_NEW - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_OLIST - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_OPEN - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_PASTE - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_REDO - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_SAVE - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_SAVECONTENT - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_SEP - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_SOURCE - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_STRIKE - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_STYLES - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_SUB - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_SUPER - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_TABLE - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_ULIST - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_UNDERLINE - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
KEY_TOOL_UNDO - Static variable in class de.xeinfach.kafenio.KafenioToolBar
 
Kafenio - class de.xeinfach.kafenio.Kafenio.
Demo Implementation to run KafenioPanel as standalone application.
Kafenio(KafenioPanelConfigurationInterface) - Constructor for class de.xeinfach.kafenio.Kafenio
creates a new Kafenio Editor Window object using the given parameters.
KafenioApplet - class de.xeinfach.kafenio.KafenioApplet.
Description: A WYSIWYG Editor Applet that allows to create and edit HTML content and store it to a URL.
KafenioApplet() - Constructor for class de.xeinfach.kafenio.KafenioApplet
Constructs a new Kafenio Applet.
KafenioAppletObserver - class de.xeinfach.kafenio.KafenioAppletObserver.
Description: An Observer to enable the content saving of all running kafenio-applets in a browser.
KafenioContainerInterface - interface de.xeinfach.kafenio.interfaces.KafenioContainerInterface.
This is an interface for a containter that can contain a KafenioPanel
KafenioControllerApplet - class de.xeinfach.kafenio.KafenioControllerApplet.
Description: This class provides the possibility to call the save-content method in all currently running KafenioApplets.
KafenioControllerApplet() - Constructor for class de.xeinfach.kafenio.KafenioControllerApplet
constructs a new KafenioControllerApplet.
KafenioControllerSaveContentInterface - interface de.xeinfach.kafenio.interfaces.KafenioControllerSaveContentInterface.
Description: This interface describes the methods to save content by posting content to a URL
KafenioMenuBar - class de.xeinfach.kafenio.KafenioMenuBar.
Description: class is used to create a Menubar for the Kafenio Editor Applet.
KafenioMenuBar(KafenioPanel) - Constructor for class de.xeinfach.kafenio.KafenioMenuBar
creates a new KafenioMenuBar Object based on the given values
KafenioMenuItem - class de.xeinfach.kafenio.KafenioMenuItem.
Description: class is an extension of the JMenuItem class that adds special i18n-aware constructors.
KafenioMenuItem(KafenioMenuBar, String, String, ActionListener) - Constructor for class de.xeinfach.kafenio.KafenioMenuItem
creates a new KafenioMenuItem Object based on the given values.
KafenioMenuItem(KafenioMenuBar, String, String, ActionListener, Icon) - Constructor for class de.xeinfach.kafenio.KafenioMenuItem
creates a new KafenioMenuItem Object based on the given values.
KafenioMenuItem(KafenioMenuBar, String, String, ActionListener, KeyStroke) - Constructor for class de.xeinfach.kafenio.KafenioMenuItem
creates a new KafenioMenuItem Object based on the given values.
KafenioMenuItem(KafenioMenuBar, Action, KeyStroke, Icon) - Constructor for class de.xeinfach.kafenio.KafenioMenuItem
creates a new KafenioMenuItem Object based on the given values.
KafenioMenuItem(KafenioMenuBar, String, Action, KeyStroke, Icon) - Constructor for class de.xeinfach.kafenio.KafenioMenuItem
creates a new KafenioMenuItem Object based on the given values.
KafenioMenuItem(KafenioMenuBar, String, String, ActionListener, KeyStroke, Icon) - Constructor for class de.xeinfach.kafenio.KafenioMenuItem
creates a new KafenioMenuItem Object based on the given values.
KafenioPanel - class de.xeinfach.kafenio.KafenioPanel.
Description: Main application class that creates a Java wysiwyg editor component
KafenioPanel(KafenioPanelConfigurationInterface) - Constructor for class de.xeinfach.kafenio.KafenioPanel
Contructs a new KafenioPanel using the given configuration object.
KafenioPanelActions - class de.xeinfach.kafenio.KafenioPanelActions.
Description: This class contains all shared actions of the editor.
KafenioPanelActions(KafenioPanel) - Constructor for class de.xeinfach.kafenio.KafenioPanelActions
creates all actions required by KafenioPanel Object.
KafenioPanelConfiguration - class de.xeinfach.kafenio.KafenioPanelConfiguration.
Description: contains the KafenioPanel configuration, encapsulates the configuration of the editor component.
KafenioPanelConfiguration() - Constructor for class de.xeinfach.kafenio.KafenioPanelConfiguration
default constructor.creates a new instance of this class.
KafenioPanelConfigurationInterface - interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface.
Description: contains the KafenioPanel configuration, encapsulates the configuration of the editor component.
KafenioPanelInterface - interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface.
Description: Main application class that creates a Java wysiwyg editor component
KafenioToolBar - class de.xeinfach.kafenio.KafenioToolBar.
Description: creates a toolbar for the KafenioPanel based on the given parameters.
KafenioToolBar(KafenioPanel) - Constructor for class de.xeinfach.kafenio.KafenioToolBar
creates a new KafenioToolBar Object.
keyPressed(KeyEvent) - Method in class de.xeinfach.kafenio.KafenioPanel
handles the given KeyEvent if key was pressed down (do nothing)
keyPressed(KeyEvent) - Method in class de.xeinfach.kafenio.component.dialogs.ImageDialogControls
 
keyPressed(KeyEvent) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
keyReleased(KeyEvent) - Method in class de.xeinfach.kafenio.KafenioPanel
handles the given KeyEvent if key was released (do nothing)
keyReleased(KeyEvent) - Method in class de.xeinfach.kafenio.component.dialogs.ImageDialogControls
 
keyReleased(KeyEvent) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
keyTyped(KeyEvent) - Method in class de.xeinfach.kafenio.KafenioPanel
KeyListener method, handles the given KeyEvent
keyTyped(KeyEvent) - Method in class de.xeinfach.kafenio.component.dialogs.ImageDialogControls
 
keyTyped(KeyEvent) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 

L

LINEFEED - Static variable in class de.xeinfach.kafenio.util.Base64Codec
 
LeanLogger - class de.xeinfach.kafenio.util.LeanLogger.
Created on: Jan 30, 2004, 6:36:09 PM Description: a lean logger class that supports 5 diferent log levels (debug, info, warn, error and none) and logs all messages to System.out.
LeanLogger(String) - Constructor for class de.xeinfach.kafenio.util.LeanLogger
creates a new instance of LeanLogger.
ListAutomationAction - class de.xeinfach.kafenio.action.ListAutomationAction.
Description: Class for automatically creating bulleted lists from selected text
ListAutomationAction(KafenioPanel, String, HTML.Tag) - Constructor for class de.xeinfach.kafenio.action.ListAutomationAction
creates a new ListAutomationAction using the given parameters.
ListLoader - class de.xeinfach.kafenio.util.ListLoader.
This is a static utility class used to load a list of images or links or whatever from the server.
loadImage() - Method in class de.xeinfach.kafenio.component.ImageFileChooserPreview
Loads a new image into the preview window, and scales it if necessary.
loadImages(KafenioPanelConfiguration, List, List) - Static method in class de.xeinfach.kafenio.util.ListLoader
Loads the lists of images
loadLinks(KafenioPanelConfiguration, List, List) - Static method in class de.xeinfach.kafenio.util.ListLoader
Loads the lists of predefined links

M

MAXIMUMLINES - Static variable in class de.xeinfach.kafenio.util.Base64Codec
 
MIDDLE - Static variable in class de.xeinfach.kafenio.component.RelativeImageView
 
MutableFilter - class de.xeinfach.kafenio.component.MutableFilter.
Description: Class for providing JFileChooser with a FileFilter
MutableFilter(String[], String) - Constructor for class de.xeinfach.kafenio.component.MutableFilter
creates a new MutableFilter Object using the given values.
main(String[]) - Static method in class de.xeinfach.kafenio.Kafenio
main method.
main(String[]) - Static method in class de.xeinfach.kafenio.util.TreeSpider
Class'es main() method
manageListElement(Element) - Method in class de.xeinfach.kafenio.KafenioPanel
Method that handles initial list insertion and deletion
manageListElement(Element) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
modelToView(int, Shape, Position.Bias) - Method in class de.xeinfach.kafenio.component.RelativeImageView
Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
mouseClicked(MouseEvent) - Method in class de.xeinfach.kafenio.component.RelativeImageView
On double-click, open image properties dialog.
mouseDragged(MouseEvent) - Method in class de.xeinfach.kafenio.component.RelativeImageView
Resize image if initial click was in grow-box:
mouseEntered(MouseEvent) - Method in class de.xeinfach.kafenio.component.RelativeImageView
 
mouseExited(MouseEvent) - Method in class de.xeinfach.kafenio.component.RelativeImageView
 
mouseMoved(MouseEvent) - Method in class de.xeinfach.kafenio.component.RelativeImageView
 
mousePressed(MouseEvent) - Method in class de.xeinfach.kafenio.component.RelativeImageView
Select or grow image when clicked.
mouseReleased(MouseEvent) - Method in class de.xeinfach.kafenio.component.RelativeImageView
what to do when mouse is released.

N

NAME_URL_SEPARATOR - Static variable in class de.xeinfach.kafenio.util.ListLoader
 
NONE - Static variable in class de.xeinfach.kafenio.util.LeanLogger
 
NameValuePair - class de.xeinfach.kafenio.component.NameValuePair.
Description: Class that holds name / value-pairs for List-items.
NameValuePair() - Constructor for class de.xeinfach.kafenio.component.NameValuePair
creates a new, empty NameValuePair Object.
NameValuePair(String) - Constructor for class de.xeinfach.kafenio.component.NameValuePair
creates a new name / value pair for a list.
NameValuePair(String, String) - Constructor for class de.xeinfach.kafenio.component.NameValuePair
creates a new name / value pair for a list.

P

PLAIN - Static variable in class de.xeinfach.kafenio.component.dialogs.SimpleInfoDialog
 
PropertiesDialog - class de.xeinfach.kafenio.component.dialogs.PropertiesDialog.
Description: Class for providing a dialog that lets the user specify values for tag attributes
PropertiesDialog(KafenioPanel, String[], String[], String[], String, boolean) - Constructor for class de.xeinfach.kafenio.component.dialogs.PropertiesDialog
creates a new Properties Dialog using the given values.
PropertiesDialog(KafenioPanel, String[], String[], String, boolean) - Constructor for class de.xeinfach.kafenio.component.dialogs.PropertiesDialog
creates a new Properties Dialog using the given values.
paint(Graphics, Shape) - Method in class de.xeinfach.kafenio.component.RelativeImageView
Paints the image.
paintComponent(Graphics) - Method in class de.xeinfach.kafenio.component.ImageFileChooserPreview
Paints the icon of the current image, if one is present.
parseBgColor(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
parseBgColor(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
parseToolbarItems(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
method to parse a space separated string into a vector.
parseToolbarItems(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
method to parse a space separated string into a vector.
performUpdatePreview() - Method in class de.xeinfach.kafenio.component.dialogs.ImageDialogControls
calls the method updatePreview() on the parent object.
postContent(String) - Method in class de.xeinfach.kafenio.KafenioPanel
posts the content body either as plain-urlencoded ascii text or base64 encoded to a given server-URL
postContentBody() - Method in class de.xeinfach.kafenio.KafenioPanel
posts the content body either as plain-urlencoded ascii text or base64 encoded to a given server-URL
postContentBody() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
processWindowEvent(WindowEvent) - Method in class de.xeinfach.kafenio.component.ExternalEditorFrame
 
propertyChange(PropertyChangeEvent) - Method in class de.xeinfach.kafenio.component.ImageFileChooserPreview
Callback (event handler) to indicate that a property of the JFileChooser has changed.
purgeUndos() - Method in class de.xeinfach.kafenio.KafenioPanel
Convenience method for clearing out the UndoManager
purgeUndos() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 

Q

QUESTION - Static variable in class de.xeinfach.kafenio.component.dialogs.SimpleInfoDialog
 
quitApp() - Method in class de.xeinfach.kafenio.KafenioPanel
ask for confirmation if there are unsaved changes.
quitApp() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 

R

REMOVE_LINK - Static variable in class de.xeinfach.kafenio.component.dialogs.HyperlinkDialog
 
RelativeImageView - class de.xeinfach.kafenio.component.RelativeImageView.
Description: creates a view on an image.
RelativeImageView(Element) - Constructor for class de.xeinfach.kafenio.component.RelativeImageView
Constructor Creates a new view that represents an IMG element.
refreshOnUpdate() - Method in class de.xeinfach.kafenio.KafenioPanel
Convenience method for refreshing and displaying changes
refreshOnUpdate() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
registerDocument(ExtendedHTMLDocument) - Method in class de.xeinfach.kafenio.KafenioPanel
Method for setting a document as the current document for the text pane and re-registering the controls and settings for it
registerDocumentStyles() - Method in class de.xeinfach.kafenio.KafenioPanel
Method for locating the available CSS style for the document and adding them to the styles selector
registerDocumentStyles() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
registerNewApplet(KafenioApplet) - Method in class de.xeinfach.kafenio.KafenioAppletObserver
adds an applet to be notified to the list.
removeAttribute(SimpleAttributeSet, SimpleAttributeSet) - Method in class de.xeinfach.kafenio.component.HTMLUtilities
 
removeAttributeByKey(SimpleAttributeSet, String) - Method in class de.xeinfach.kafenio.component.HTMLUtilities
 
removeElements(Element, int, int) - Method in class de.xeinfach.kafenio.component.ExtendedHTMLDocument
removes the given element between index and index+count.
removeTag(Element, boolean) - Method in class de.xeinfach.kafenio.component.HTMLUtilities
Method to remove the given element using stringmanipulation in the source-pane.
removeUpdate(DocumentEvent) - Method in class de.xeinfach.kafenio.KafenioPanel
handles a DocumentEvent if the document was removed
repaint(long) - Method in class de.xeinfach.kafenio.component.RelativeImageView
Request that this view be repainted.
replaceAttributes(Element, AttributeSet, HTML.Tag) - Method in class de.xeinfach.kafenio.component.ExtendedHTMLDocument
Überschreibt die Attribute des Elements.
resize(int, int) - Method in class de.xeinfach.kafenio.component.RelativeImageView
Change the size of this image.
run() - Method in class de.xeinfach.kafenio.SplashScreen
 

S

SCALE - Static variable in class de.xeinfach.kafenio.component.dialogs.ImageDialogControls
 
SET_ALIGN - Static variable in class de.xeinfach.kafenio.component.dialogs.ImageDialogControls
 
SET_SCALE - Static variable in class de.xeinfach.kafenio.component.dialogs.ImageDialogControls
 
SET_SIZE - Static variable in class de.xeinfach.kafenio.component.dialogs.ImageDialogControls
 
STANDALONE_MODE - Static variable in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
SearchDialog - class de.xeinfach.kafenio.component.dialogs.SearchDialog.
Description: Class for providing a dialog that lets the user specify arguments for the Search Find/Replace functions
SearchDialog(KafenioPanel, String, boolean, boolean, boolean, boolean, String, String) - Constructor for class de.xeinfach.kafenio.component.dialogs.SearchDialog
creates a new SearchDialog using the given values.
ServerImageAction - class de.xeinfach.kafenio.action.ServerImageAction.
The Action for inserting an image from the server.
ServerImageAction(KafenioPanel) - Constructor for class de.xeinfach.kafenio.action.ServerImageAction
Creates a new instance of ServerImageAction
SimpleInfoDialog - class de.xeinfach.kafenio.component.dialogs.SimpleInfoDialog.
Description: Class for providing a dialog that lets the user specify values for tag attributes.
SimpleInfoDialog(KafenioPanel, String, boolean, String, int) - Constructor for class de.xeinfach.kafenio.component.dialogs.SimpleInfoDialog
creates a new SimpleInfoDialog Object using the given values.
SimpleInfoDialog(KafenioPanel, String, boolean, String) - Constructor for class de.xeinfach.kafenio.component.dialogs.SimpleInfoDialog
creates a new SimpleInfoDialog using the given values
SpecialCharAction - class de.xeinfach.kafenio.action.SpecialCharAction.
Description: class to insert special characters
SpecialCharAction(KafenioPanel, String) - Constructor for class de.xeinfach.kafenio.action.SpecialCharAction
Creates a new SpecialCharAction Object using the given values.
SplashScreen - class de.xeinfach.kafenio.SplashScreen.
Class that displays a splash screen Is run in a separate thread so that the applet continues to load in the background
SplashScreen() - Constructor for class de.xeinfach.kafenio.SplashScreen
Default constructor, sets a default time of 3000 milliseconds to display
SplashScreen(int) - Constructor for class de.xeinfach.kafenio.SplashScreen
creates a new splash screen using the given values.
StylesAction - class de.xeinfach.kafenio.action.StylesAction.
Description: Class for handling CSS style events
StylesAction(JComboBox) - Constructor for class de.xeinfach.kafenio.action.StylesAction
constructs a new StylesAction Object.
SyntaxPane - class de.xeinfach.kafenio.component.SyntaxPane.
Description: An editor pane with syntax highlighting for HTML tags.
SyntaxPane() - Constructor for class de.xeinfach.kafenio.component.SyntaxPane
Creates a new SyntaxPane.
SyntaxPane.RegExStyle - class de.xeinfach.kafenio.component.SyntaxPane.RegExStyle.
internal convenience class associating a pattern with a set of attributes
SyntaxPane.RegExStyle(RE, AttributeSet) - Constructor for class de.xeinfach.kafenio.component.SyntaxPane.RegExStyle
construct a RegExStyle instance
saveAllAppletContents() - Method in class de.xeinfach.kafenio.KafenioAppletObserver
calls the saveContents() method of each registered KafenioApplet
saveAllAppletsContent() - Method in class de.xeinfach.kafenio.KafenioApplet
the method calls the saveAllAppletContents method in KafenioAppletObserver.
saveAllAppletsContent() - Method in interface de.xeinfach.kafenio.interfaces.KafenioControllerSaveContentInterface
method that calls the saveAppletContents method on all registered applets in the observer.
saveAppletContents() - Method in class de.xeinfach.kafenio.KafenioApplet
the method calls the postContentBody method in KafenioPanel.
saveAppletContents() - Method in interface de.xeinfach.kafenio.interfaces.KafenioControllerSaveContentInterface
method that handles the saving of the applet contents.
serializeIn() - Method in class de.xeinfach.kafenio.KafenioPanel
Method for reading in a serialized document from a file
serializeIn() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
serializeOut(HTMLDocument) - Method in class de.xeinfach.kafenio.KafenioPanel
Method for serializing the document out to a file
serializeOut(HTMLDocument) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
setAsConfirmedAndQuit() - Method in class de.xeinfach.kafenio.KafenioPanel
quits without saving.
setAuthorization(String, String) - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Sets authorization tokens in the case of BASIC authentication
setBase64(boolean) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setBase64(boolean) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setBgcolor(Color) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setBgcolor(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setBgcolor(Color) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setBgcolor(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setBundleName(String) - Method in class de.xeinfach.kafenio.util.Translatrix
sets the resourcebundle name for this class and tries to load it.
setButtonLabels(Object[]) - Method in class de.xeinfach.kafenio.component.dialogs.AbstractKafenioDialog
 
setCaretPosition(int) - Method in class de.xeinfach.kafenio.KafenioPanel
sets the new caret position
setCaretPosition(int) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
setCodeBase(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setCodeBase(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setContentParameter(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setContentParameter(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setCountry(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setCountry(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setCurrentLogLevel(int) - Static method in class de.xeinfach.kafenio.util.LeanLogger
 
setCustomMenuItems(Vector) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setCustomMenuItems(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setCustomMenuItems(Vector) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setCustomMenuItems(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setCustomToolBar1(Vector) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
keys for the items are the constants from KafenioToolBar class
setCustomToolBar1(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
keys for the items are the constants from KafenioToolBar class
setCustomToolBar1(Vector) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
keys for the items are the constants from KafenioToolBar class
setCustomToolBar1(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
keys for the items are the constants from KafenioToolBar class
setCustomToolBar2(Vector) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
keys for the items are the constants from KafenioToolBar class
setCustomToolBar2(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
keys for the items are the constants from KafenioToolBar class
setCustomToolBar2(Vector) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
keys for the items are the constants from KafenioToolBar class
setCustomToolBar2(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
keys for the items are the constants from KafenioToolBar class
setDebugMode(boolean) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setDebugMode(boolean) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setDefaultValues(Object) - Method in class de.xeinfach.kafenio.component.dialogs.AbstractKafenioDialog
abstract method that sets the default values for this dialog
setDefaultValues(Object) - Method in class de.xeinfach.kafenio.component.dialogs.FontSelectorDialog
sets the value based on the PropertyChangeEvent caught by the superclass.
setDefaultValues(Object) - Method in class de.xeinfach.kafenio.component.dialogs.PropertiesDialog
 
setDefaultValues(Object) - Method in class de.xeinfach.kafenio.component.dialogs.SearchDialog
 
setDefaultValues(Object) - Method in class de.xeinfach.kafenio.component.dialogs.SimpleInfoDialog
 
setDefaultValues(Object) - Method in class de.xeinfach.kafenio.component.dialogs.TableInputDialog
sets the value based on the PropertyChangeEvent caught by the superclass.
setDisplayMode(boolean) - Method in class de.xeinfach.kafenio.util.TreeSpider
sets the display mode
setDocument(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setDocument(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setDocumentConfirmed(boolean) - Method in class de.xeinfach.kafenio.KafenioPanel
 
setDocumentConfirmed(boolean) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
setDocumentText(String) - Method in class de.xeinfach.kafenio.KafenioApplet
Method for setting the document manually.
setDocumentText(String) - Method in class de.xeinfach.kafenio.KafenioPanel
Convenience method for setting the document text contains hack around JDK bug 4799813 see http://developer.java.sun.com/developer/bugParade/bugs/4799813.html regression in 1.4.x, to be fixed in 1.5 When setting the text to be "& footext", it becomes "&footext" (space disappears) same ocurrs for "</a> &amp;", it becomes "</a>&amp;" (space disappears) with the hack it now does not occur anymore.
setDocumentText(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
setDomain(String) - Method in class de.xeinfach.kafenio.urlfetch.Cookie
Sets the domain the cookie is to correspond to.
setExtensions(Vector) - Method in class de.xeinfach.kafenio.util.TreeSpider
set file extensions * @param vc list of file extensions
setFileDir(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setFileDir(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setFileNamesOnly(boolean) - Method in class de.xeinfach.kafenio.util.TreeSpider
 
setFiles(Vector) - Method in class de.xeinfach.kafenio.util.TreeSpider
sets the list of files * @param vc list of files as vector.
setImageDir(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setImageDir(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setJMenuBar(JMenuBar) - Method in interface de.xeinfach.kafenio.interfaces.KafenioContainerInterface
method that sets the menubar for the object that implements this interface.
setJOptionPane(JOptionPane) - Method in class de.xeinfach.kafenio.component.dialogs.AbstractKafenioDialog
 
setKafenioParent(Window) - Method in class de.xeinfach.kafenio.KafenioPanel
 
setKafenioParent(Object) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setKafenioParent(Object) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setKafenioParent(Window) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
setKey(String) - Method in class de.xeinfach.kafenio.urlfetch.HTTPHeader
Sets the key portion of the parameter.
setLanguage(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setLanguage(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setLocale(Locale) - Method in class de.xeinfach.kafenio.util.Translatrix
sets the current locale, loads the default language file if locale-version could not be found.
setLocale(String, String) - Method in class de.xeinfach.kafenio.util.Translatrix
sets the locale using language and country information provided as string.
setMarks(StyledDocument, int, int) - Method in class de.xeinfach.kafenio.component.SyntaxPane
apply syntax highlighting to all HTML tags found in the given area of the given document
setMaxDepth(int) - Method in class de.xeinfach.kafenio.util.TreeSpider
sets the max allowed folder depth * @param i maximum depth
setMenuBar(JMenuBar) - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
setMode(int) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
sets the parameter that defines if Kafenio should be run as an applet.
setMode(int) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
sets the parameter that defines if Kafenio should be run as an applet.
setName(String) - Method in class de.xeinfach.kafenio.component.NameValuePair
sets the name
setNewImage(int, int) - Method in class de.xeinfach.kafenio.component.dialogs.ImageDialogControls
resets the controls in this panel to the given values
setOutputmode(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
sets the outputmode of the editor.
setOutputmode(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
sets the outputmode of the editor.
setPOSTData(String) - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Sets the POST data.
setParent(KafenioPanel) - Method in class de.xeinfach.kafenio.KafenioMenuBar
 
setParent(View) - Method in class de.xeinfach.kafenio.component.RelativeImageView
Establishes the parent view for this view.
setParentApplet(KafenioContainerInterface) - Method in class de.xeinfach.kafenio.component.ExternalEditorFrame
sets the parent KafenioContainerInterface that calls this frame.
setPattern(RE) - Method in class de.xeinfach.kafenio.component.SyntaxPane.RegExStyle
set the Pattern to apply a given set of attributes to
setPostUrl(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setPostUrl(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setProperty(String, String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setProperty(String, String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
sets or overwrites a property with the given information.
setProxyHost(String) - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Sets the host of the proxy, if one is needed.
setProxyPassword(String) - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Sets the password of the proxy, if one is needed.
setProxyPort(int) - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Sets the port of the proxy, if one is needed.
setRawDocument(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setRawDocument(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setResponseStatus(String) - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Sets the HTTP status of a response.
setRootFile(File) - Method in class de.xeinfach.kafenio.util.TreeSpider
sets the root file
setScreenExtensions(boolean) - Method in class de.xeinfach.kafenio.util.TreeSpider
set to true if file extensions should be screened, false otherwise
setServletMode(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
servlet mode can be either "java" or "cgi". default is "java".
setServletMode(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
servlet mode can be either "java" or "cgi". default is "java".
setServletUrl(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setServletUrl(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setShowMenuBar(boolean) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setShowMenuBar(boolean) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setShowMenuIcons(boolean) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setShowMenuIcons(boolean) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setShowToolbar(boolean) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setShowToolbar(boolean) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setShowToolbar2(boolean) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setShowToolbar2(boolean) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setShowViewSource(boolean) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setShowViewSource(boolean) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setSize(Dimension) - Method in class de.xeinfach.kafenio.component.SyntaxPane
overridden from JEditorPane to suppress line wraps
setStyle(AttributeSet) - Method in class de.xeinfach.kafenio.component.SyntaxPane.RegExStyle
set the set of attributes to apply to a given Pattern
setStyleSheet(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setStyleSheet(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setStyleSheetFileList(String[]) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setStyleSheetFileList(String[]) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setTarget(String) - Method in class de.xeinfach.kafenio.component.dialogs.HyperlinkDialog
 
setText(String) - Method in class de.xeinfach.kafenio.component.SyntaxPane
overridden to keep caret changes during the initial text load from triggering syntax highlighting repetitively
setTreePilotSystemID(String) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setTreePilotSystemID(String) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setURL(URL) - Method in class de.xeinfach.kafenio.urlfetch.URLFetch
Sets the URL to be fetched.
setUnicode(boolean) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setUnicode(boolean) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setUrl(String) - Method in class de.xeinfach.kafenio.component.dialogs.HyperlinkDialog
 
setUrlStyleSheet(URL) - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
setUrlStyleSheet(URL) - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
setValue(String) - Method in class de.xeinfach.kafenio.component.NameValuePair
sets the value
setValue(String) - Method in class de.xeinfach.kafenio.urlfetch.HTTPHeader
Sets the value portion of the parameter.
showFileNamesOnly() - Method in class de.xeinfach.kafenio.util.TreeSpider
 
sortFileListing() - Method in class de.xeinfach.kafenio.util.TreeSpider
* Returns an index-style listing of the file tree of file names only * @return Returns an index-style listing of the file tree of file names only
sortMassListing() - Method in class de.xeinfach.kafenio.util.TreeSpider
Returns an index-style listing of the file tree of complete file names and paths * @return Returns an index-style listing of the file tree of complete file names and paths
start() - Method in class de.xeinfach.kafenio.KafenioApplet
is called while during applet startup.
start() - Method in class de.xeinfach.kafenio.KafenioControllerApplet
is called while during applet startup.
stop() - Method in class de.xeinfach.kafenio.KafenioApplet
is called during applet shutdown.
stop() - Method in class de.xeinfach.kafenio.KafenioControllerApplet
is called during applet shutdown.

T

TEXTTOP - Static variable in class de.xeinfach.kafenio.component.RelativeImageView
 
TOP - Static variable in class de.xeinfach.kafenio.component.RelativeImageView
 
TableInputDialog - class de.xeinfach.kafenio.component.dialogs.TableInputDialog.
Description: Class for providing a dialog that lets the user specify values for tag attributes
TableInputDialog(KafenioPanel, String, boolean) - Constructor for class de.xeinfach.kafenio.component.dialogs.TableInputDialog
creates a new TableInputDialog using the given values.
ToggleCaseAction - class de.xeinfach.kafenio.action.ToggleCaseAction.
Description: class to toggle the case of the marked letters
ToggleCaseAction(KafenioPanel, String) - Constructor for class de.xeinfach.kafenio.action.ToggleCaseAction
creates a new ToggleCaseAction using the given parameters.
Translatrix - class de.xeinfach.kafenio.util.Translatrix.
Description: This class translates string-ids into language specific messages.
Translatrix() - Constructor for class de.xeinfach.kafenio.util.Translatrix
private constructor for utility classes
Translatrix(String) - Constructor for class de.xeinfach.kafenio.util.Translatrix
private constructor for utility classes
TreeSpider - class de.xeinfach.kafenio.util.TreeSpider.
* Description: TreeSpider Utility class for traversing, scanning & describing directory/file structures * * @author Howard Kistler
TreeSpider(String, Vector, boolean, int) - Constructor for class de.xeinfach.kafenio.util.TreeSpider
constructs a new TreeSpider Object using the given values
TreeSpider(String, Vector, boolean) - Constructor for class de.xeinfach.kafenio.util.TreeSpider
constructs a new TreeSpider Object using the given values
TreeSpider(String, boolean, int) - Constructor for class de.xeinfach.kafenio.util.TreeSpider
constructs a new TreeSpider Object using the given values
TreeSpider(String, boolean) - Constructor for class de.xeinfach.kafenio.util.TreeSpider
constructs a new TreeSpider Object using the given values
TreeSpider(String, int) - Constructor for class de.xeinfach.kafenio.util.TreeSpider
constructs a new TreeSpider Object using the given values
TreeSpider(String) - Constructor for class de.xeinfach.kafenio.util.TreeSpider
constructs a new TreeSpider Object using the given values
TreeSpider() - Constructor for class de.xeinfach.kafenio.util.TreeSpider
constructs a new TreeSpider Object using the given values.
toString() - Method in class de.xeinfach.kafenio.KafenioPanelConfiguration
 
toString() - Method in class de.xeinfach.kafenio.component.NameValuePair
 
toString() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelConfigurationInterface
 
toString() - Method in class de.xeinfach.kafenio.urlfetch.HTTPHeader
A string representation of the header.
toggleSourceWindow() - Method in class de.xeinfach.kafenio.KafenioPanel
Convenience method for toggling source window visibility
toggleSourceWindow() - Method in interface de.xeinfach.kafenio.interfaces.KafenioPanelInterface
 
tokenize(String) - Static method in class de.xeinfach.kafenio.KafenioPanel
This method is used to tokenize multi-value parameter fields given in the applet

U

URLFetch - class de.xeinfach.kafenio.urlfetch.URLFetch.
Description: Fetches content from URLs
URLFetch() - Constructor for class de.xeinfach.kafenio.urlfetch.URLFetch
 
UserInputCharacterDialog - class de.xeinfach.kafenio.component.dialogs.UserInputCharacterDialog.
Description: This class creates a special character input dialog.
UserInputCharacterDialog(KafenioPanel, String, boolean) - Constructor for class de.xeinfach.kafenio.component.dialogs.UserInputCharacterDialog
creates a new UserInputCharacterDialog using the given parameters.
UserInputCharacterDialog.MyButton - class de.xeinfach.kafenio.component.dialogs.UserInputCharacterDialog.MyButton.
Inner class that extends JButton.
UserInputCharacterDialog.MyButton(String) - Constructor for class de.xeinfach.kafenio.component.dialogs.UserInputCharacterDialog.MyButton
Construct this button with the given special character as a label.
Utils - class de.xeinfach.kafenio.util.Utils.
Static utility class with miscellaneous functions.
unitTest(String) - Static method in class de.xeinfach.kafenio.util.TreeSpider
* Unit test method for testing the code with example settings * @param dir directory for unit testing.
unregisterApplet(KafenioApplet) - Method in class de.xeinfach.kafenio.KafenioAppletObserver
removes an applet from the notification list
updatePreview() - Method in class de.xeinfach.kafenio.component.dialogs.ImageDialog
updates the preview image using the values from ImageDialogControls object.

V

viewToModel(float, float, Shape, Position.Bias[]) - Method in class de.xeinfach.kafenio.component.RelativeImageView
Provides a mapping from the view coordinate space to the logical coordinate space of the model.

W

WARN - Static variable in class de.xeinfach.kafenio.util.LeanLogger
 
WARNING - Static variable in class de.xeinfach.kafenio.component.dialogs.SimpleInfoDialog
 
warn(String) - Method in class de.xeinfach.kafenio.util.LeanLogger
logs message as info-message.
windowActivated(WindowEvent) - Method in class de.xeinfach.kafenio.Kafenio
(non-Javadoc)
windowClosed(WindowEvent) - Method in class de.xeinfach.kafenio.Kafenio
(non-Javadoc)
windowClosing(WindowEvent) - Method in class de.xeinfach.kafenio.Kafenio
(non-Javadoc)
windowDeactivated(WindowEvent) - Method in class de.xeinfach.kafenio.Kafenio
(non-Javadoc)
windowDeiconified(WindowEvent) - Method in class de.xeinfach.kafenio.Kafenio
(non-Javadoc)
windowIconified(WindowEvent) - Method in class de.xeinfach.kafenio.Kafenio
(non-Javadoc)
windowOpened(WindowEvent) - Method in class de.xeinfach.kafenio.Kafenio
(non-Javadoc)

A B C D E F G H I J K L M N P Q R S T U V W
Kafenio.editor 0.8.5

Copyright © 2003-2004 by Karsten Pawlik. All Rights Reserved. Published under the Lesser General Public License (LGPL)