- aboutAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- AbstractPlugin - Class in com.lightdev.app.shtm
-
Base class for plug-ins of application SimplyHTML.
- AbstractPlugin() - Constructor for class com.lightdev.app.shtm.AbstractPlugin
-
construct an AbstractPlugin
- accept(File) - Method in class com.sun.demo.ExampleFileFilter
-
Return true if this file should be shown in the directory pane,
false if it shouldn't.
- ACTION_SELECTED - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- ACTION_SELECTED_KEY - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- ACTION_UNSELECTED - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- ActionBuilder - Interface in com.lightdev.app.shtm
-
- active - Variable in class com.lightdev.app.shtm.AbstractPlugin
-
status of plug-in
- addAction(String, Action) - Method in class com.lightdev.app.shtm.SHTMLPanel
-
- addAction(String, Action) - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- addAttributes(Element, AttributeSet) - Method in class com.lightdev.app.shtm.SHTMLDocument
-
apply a set of attributes to a given document element
- addExtension(String) - Method in class com.sun.demo.ExampleFileFilter
-
Adds a filetype "dot" extension to filter against.
- addFindReplaceListener(FindReplaceListener) - Method in class de.calcom.cclib.text.FindReplaceDialog
-
add an event listener to this dialog.
- addGridBagComponent(JComponent, JComponent, GridBagLayout, GridBagConstraints, int, int, int) - Static method in class com.lightdev.app.shtm.Util
-
convenience method for adding a component to a container
layed out by a GridBagLayout
- addGridBagComponent(JComponent, JComponent, GridBagLayout, GridBagConstraints, int, int, int, int, int) - Static method in class com.lightdev.app.shtm.Util
-
convenience method for adding a component to a container
layed out by a GridBagLayout
- addGridBagComponent(JComponent, JComponent, GridBagLayout, GridBagConstraints, int, int, int, int, int, int) - Static method in class com.lightdev.app.shtm.Util
-
convenience method for adding a component to a container
layed out by a GridBagLayout
- addGridBagComponent(JComponent, JComponent, GridBagLayout, GridBagConstraints, int, int, int, int, int, int, double, double) - Static method in class com.lightdev.app.shtm.Util
-
convenience method for adding a component to a container
layed out by a GridBagLayout
- adjustDividers() - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
adjust the divider sizes of SimplyHTML's SplitPanel
according to visibility
- Alignment(String, String, double, int, int, int, int) - Constructor for class de.calcom.cclib.text.PseudoDamerauLevenshtein.Alignment
-
- ALL_CELLS - Static variable in class com.lightdev.app.shtm.SHTMLEditorPane
-
range indicator for applying attributes to all cells
- ANCHOR_SEPARATOR - Static variable in class com.lightdev.app.shtm.Util
-
- App - Class in com.lightdev.app.shtm
-
Main class of application SimplyHTML.
- App() - Constructor for class com.lightdev.app.shtm.App
-
- APP_TEMP_DIR - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- appendTableColAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- appendTableColumn() - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
append a table column after the last column
(if any)
- appendTableRow() - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
Appends a row to a table if the caret is inside a table.
- appendTableRowAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- applyAttributes(AttributeSet, boolean) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
- applyAttributes(AttributeSet, boolean, boolean) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
Sets the attributes for a given part of this editor.
- applyCellAttributes(AttributeSet, int) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
apply a set of attributes to a given range of cells
of the table the caret is currently in (if any)
- applyCharacterTag(String) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
(Unfinished.)
- applyListAttributes(AttributeSet) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
apply a set of attributes to the list the caret is
currently in (if any)
- applyParagraphTag(String, Vector) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
Switches the elements in the current selection to the given tag.
- applyTableAttributes(AttributeSet) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
apply a set of attributes to the table the caret is
currently in (if any)
- c - Variable in class com.lightdev.app.shtm.AbstractPlugin
-
component of this plug-in
- caretUpdate(CaretEvent) - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
caret listener implementation to track format changes
- caretUpdate(CaretEvent) - Method in class com.sun.demo.ElementTreePanel
-
Messaged when the selection in the editor has changed.
- center(Component, Component) - Static method in class com.lightdev.app.shtm.Util
-
center a Component
relative to
another Component
.
- centerDialog(Frame) - Method in class de.calcom.cclib.text.FindReplaceDialog
-
Center this dialog window relative to its owning Frame
.
- changedUpdate(DocumentEvent) - Method in class com.sun.demo.ElementTreePanel
-
Gives notification that an attribute or set of attributes changed.
- CLASS_EXT - Static variable in class com.lightdev.app.shtm.Util
-
- CLASS_SEPARATOR - Static variable in class com.lightdev.app.shtm.Util
-
- CLASS_SEPARATOR_CHAR - Static variable in class com.lightdev.app.shtm.Util
-
- clearDockPanels() - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- clearFormatAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- com.lightdev.app.shtm - package com.lightdev.app.shtm
-
SimplyHTML, a word processor based on Java, HTML and CSS
- com.sun.demo - package com.sun.demo
-
Parts from the example classes from Sun used for application
SimplyHTML, a word processor based on Java, HTML and CSS
- compareTo(PseudoDamerauLevenshtein.Alignment) - Method in class de.calcom.cclib.text.PseudoDamerauLevenshtein.Alignment
-
- computeAlignments(double) - Method in class de.calcom.cclib.text.PseudoDamerauLevenshtein
-
- copyAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- copyFile(File, File) - Static method in class com.lightdev.app.shtm.Util
-
copies a single file.
- create(Element) - Method in class com.lightdev.app.shtm.SHTMLEditorKit.SHTMLFactory
-
- createDefaultDocument() - Method in class com.lightdev.app.shtm.SHTMLEditorKit
-
Create an uninitialized text storage model
that is appropriate for this type of editor.
- createFrame() - Method in class com.lightdev.app.shtm.AbstractPlugin
-
create a frame for the component of this plug-in, if it
has a JComponent to display.
- createFrameAsNeeded(int) - Method in class com.lightdev.app.shtm.AbstractPlugin
-
create, show or hide frame as needed, depending
on a given dock location
- createHelpMenu() - Method in class com.lightdev.app.shtm.AbstractPlugin
-
create the help menu
- createPluginMenu() - Method in class com.lightdev.app.shtm.AbstractPlugin
-
create the plug-in menu
- createSHTMLPanel() - Static method in class com.lightdev.app.shtm.SHTMLPanel
-
- createToolbarItem(JToolBar, String) - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- CSS_ATTRIBUTE_ALIGN_CENTER - Static variable in class com.lightdev.app.shtm.Util
-
- CSS_ATTRIBUTE_ALIGN_LEFT - Static variable in class com.lightdev.app.shtm.Util
-
- CSS_ATTRIBUTE_ALIGN_RIGHT - Static variable in class com.lightdev.app.shtm.Util
-
- CSS_ATTRIBUTE_LINE_THROUGH - Static variable in class com.lightdev.app.shtm.Util
-
- CSS_ATTRIBUTE_NONE - Static variable in class com.lightdev.app.shtm.Util
-
- CSS_ATTRIBUTE_NORMAL - Static variable in class com.lightdev.app.shtm.Util
-
- CSS_ATTRIBUTE_UNDERLINE - Static variable in class com.lightdev.app.shtm.Util
-
- customizeFrame() - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
customize the frame to our needs
- cutAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- de.calcom.cclib.text - package de.calcom.cclib.text
-
Work on text in various manners.
- decreaseFontSizeAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- DEFAULT_TABLE_WIDTH - Static variable in class com.lightdev.app.shtm.SHTMLEditorPane
-
default table width
- DEFAULT_VERTICAL_ALIGN - Static variable in class com.lightdev.app.shtm.SHTMLEditorPane
-
default vertical alignment
- DefaultTextResources - Class in com.lightdev.app.shtm
-
Default implementation of TextResources based on java.util.ResourceBundle
- DefaultTextResources(ResourceBundle) - Constructor for class com.lightdev.app.shtm.DefaultTextResources
-
- DefaultTextResources(ResourceBundle, Properties) - Constructor for class com.lightdev.app.shtm.DefaultTextResources
-
- deleteDir(File) - Static method in class com.lightdev.app.shtm.Util
-
delete a directory with all its contents
- deleteNextCharAction - Static variable in class com.lightdev.app.shtm.SHTMLEditorPane
-
- deletePrevCharAction - Static variable in class com.lightdev.app.shtm.SHTMLEditorPane
-
- deleteTableCol() - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
delete the column of the table the caret is currently in (if any)
- deleteTableColAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- deleteTableRow() - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
delete the row of the table the caret is currently in (if any)
- deleteTableRowAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- DIR_UP_INDICATOR - Static variable in class com.lightdev.app.shtm.Util
-
- distance() - Method in class de.calcom.cclib.text.PseudoDamerauLevenshtein
-
- doc - Variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
currently active SHTMLDocument
- DOCK_LOCATION_BOTTOM - Static variable in interface com.lightdev.app.shtm.SHTMLPlugin
-
indicates docking requested on bottom of a given container
- DOCK_LOCATION_LEFT - Static variable in interface com.lightdev.app.shtm.SHTMLPlugin
-
indicates docking requested on the left of a given container
- DOCK_LOCATION_NONE - Static variable in interface com.lightdev.app.shtm.SHTMLPlugin
-
indicates docking is not requested
- DOCK_LOCATION_RIGHT - Static variable in interface com.lightdev.app.shtm.SHTMLPlugin
-
indicates docking requested on the right of a given container
- DOCK_LOCATION_TOP - Static variable in interface com.lightdev.app.shtm.SHTMLPlugin
-
indicates docking requested on top of a given container
- dockLocation - Variable in class com.lightdev.app.shtm.AbstractPlugin
-
current dock location
- documentTitleAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- dragDropEnd(DragSourceDropEvent) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
this message goes to DragSourceListener, informing it that the dragging
has ended
- dragEnter(DropTargetDragEvent) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
is invoked when you are dragging over the DropSite
- dragEnter(DragSourceDragEvent) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
this message goes to DragSourceListener, informing it that the dragging
has entered the DropSite
- dragExit(DropTargetEvent) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
is invoked when you are exit the DropSite without dropping
- dragExit(DragSourceEvent) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
this message goes to DragSourceListener, informing it that the dragging
has exited the DropSite
- dragGestureRecognized(DragGestureEvent) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
a drag gesture has been initiated
- dragOver(DropTargetDragEvent) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
is invoked when a drag operation is going on
- dragOver(DragSourceDragEvent) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
this message goes to DragSourceListener, informing it that
the dragging is currently ocurring over the DropSite
- drop(DropTargetDropEvent) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
a drop has occurred.
- dropActionChanged(DropTargetDragEvent) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
is invoked if the user modifies the current drop gesture
- dropActionChanged(DragSourceDragEvent) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
is invoked when the user changes the dropAction
- dynRes - Variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
single instance of a dynamic resource for use by all
- gcAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- getAbsoluteAttrVal(Object) - Static method in class com.lightdev.app.shtm.Util
-
get the absolute value of an attribute
- getAction(String) - Method in class com.lightdev.app.shtm.SHTMLPanel
-
- getAction(String) - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- getActionProperties(Action, String) - Static method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
get action properties from the associated resource bundle
- getAttrValue(Object) - Static method in class com.lightdev.app.shtm.Util
-
get the numerical value for an attribute object
- getBase() - Method in class com.lightdev.app.shtm.SHTMLDocument
-
- getCaretPosition() - Method in class com.lightdev.app.shtm.SHTMLPanel
-
- getCaretPosition() - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- getChild(Object, int) - Method in class com.sun.demo.ElementTreePanel.ElementTreeModel
-
Returns the child of parent at index index in
the parent's child array.
- getChildCount(Object) - Method in class com.sun.demo.ElementTreePanel.ElementTreeModel
-
Returns the number of children of parent.
- getClassFilePath(Class) - Static method in class com.lightdev.app.shtm.Util
-
Get the path of the class file for a given class.
- getComponent() - Method in class com.lightdev.app.shtm.AbstractPlugin
-
get the component that this plug-in produces, if any
- getComponent() - Method in interface com.lightdev.app.shtm.SHTMLPlugin
-
get the component that this plug-in produces, if any
- getCurrentLinkElement() - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
- getCurrentParagraphElement() - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
Gets the paragraph element in which the caret is located.
- getCurrentTableCell() - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
Gets the table cell at the current caret position.
- getDescription() - Method in class com.sun.demo.ExampleFileFilter
-
Returns the human readable description of this filter.
- getDisplayName() - Method in enum com.lightdev.app.shtm.SHTMLEditorPane.PasteMode
-
- getDockLocation() - Method in class com.lightdev.app.shtm.AbstractPlugin
-
get the location the component returned by getDockComponent()
shall be docked at.
- getDockLocation() - Method in interface com.lightdev.app.shtm.SHTMLPlugin
-
get the location the component returned by getDockComponent()
shall be docked at.
- getDocument() - Method in class com.lightdev.app.shtm.SHTMLPanel
-
- getDocument() - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- getDocumentPane() - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- getDocumentText() - Method in class com.lightdev.app.shtm.SHTMLPanel
-
- getDocumentText() - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
Convenience method for obtaining the document text
- getDocumentTitle() - Method in class com.lightdev.app.shtm.SHTMLDocument
-
get the title of this SHTMLDocument
- getEditor() - Method in class com.sun.demo.ElementTreePanel
-
- getEditorPane() - Method in class com.lightdev.app.shtm.SHTMLPanel
-
- getEditorPane() - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- getElementIndex(Element) - Static method in class com.lightdev.app.shtm.Util
-
get the index of a given element in the list of its parents elements.
- getElementIterator() - Method in class com.lightdev.app.shtm.SHTMLWriter
-
- getExtension(File) - Method in class com.sun.demo.ExampleFileFilter
-
Return the extension portion of the file's name .
- getFirstDocument(FindReplaceEvent) - Method in interface de.calcom.cclib.text.FindReplaceListener
-
this events gets fired, when a FindReplaceDialog has initiated
an operation for a group of documents which requires to start at
the first document.
- getFont(AttributeSet) - Method in class com.lightdev.app.shtm.ScaledStyleSheet
-
- getGUIName() - Method in class com.lightdev.app.shtm.AbstractPlugin
-
get the name of the plug-in as it shall appear
on a GUI.
- getGUIName() - Method in interface com.lightdev.app.shtm.SHTMLPlugin
-
get the name of the plug-in as it shall appear
on a GUI.
- getHelpMenu() - Method in class com.lightdev.app.shtm.AbstractPlugin
-
get a menu item providing documentation about this
plug-in.
- getHelpMenu() - Method in interface com.lightdev.app.shtm.SHTMLPlugin
-
get a menu item providing documentation about this
plug-in.
- getIndexOfChild(Object, Object) - Method in class com.sun.demo.ElementTreePanel.ElementTreeModel
-
Returns the index of child in parent.
- getInternalName() - Method in class com.lightdev.app.shtm.AbstractPlugin
-
get the name used internally for this plug-in
- getInternalName() - Method in interface com.lightdev.app.shtm.SHTMLPlugin
-
get the name used internally for this plug-in
- getLastAttrUnit() - Static method in class com.lightdev.app.shtm.Util
-
get the unit string from the last attribute object which was
converted to a numerical value
- getLastDocumentPosition() - Method in class com.lightdev.app.shtm.SHTMLDocument
-
- getMatch() - Method in class de.calcom.cclib.text.PseudoDamerauLevenshtein.Alignment
-
- getMatchEnd() - Method in class de.calcom.cclib.text.PseudoDamerauLevenshtein.Alignment
-
- getMatchStart() - Method in class de.calcom.cclib.text.PseudoDamerauLevenshtein.Alignment
-
- getMaxAttributes(int) - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- getMenuBar() - Method in class com.lightdev.app.shtm.SHTMLPanel
-
- getMenuBar() - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- getMostRecentFocusOwner() - Method in class com.lightdev.app.shtm.SHTMLPanel
-
- getMostRecentFocusOwner() - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- getNextDocument(FindReplaceEvent) - Method in interface de.calcom.cclib.text.FindReplaceListener
-
this events gets fired, when a FindReplaceDialog has reached
the end of the current document and requires the next document
of a group of documents.
- getObject() - Method in class com.lightdev.app.shtm.NamedObject
-
- getOwner() - Method in class com.lightdev.app.shtm.AbstractPlugin
-
get the owner of this plug-in
- getOwner() - Method in interface com.lightdev.app.shtm.SHTMLPlugin
-
get the owner of this plug-in
- getOwnerAction(String) - Method in class com.lightdev.app.shtm.AbstractPlugin
-
get an action from the resource bundle of the owner of this plug-in
- getOwnerAction(String) - Method in interface com.lightdev.app.shtm.SHTMLPlugin
-
get an action from the resource bundle of the owner of this plug-in
- getOwnerResString(String) - Method in class com.lightdev.app.shtm.AbstractPlugin
-
get a string from the resource bundle of the owner of this plug-in
- getOwnerResString(String) - Method in interface com.lightdev.app.shtm.SHTMLPlugin
-
get a string from the resource bundle of the owner of this plug-in
- getOwnerSHTMLPanel(Component) - Static method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- getParagraphElement(int) - Method in class com.lightdev.app.shtm.SHTMLDocument
-
- getParagraphElement(int, boolean) - Method in class com.lightdev.app.shtm.SHTMLDocument
-
Gets the current paragraph element, retracing out of p-implied if the parameter
noImplied is true.
- getPasteMode() - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
- getPathForIndex(int, Object, Element) - Method in class com.sun.demo.ElementTreePanel
-
Returns a TreePath to the element at position
.
- getPathToRoot(TreeNode, int) - Method in class com.sun.demo.ElementTreePanel.ElementTreeModel
-
Returns the path to a particluar node.
- getPluginMenu() - Method in class com.lightdev.app.shtm.AbstractPlugin
-
get a menu of actions this plug-in provides.
- getPluginMenu() - Method in interface com.lightdev.app.shtm.SHTMLPlugin
-
get a menu of actions this plug-in provides.
- getPopup() - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
- getPreference(String, String) - Static method in class com.lightdev.app.shtm.Util
-
- getPtValue(String) - Static method in class com.lightdev.app.shtm.Util
-
quick hack for getting the point value from an attribute value string
(needs to be refined and consolidated with length value)
- getReader(int) - Method in class com.lightdev.app.shtm.SHTMLDocument
-
Fetches the reader for the parser to use to load the document
with HTML.
- getRelativePath(File, File) - Static method in class com.lightdev.app.shtm.Util
-
get the path to a given file relative to a given directory
- getResources() - Static method in class com.lightdev.app.shtm.SHTMLPanel
-
- getResources() - Static method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- getResourceString(TextResources, String) - Static method in class com.lightdev.app.shtm.Util
-
get a string from the resources file
- getResourceString(String) - Static method in class com.lightdev.app.shtm.Util
-
- getRowIndex(Element) - Static method in class com.lightdev.app.shtm.Util
-
get the row index for a given table cell
- getSelectedText() - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
- getSHTMLDocument() - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
- getSHTMLEditorPane() - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- getSourceEditorPane() - Method in class com.lightdev.app.shtm.SHTMLPanel
-
- getSourceEditorPane() - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- getString(String) - Method in class com.lightdev.app.shtm.DefaultTextResources
-
- getString(String) - Method in interface com.lightdev.app.shtm.TextResources
-
- getStyleNames(StyleSheet) - Static method in class com.lightdev.app.shtm.Util
-
get the names of all styles found in a given StyleSheet
- getStyleNamesForTag(StyleSheet, String) - Static method in class com.lightdev.app.shtm.Util
-
get names of all styles for a given tag
- getStyleNamesForTag(AttributeSet, String) - Static method in class com.lightdev.app.shtm.Util
-
get names of all styles for a given tag
- getStyleRef() - Method in class com.lightdev.app.shtm.SHTMLDocument
-
get the style sheet reference of the document in this
DocumentPane
.
- getTableCell(int) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
Gets the table cell element at the given position, or null if none.
- getTransferHandler() - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
- getTree() - Method in class com.sun.demo.ElementTreePanel
-
- getTreeModel() - Method in class com.sun.demo.ElementTreePanel
-
- getValueFromPrefs() - Static method in enum com.lightdev.app.shtm.SHTMLEditorPane.PasteMode
-
- getViewFactory() - Method in class com.lightdev.app.shtm.SHTMLEditorKit
-
Fetch a factory that is suitable for producing
views of any models that are produced by this
kit.
- goNextCell(Element) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
- goPrevCell(Element) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
- greenFontColorAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- IMAGE_DIR - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- increaseFontSizeAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- indent() - Method in class com.lightdev.app.shtm.SHTMLWriter
-
- init(String, String, boolean, boolean) - Method in class de.calcom.cclib.text.PseudoDamerauLevenshtein
-
- initActions(SHTMLPanel) - Method in interface com.lightdev.app.shtm.ActionBuilder
-
- initActions() - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
instantiate Actions and put them into the commands
Hashtable for later use along with their action commands.
- initDnd() - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
Initialize the drag and drop implementation for this component.
- initDocumentPane() - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- initHelpMenu() - Method in class com.lightdev.app.shtm.AbstractPlugin
-
- initHelpMenu() - Method in interface com.lightdev.app.shtm.SHTMLPlugin
-
- initPlugin(SHTMLPanelImpl) - Method in class com.lightdev.app.shtm.AbstractPlugin
-
init the plug-in
this is called by the PluginManager directly after instantiating the plug-in
- initPlugin(SHTMLPanel, String, String, String) - Method in class com.lightdev.app.shtm.AbstractPlugin
-
initialize the plugin
- initPlugin(SHTMLPanelImpl, String, String, String) - Method in interface com.lightdev.app.shtm.SHTMLPlugin
-
init the plug-in
this is called by the PluginManager directly after instantiating the plug-in
- inRange(Element) - Method in class com.lightdev.app.shtm.SHTMLWriter
-
- insertAfterEnd(Element, String) - Method in class com.lightdev.app.shtm.SHTMLDocument
-
- insertAfterStart(Element, String) - Method in class com.lightdev.app.shtm.SHTMLDocument
-
- insertAnchor(String) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
apply a new anchor to the currently selected text
- insertBeforeEnd(Element, String) - Method in class com.lightdev.app.shtm.SHTMLDocument
-
- insertBeforeStart(Element, String) - Method in class com.lightdev.app.shtm.SHTMLDocument
-
- insertBreak() - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
insert a line break (i.e.
- insertImageAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- insertLineBreakAction - Static variable in class com.lightdev.app.shtm.SHTMLEditorPane
-
- insertLinkAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- insertNewTable(int) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
Insert a new table.
- insertStyleRef() - Method in class com.lightdev.app.shtm.SHTMLDocument
-
insert a style sheet reference into the head of this SHTMLDocument
- insertTableAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- insertTableColAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- insertTableColumn() - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
insert a table column before the current column
(if any)
- insertTableRow(String) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
Inserts a row to a table, assuming the caret is currently
inside a table.
- insertTableRowAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- insertTableRowHeaderAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- insertUpdate(DocumentEvent) - Method in class com.sun.demo.ElementTreePanel
-
Gives notification that there was an insert into the document.
- internalName - Variable in class com.lightdev.app.shtm.AbstractPlugin
-
the internal name of this plug-in
- invert() - Method in enum com.lightdev.app.shtm.SHTMLEditorPane.PasteMode
-
- isActive() - Method in class com.lightdev.app.shtm.AbstractPlugin
-
get the status of the plug-in
- isActive() - Method in interface com.lightdev.app.shtm.SHTMLPlugin
-
get the status of the plug-in
- isExtensionListInDescription() - Method in class com.sun.demo.ExampleFileFilter
-
Returns whether the extension list (.jpg, .gif, etc) should
show up in the human readable description.
- isHtmlEditorActive() - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- isLeaf(Object) - Method in class com.sun.demo.ElementTreePanel.ElementTreeModel
-
Returns true if node is a leaf.
- isWYSIWYGEditorActive() - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- saveAllAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- ScaledStyleSheet - Class in com.lightdev.app.shtm
-
- ScaledStyleSheet() - Constructor for class com.lightdev.app.shtm.ScaledStyleSheet
-
- selectAllAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- selectedFontColorAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- setActionBuilder(ActionBuilder) - Static method in class com.lightdev.app.shtm.SHTMLPanel
-
- setActionBuilder(ActionBuilder) - Static method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- setBase(URL) - Method in class com.lightdev.app.shtm.SHTMLDocument
-
- setContentPanePreferredSize(Dimension) - Method in class com.lightdev.app.shtm.SHTMLPanel
-
- setContentPanePreferredSize(Dimension) - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- setCurrentDocumentContent(String) - Method in class com.lightdev.app.shtm.SHTMLPanel
-
- setCurrentDocumentContent(String) - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
Convenience method for setting the document text
- setDefaultStyleRefAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- setDescription(String) - Method in class com.sun.demo.ExampleFileFilter
-
Sets the human readable description of this filter.
- setDockLocation(int) - Method in class com.lightdev.app.shtm.AbstractPlugin
-
set the location the component returned by getDockComponent()
shall be docked at.
- setDockLocation(int) - Method in interface com.lightdev.app.shtm.SHTMLPlugin
-
set the location the component returned by getDockComponent()
shall be docked at.
- setDocumentTitle(String) - Method in class com.lightdev.app.shtm.SHTMLDocument
-
set the title of this SHTMLDocument
- setEditor(JTextComponent) - Method in class com.sun.demo.ElementTreePanel
-
Resets the JTextComponent to editor
.
- setEditor(JEditorPane) - Method in class de.calcom.cclib.text.FindReplaceDialog
-
Set the JEditorPane holding the document to be searched
- setEditorPane(SHTMLEditorPane) - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- setExtensionListInDescription(boolean) - Method in class com.sun.demo.ExampleFileFilter
-
Determines whether the extension list (.jpg, .gif, etc) should
show up in the human readable description.
- setLink(String, String, String) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
set a text link at the current selection replacing the selection
with a given text.
- setLink(String, String, String, String, Dimension) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
Sets a hyperlink at the current selection, replacing the selection
with the given text or image.
- setMode(int) - Method in class de.calcom.cclib.text.FindReplaceDialog
-
Set the mode.
- setOpenHyperlinkHandler(ActionListener) - Method in class com.lightdev.app.shtm.SHTMLPanel
-
Sets the handler for the Open Hyperlink action.
- setOpenHyperlinkHandler(ActionListener) - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- setOuterHTML(Element, String) - Method in class com.lightdev.app.shtm.SHTMLDocument
-
- setOwner(SHTMLPanelImpl) - Method in class com.lightdev.app.shtm.AbstractPlugin
-
set the owner of this plug-in
- setOwner(SHTMLPanelImpl) - Method in interface com.lightdev.app.shtm.SHTMLPlugin
-
set the owner of this plug-in
- setParagraphAttributes(int, int, AttributeSet, boolean) - Method in class com.lightdev.app.shtm.SHTMLDocument
-
- setPasteMode(SHTMLEditorPane.PasteMode) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
- setPasteModeFromPrefs() - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
- setPopup(JPopupMenu) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
- setResources(TextResources) - Static method in class com.lightdev.app.shtm.SHTMLPanel
-
- setSearchingBusyCursor() - Method in class de.calcom.cclib.text.FindReplaceDialog
-
- setSearchingDefaultCursor() - Method in class de.calcom.cclib.text.FindReplaceDialog
-
- setStatus(boolean) - Method in class com.lightdev.app.shtm.AbstractPlugin
-
set status of plug-in and persistently store setting in
a preferences file
- setStatus(boolean) - Method in interface com.lightdev.app.shtm.SHTMLPlugin
-
set status of plug-in
- setStyleAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- setTagAction - Static variable in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- setText(String) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
Convenience method for setting the document text
- setTextResources(TextResources) - Static method in class com.lightdev.app.shtm.SHTMLPanelImpl
-
- setUI(TextUI) - Method in class com.lightdev.app.shtm.SHTMLEditorPane
-
- shiftEndAction - Static variable in class com.lightdev.app.shtm.SHTMLEditorPane
-
- shiftHomeAction - Static variable in class com.lightdev.app.shtm.SHTMLEditorPane
-
- showInitialInfo() - Method in interface com.lightdev.app.shtm.SHTMLPlugin
-
- showInstance() - Static method in class com.lightdev.app.shtm.SplashScreen
-
Shows the splash screen.
- SHTMLAction - Interface in com.lightdev.app.shtm
-
Adds methods to the javax.swing.Action
interface, needed
by Application SimplyHTML.
- SHTMLDocument - Class in com.lightdev.app.shtm
-
Extends HTMLDocument
by a custom reader which supports
the SPAN tag.
- SHTMLDocument() - Constructor for class com.lightdev.app.shtm.SHTMLDocument
-
Constructs an SHTMLDocument.
- SHTMLDocument(StyleSheet) - Constructor for class com.lightdev.app.shtm.SHTMLDocument
-
Constructs an SHTMLDocument with the default content
storage implementation and the given style/attribute
storage mechanism.
- SHTMLDocument(AbstractDocument.Content, StyleSheet) - Constructor for class com.lightdev.app.shtm.SHTMLDocument
-
Constructs an SHTMLDocument with the given content
storage implementation and the given style/attribute
storage mechanism.
- SHTMLDocument.SHTMLReader - Class in com.lightdev.app.shtm
-
This reader extends HTMLDocument.HTMLReader by the capability
to handle SPAN tags
- SHTMLEditorKit - Class in com.lightdev.app.shtm
-
Extensions to HTMLEditorKit
for application SimplyHTML.
- SHTMLEditorKit.SHTMLFactory - Class in com.lightdev.app.shtm
-
- SHTMLEditorPane - Class in com.lightdev.app.shtm
-
An editor pane for application SimplyHTML.
- SHTMLEditorPane() - Constructor for class com.lightdev.app.shtm.SHTMLEditorPane
-
construct a new SHTMLEditorPane
- SHTMLEditorPane.PasteMode - Enum in com.lightdev.app.shtm
-
- SHTMLFactory() - Constructor for class com.lightdev.app.shtm.SHTMLEditorKit.SHTMLFactory
-
- SHTMLPanel - Class in com.lightdev.app.shtm
-
Class for using SimplyHTML as as component
- SHTMLPanelImpl - Class in com.lightdev.app.shtm
-
Main component of application SimplyHTML.
- SHTMLPlugin - Interface in com.lightdev.app.shtm
-
Defines an interface all plug-ins for application SimplyHTML
have to implement.
- shtmlPrefChanged(String, String, String) - Method in class com.lightdev.app.shtm.SHTMLPanel
-
- shtmlPrefChanged(String, String, String) - Method in interface com.lightdev.app.shtm.SHTMLPrefsChangeListener
-
- SHTMLPrefsChangeListener - Interface in com.lightdev.app.shtm
-
- SHTMLReader(int, boolean) - Constructor for class com.lightdev.app.shtm.SHTMLDocument.SHTMLReader
-
Constructor
- SHTMLWriter - Class in com.lightdev.app.shtm
-
FixedHTMLWriter
- SHTMLWriter(Writer, HTMLDocument, int, int) - Constructor for class com.lightdev.app.shtm.SHTMLWriter
-
- SHTMLWriter(HTMLDocument) - Constructor for class com.lightdev.app.shtm.SHTMLWriter
-
Constructs the SHTMLWriter with a new StringWriter.
- SHTMLWriter(Writer, HTMLDocument) - Constructor for class com.lightdev.app.shtm.SHTMLWriter
-
- SplashScreen - Class in com.lightdev.app.shtm
-
Class that displays a splash screen
Is run in a separate thread so that the applet continues to load in the background
- startCompoundEdit() - Method in class com.lightdev.app.shtm.SHTMLDocument
-
- startTag(Element) - Method in class com.lightdev.app.shtm.SHTMLWriter
-
- STATE_LOCKED - Static variable in class de.calcom.cclib.text.FindReplaceDialog
-
- STATE_UNLOCKED - Static variable in class de.calcom.cclib.text.FindReplaceDialog
-
- styleSheet() - Static method in class com.lightdev.app.shtm.Util
-
get a StyleSheet object for using its utility methods
- SUFFIX - Static variable in class com.lightdev.app.shtm.SHTMLDocument
-
- switchViews() - Method in class com.lightdev.app.shtm.SHTMLPanel
-
Switches between the rich text view and the source view, given
tabbed panes are not used.
- switchViews() - Method in class com.lightdev.app.shtm.SHTMLPanelImpl
-