|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.text.AbstractDocument
javax.swing.text.DefaultStyledDocument
javax.swing.text.html.HTMLDocument
sferyx.administration.renderers.EditorHTMLDocument
public class EditorHTMLDocument
EditorHTMLDocument gives simplified access to the internal document structure and its elements.
Nested Class Summary | |
---|---|
class |
EditorHTMLDocument.EditorHTMLReader
|
class |
EditorHTMLDocument.ElementBuffer
|
Nested classes/interfaces inherited from class javax.swing.text.html.HTMLDocument |
---|
javax.swing.text.html.HTMLDocument.BlockElement, javax.swing.text.html.HTMLDocument.HTMLReader, javax.swing.text.html.HTMLDocument.Iterator, javax.swing.text.html.HTMLDocument.RunElement |
Nested classes/interfaces inherited from class javax.swing.text.DefaultStyledDocument |
---|
javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit, javax.swing.text.DefaultStyledDocument.ElementSpec, javax.swing.text.DefaultStyledDocument.SectionElement |
Nested classes/interfaces inherited from class javax.swing.text.AbstractDocument |
---|
javax.swing.text.AbstractDocument.AbstractElement, javax.swing.text.AbstractDocument.AttributeContext, javax.swing.text.AbstractDocument.BranchElement, javax.swing.text.AbstractDocument.Content, javax.swing.text.AbstractDocument.DefaultDocumentEvent, javax.swing.text.AbstractDocument.ElementEdit, javax.swing.text.AbstractDocument.LeafElement |
Field Summary | |
---|---|
java.util.Vector |
externalStyles
|
static java.lang.Object |
realClassName
|
static java.lang.Object |
realIDName
|
java.util.Vector |
selectedCells
|
static java.lang.Object |
sferyxInternalEmbeddedTagsCount
|
Fields inherited from class javax.swing.text.html.HTMLDocument |
---|
AdditionalComments |
Fields inherited from class javax.swing.text.DefaultStyledDocument |
---|
buffer, BUFFER_SIZE_DEFAULT |
Fields inherited from class javax.swing.text.AbstractDocument |
---|
BAD_LOCATION, BidiElementName, ContentElementName, ElementNameAttribute, listenerList, ParagraphElementName, SectionElementName |
Fields inherited from interface javax.swing.text.Document |
---|
StreamDescriptionProperty, TitleProperty |
Constructor Summary | |
---|---|
EditorHTMLDocument()
Creates a new instance of EditorHTMLDocument |
|
EditorHTMLDocument(javax.swing.text.AbstractDocument.Content c,
javax.swing.text.html.StyleSheet styles)
|
|
EditorHTMLDocument(javax.swing.text.html.StyleSheet styles)
|
Method Summary | |
---|---|
void |
addFixedBackgroundColorAttribute(int offset,
int length,
java.lang.Object attribute,
java.lang.Object value)
|
void |
addFixedBoldAttribute(int offset,
int length,
boolean value)
|
void |
addFixedColorAttribute(int offset,
int length,
java.lang.Object attribute,
java.lang.Object value)
|
void |
addFixedFontFamilyAttribute(int offset,
int length,
java.lang.String fontFamily)
|
void |
addFixedFontSizeAttribute(int offset,
int length,
int fontSize)
|
void |
addFixedFontSizeAttribute(int offset,
int length,
java.lang.String fontSize)
|
void |
addFixedFontStyleSizeAttribute(int offset,
int length,
int fontSize)
|
void |
addFixedItalicAttribute(int offset,
int length,
boolean value)
|
void |
addFixedStrikethroughAttribute(int offset,
int length,
boolean value)
|
void |
addFixedSubscriptAttribute(int offset,
int length,
boolean value)
|
void |
addFixedSuperscriptAttribute(int offset,
int length,
boolean value)
|
void |
addFixedUnderlineAttribute(int offset,
int length,
boolean value)
|
boolean |
checkNotDeletable(int offset,
int length)
|
javax.swing.text.Element |
clone(javax.swing.text.Element parent,
javax.swing.text.Element clonee)
|
protected void |
create(javax.swing.text.DefaultStyledDocument.ElementSpec[] data)
|
javax.swing.text.Element |
createBranchElement(javax.swing.text.Element parent,
javax.swing.text.AttributeSet a)
|
javax.swing.text.Element |
createLeafElement(javax.swing.text.Element parent,
javax.swing.text.AttributeSet a,
int p0,
int p1)
|
void |
decreaseFixedFontSizeAttribute(int offset,
int length,
int fontSize)
|
void |
disableImageCache()
|
void |
fireChangedUpdate(javax.swing.text.AbstractDocument.DefaultDocumentEvent changes)
|
void |
fireInsertUpdate(javax.swing.text.AbstractDocument.DefaultDocumentEvent dde)
|
void |
fireRemoveUpdate(javax.swing.text.AbstractDocument.DefaultDocumentEvent dde)
|
void |
fireUndoableEditUpdate(javax.swing.event.UndoableEditEvent e)
|
javax.swing.text.Element |
getBodyElement()
Gets the body element of the HTMLDocument. |
javax.swing.text.Element |
getCharacterElement(int pos)
|
javax.swing.text.Element |
getCharsetElement()
|
javax.swing.text.View |
getClickedFoldingView(int pos,
int clickX,
int clickY,
javax.swing.JEditorPane comp)
|
javax.swing.text.AbstractDocument.DefaultDocumentEvent |
getDefautDocumentEvent(int offset,
int editLength,
javax.swing.event.DocumentEvent.EventType eventType)
|
javax.swing.text.AbstractDocument.DefaultDocumentEvent |
getDefautEvent(javax.swing.text.Element elem)
Returns instance of the DefaultDocumentEvent which otherwise has protected package access. |
javax.swing.text.AbstractDocument.DefaultDocumentEvent |
getDefautInsertEvent(javax.swing.text.Element elem)
|
javax.swing.text.AbstractDocument.DefaultDocumentEvent |
getDefautRemoveEvent(javax.swing.text.Element elem)
|
javax.swing.text.Element |
getDivElement(int pos)
|
javax.swing.text.AbstractDocument.Content |
getDocContent()
Returns the document content. |
javax.swing.text.AbstractDocument.Content |
getDocumentContent()
|
java.util.Dictionary |
getDocumentProperties()
Fixes the bug into the default implementation when the title of the document is null. |
javax.swing.text.Element |
getElementOfType(javax.swing.text.html.HTML.Tag tag,
int pos)
|
javax.swing.text.Element |
getFormElement(int pos)
Returns the form element at the given caret position. |
javax.swing.text.Element |
getHeadElement()
Returns the HEAD element of the document. |
javax.swing.text.Element |
getHTMLParagraphElement(int pos)
|
javax.swing.text.Element |
getImageElement(int pos)
|
int |
getIndexForFontSize(int fontSize)
|
javax.swing.text.html.HTMLDocument.HTMLReader.BlockAction |
getNewBlockAction()
|
javax.swing.text.Element |
getObjectElement(int pos)
|
javax.swing.text.Element |
getOrderedListElement(int pos)
|
javax.swing.text.Element |
getOrderedListItemElement(int pos)
|
javax.swing.text.html.HTMLEditorKit.Parser |
getParser()
|
javax.swing.text.Element |
getPreElement(int pos)
Returns the pre element at the given caret position. |
javax.swing.text.html.HTMLEditorKit.ParserCallback |
getReader(int pos)
|
javax.swing.text.html.HTMLEditorKit.ParserCallback |
getReader(int pos,
int popDepth,
int pushDepth,
javax.swing.text.html.HTML.Tag insertTag)
|
javax.swing.text.Element |
getTableCellElement(int pos)
Returns the table cell element at the given caret position. |
javax.swing.text.Element |
getTableCellElementForTable(javax.swing.text.Element tableElement,
int pos)
Returns the table cell element at the given caret position for given table. |
javax.swing.text.Element |
getTableElement(int pos)
Returns the table element at the given caret position. |
javax.swing.text.Element |
getTableForElement(javax.swing.text.Element element)
Returns the table element under the given element. |
javax.swing.text.Element |
getTableRowElement(int pos)
Returns the table row element at the given caret position. |
void |
getText(int offset,
int length,
javax.swing.text.Segment txt)
|
javax.swing.text.Element[] |
getTitleElement()
|
javax.swing.text.Element |
getTopListElement(int pos)
|
javax.swing.text.Element |
getTopListItemElement(int pos)
|
javax.swing.text.Element |
getUnorderedListElement(int pos)
|
javax.swing.text.Element |
getUnorderedListItemElement(int pos)
|
void |
increaseFixedFontSizeAttribute(int offset,
int length,
int fontSize)
|
void |
insert(int offset,
javax.swing.text.DefaultStyledDocument.ElementSpec[] data)
|
void |
insertAfterEndForCustomTag(javax.swing.text.Element elem,
java.lang.String htmlText)
|
void |
insertAfterEndForPaste(javax.swing.text.Element elem,
java.lang.String htmlText)
|
void |
insertAfterStartForCustomTag(javax.swing.text.Element elem,
java.lang.String htmlText)
|
void |
insertBeforeEndForCustomTag(javax.swing.text.Element elem,
java.lang.String htmlText)
|
void |
insertBeforeStartForCustomTag(javax.swing.text.Element elem,
java.lang.String htmlText)
|
void |
insertHTMLAtPosition(java.lang.String html,
int offset)
Inserts string of HTML at the given position. |
void |
insertHTMLForPaste(javax.swing.text.Element parent,
int offset,
java.lang.String html,
boolean wantsTrailingNewline)
|
void |
insertHTMLInternally(javax.swing.text.Element parent,
int offset,
java.lang.String html,
boolean wantsTrailingNewline,
boolean outside)
|
sferyx.administration.renderers.EditorHTMLDocument.CustomMap |
insertNewMap()
|
void |
insertString(int offset,
java.lang.String str,
javax.swing.text.AttributeSet a)
|
void |
insertUpdate(javax.swing.text.AbstractDocument.DefaultDocumentEvent e,
javax.swing.text.AttributeSet a)
|
boolean |
isLeftToRightDoc(int p0,
int p1)
|
void |
lock()
Lock the document for thread safe editing. |
boolean |
matchNameAttribute(javax.swing.text.Element elem,
javax.swing.text.html.HTML.Tag tag)
Returns if the given element has the name attribute equal to the given tag. |
boolean |
matchReadOnlyAttribute(javax.swing.text.Element elem,
java.lang.String value)
|
void |
postRemoveUpdate(javax.swing.text.AbstractDocument.DefaultDocumentEvent dde)
|
java.lang.String |
printAttributeSet(javax.swing.text.MutableAttributeSet as)
|
void |
read_lock()
Lock the document for thread safe editing. |
void |
read_unlock()
Lock the document for thread safe editing. |
void |
remove(int offset,
int length)
|
void |
removeAnchorAttribute(int offset,
int length)
|
void |
removeAttributeFromElements(int offset,
int length,
java.lang.Object attribute)
|
void |
removeFontAttribute(int offset,
int length)
|
void |
removeFontSizeAttribute(int offset,
int length)
|
void |
removeFormatting(int offset,
int length)
|
void |
removeSelectedTableCells()
|
void |
resetFixedBackgroundColorAttribute(int offset,
int length)
|
void |
resetFixedBoldAttribute(int offset,
int length)
|
void |
resetFixedColorAttribute(int offset,
int length)
|
void |
setElementAttributes(javax.swing.text.Element elem,
javax.swing.text.AttributeSet s,
boolean replace)
Sets the element's attributes. |
void |
setElementEditabilityEvaluator(ElementEditabilityEvaluator eee)
|
void |
setInnerHTMLForCustomTag(javax.swing.text.Element elem,
java.lang.String htmlText)
|
void |
setOuterHTMLForCustomTag(javax.swing.text.Element elem,
java.lang.String htmlText)
|
void |
setReplaceClassesWithStyles(java.util.Hashtable styleDefinitions)
|
void |
setTokenThreshold1(int tokenThreshold)
|
void |
unlock()
Unlocks the document from thread safe editing. |
protected void |
verifyParser()
|
javax.swing.text.Element |
verifyReadonlySectionElement(int pos,
java.lang.String readonly)
|
Methods inherited from class javax.swing.text.html.HTMLDocument |
---|
createDefaultRoot, fireChangedUpdate, getBase, getElement, getElement, getIterator, getPreservesUnknownTags, getStyleSheet, getTokenThreshold, insertAfterEnd, insertAfterStart, insertBeforeEnd, insertBeforeStart, processHTMLFrameHyperlinkEvent, setBase, setInnerHTML, setOuterHTML, setParagraphAttributes, setParser, setPreservesUnknownTags, setTokenThreshold |
Methods inherited from class javax.swing.text.DefaultStyledDocument |
---|
addDocumentListener, addStyle, getBackground, getDefaultRootElement, getFont, getForeground, getLogicalStyle, getParagraphElement, getStyle, getStyleNames, removeDocumentListener, removeStyle, removeUpdate, setCharacterAttributes, setLogicalStyle, styleChanged |
Methods inherited from class javax.swing.text.AbstractDocument |
---|
addUndoableEditListener, createPosition, dump, fireInsertUpdate, fireRemoveUpdate, getAsynchronousLoadPriority, getAttributeContext, getBidiRootElement, getContent, getCurrentWriter, getDocumentFilter, getDocumentListeners, getEndPosition, getLength, getListeners, getProperty, getRootElements, getStartPosition, getText, getUndoableEditListeners, putProperty, readLock, readUnlock, removeUndoableEditListener, render, replace, setAsynchronousLoadPriority, setDocumentFilter, setDocumentProperties, writeLock, writeUnlock |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.swing.text.Document |
---|
addUndoableEditListener, createPosition, getEndPosition, getLength, getProperty, getRootElements, getStartPosition, getText, putProperty, removeUndoableEditListener, render |
Field Detail |
---|
public static final java.lang.Object realClassName
public static final java.lang.Object realIDName
public java.util.Vector selectedCells
public java.util.Vector externalStyles
public static final java.lang.Object sferyxInternalEmbeddedTagsCount
Constructor Detail |
---|
public EditorHTMLDocument()
public EditorHTMLDocument(javax.swing.text.AbstractDocument.Content c, javax.swing.text.html.StyleSheet styles)
public EditorHTMLDocument(javax.swing.text.html.StyleSheet styles)
Method Detail |
---|
public boolean isLeftToRightDoc(int p0, int p1)
public void disableImageCache()
public javax.swing.text.Element createBranchElement(javax.swing.text.Element parent, javax.swing.text.AttributeSet a)
createBranchElement
in class javax.swing.text.html.HTMLDocument
public void insertString(int offset, java.lang.String str, javax.swing.text.AttributeSet a) throws javax.swing.text.BadLocationException
insertString
in interface javax.swing.text.Document
insertString
in class javax.swing.text.AbstractDocument
javax.swing.text.BadLocationException
public void insert(int offset, javax.swing.text.DefaultStyledDocument.ElementSpec[] data) throws javax.swing.text.BadLocationException
insert
in class javax.swing.text.html.HTMLDocument
javax.swing.text.BadLocationException
public void setReplaceClassesWithStyles(java.util.Hashtable styleDefinitions)
public sferyx.administration.renderers.EditorHTMLDocument.CustomMap insertNewMap()
public javax.swing.text.html.HTMLEditorKit.ParserCallback getReader(int pos)
getReader
in class javax.swing.text.html.HTMLDocument
public javax.swing.text.html.HTMLEditorKit.ParserCallback getReader(int pos, int popDepth, int pushDepth, javax.swing.text.html.HTML.Tag insertTag)
getReader
in class javax.swing.text.html.HTMLDocument
public javax.swing.text.AbstractDocument.DefaultDocumentEvent getDefautInsertEvent(javax.swing.text.Element elem)
public javax.swing.text.AbstractDocument.DefaultDocumentEvent getDefautRemoveEvent(javax.swing.text.Element elem)
public javax.swing.text.AbstractDocument.DefaultDocumentEvent getDefautDocumentEvent(int offset, int editLength, javax.swing.event.DocumentEvent.EventType eventType)
public void fireInsertUpdate(javax.swing.text.AbstractDocument.DefaultDocumentEvent dde)
public void fireRemoveUpdate(javax.swing.text.AbstractDocument.DefaultDocumentEvent dde)
public void postRemoveUpdate(javax.swing.text.AbstractDocument.DefaultDocumentEvent dde)
postRemoveUpdate
in class javax.swing.text.AbstractDocument
public javax.swing.text.AbstractDocument.DefaultDocumentEvent getDefautEvent(javax.swing.text.Element elem)
public void fireUndoableEditUpdate(javax.swing.event.UndoableEditEvent e)
fireUndoableEditUpdate
in class javax.swing.text.html.HTMLDocument
public void fireChangedUpdate(javax.swing.text.AbstractDocument.DefaultDocumentEvent changes)
public javax.swing.text.Element getCharacterElement(int pos)
getCharacterElement
in interface javax.swing.text.StyledDocument
getCharacterElement
in class javax.swing.text.DefaultStyledDocument
public javax.swing.text.html.HTMLDocument.HTMLReader.BlockAction getNewBlockAction()
public javax.swing.text.html.HTMLEditorKit.Parser getParser()
getParser
in class javax.swing.text.html.HTMLDocument
public javax.swing.text.Element getBodyElement()
public javax.swing.text.Element getHeadElement()
public javax.swing.text.Element getCharsetElement()
public javax.swing.text.Element[] getTitleElement()
protected void create(javax.swing.text.DefaultStyledDocument.ElementSpec[] data)
create
in class javax.swing.text.html.HTMLDocument
public javax.swing.text.AbstractDocument.Content getDocContent()
public void setElementEditabilityEvaluator(ElementEditabilityEvaluator eee)
public void setTokenThreshold1(int tokenThreshold)
public void setElementAttributes(javax.swing.text.Element elem, javax.swing.text.AttributeSet s, boolean replace)
public void removeAttributeFromElements(int offset, int length, java.lang.Object attribute)
public void addFixedFontFamilyAttribute(int offset, int length, java.lang.String fontFamily)
public void addFixedFontStyleSizeAttribute(int offset, int length, int fontSize)
public void addFixedFontSizeAttribute(int offset, int length, java.lang.String fontSize)
public void increaseFixedFontSizeAttribute(int offset, int length, int fontSize)
public void decreaseFixedFontSizeAttribute(int offset, int length, int fontSize)
public void addFixedFontSizeAttribute(int offset, int length, int fontSize)
public java.lang.String printAttributeSet(javax.swing.text.MutableAttributeSet as)
public int getIndexForFontSize(int fontSize)
public void addFixedColorAttribute(int offset, int length, java.lang.Object attribute, java.lang.Object value)
public void resetFixedBoldAttribute(int offset, int length)
public void resetFixedColorAttribute(int offset, int length)
public void resetFixedBackgroundColorAttribute(int offset, int length)
public void addFixedBackgroundColorAttribute(int offset, int length, java.lang.Object attribute, java.lang.Object value)
public void addFixedUnderlineAttribute(int offset, int length, boolean value)
public void addFixedStrikethroughAttribute(int offset, int length, boolean value)
public void addFixedSuperscriptAttribute(int offset, int length, boolean value)
public void addFixedSubscriptAttribute(int offset, int length, boolean value)
public void removeFontSizeAttribute(int offset, int length)
public void removeFontAttribute(int offset, int length)
public void removeFormatting(int offset, int length)
public void removeAnchorAttribute(int offset, int length)
public void addFixedBoldAttribute(int offset, int length, boolean value)
public void addFixedItalicAttribute(int offset, int length, boolean value)
public java.util.Dictionary getDocumentProperties()
getDocumentProperties
in class javax.swing.text.AbstractDocument
public boolean checkNotDeletable(int offset, int length)
public javax.swing.text.Element verifyReadonlySectionElement(int pos, java.lang.String readonly)
public boolean matchReadOnlyAttribute(javax.swing.text.Element elem, java.lang.String value)
public javax.swing.text.Element getTableCellElementForTable(javax.swing.text.Element tableElement, int pos)
public javax.swing.text.Element getTableForElement(javax.swing.text.Element element)
public javax.swing.text.Element getTableCellElement(int pos)
public javax.swing.text.Element getTableRowElement(int pos)
public javax.swing.text.View getClickedFoldingView(int pos, int clickX, int clickY, javax.swing.JEditorPane comp)
public javax.swing.text.Element getDivElement(int pos)
public javax.swing.text.Element getTableElement(int pos)
public javax.swing.text.Element getImageElement(int pos)
public javax.swing.text.Element getObjectElement(int pos)
public javax.swing.text.Element getHTMLParagraphElement(int pos)
public javax.swing.text.Element getPreElement(int pos)
public javax.swing.text.Element getFormElement(int pos)
public javax.swing.text.Element getTopListItemElement(int pos)
public javax.swing.text.Element getTopListElement(int pos)
public javax.swing.text.Element getElementOfType(javax.swing.text.html.HTML.Tag tag, int pos)
public javax.swing.text.Element getUnorderedListElement(int pos)
public javax.swing.text.Element getOrderedListElement(int pos)
public javax.swing.text.Element getOrderedListItemElement(int pos)
public javax.swing.text.Element getUnorderedListItemElement(int pos)
public boolean matchNameAttribute(javax.swing.text.Element elem, javax.swing.text.html.HTML.Tag tag)
public javax.swing.text.Element createLeafElement(javax.swing.text.Element parent, javax.swing.text.AttributeSet a, int p0, int p1)
createLeafElement
in class javax.swing.text.html.HTMLDocument
public void insertHTMLAtPosition(java.lang.String html, int offset) throws javax.swing.text.BadLocationException, java.io.IOException
javax.swing.text.BadLocationException
java.io.IOException
public void insertAfterEndForPaste(javax.swing.text.Element elem, java.lang.String htmlText) throws javax.swing.text.BadLocationException, java.io.IOException
javax.swing.text.BadLocationException
java.io.IOException
public void insertHTMLForPaste(javax.swing.text.Element parent, int offset, java.lang.String html, boolean wantsTrailingNewline) throws javax.swing.text.BadLocationException, java.io.IOException
javax.swing.text.BadLocationException
java.io.IOException
protected void verifyParser()
public void insertAfterEndForCustomTag(javax.swing.text.Element elem, java.lang.String htmlText) throws javax.swing.text.BadLocationException, java.io.IOException
javax.swing.text.BadLocationException
java.io.IOException
public void insertBeforeEndForCustomTag(javax.swing.text.Element elem, java.lang.String htmlText) throws javax.swing.text.BadLocationException, java.io.IOException
javax.swing.text.BadLocationException
java.io.IOException
public void setOuterHTMLForCustomTag(javax.swing.text.Element elem, java.lang.String htmlText) throws javax.swing.text.BadLocationException, java.io.IOException
javax.swing.text.BadLocationException
java.io.IOException
public void setInnerHTMLForCustomTag(javax.swing.text.Element elem, java.lang.String htmlText) throws javax.swing.text.BadLocationException, java.io.IOException
javax.swing.text.BadLocationException
java.io.IOException
public void insertBeforeStartForCustomTag(javax.swing.text.Element elem, java.lang.String htmlText) throws javax.swing.text.BadLocationException, java.io.IOException
javax.swing.text.BadLocationException
java.io.IOException
public void insertAfterStartForCustomTag(javax.swing.text.Element elem, java.lang.String htmlText) throws javax.swing.text.BadLocationException, java.io.IOException
javax.swing.text.BadLocationException
java.io.IOException
public void insertHTMLInternally(javax.swing.text.Element parent, int offset, java.lang.String html, boolean wantsTrailingNewline, boolean outside) throws javax.swing.text.BadLocationException, java.io.IOException
javax.swing.text.BadLocationException
java.io.IOException
public javax.swing.text.AbstractDocument.Content getDocumentContent()
public void insertUpdate(javax.swing.text.AbstractDocument.DefaultDocumentEvent e, javax.swing.text.AttributeSet a)
insertUpdate
in class javax.swing.text.html.HTMLDocument
public void remove(int offset, int length) throws javax.swing.text.BadLocationException
remove
in interface javax.swing.text.Document
remove
in class javax.swing.text.AbstractDocument
javax.swing.text.BadLocationException
public void removeSelectedTableCells()
public void read_lock()
public void read_unlock()
public void lock()
public void unlock()
public void getText(int offset, int length, javax.swing.text.Segment txt)
getText
in interface javax.swing.text.Document
getText
in class javax.swing.text.AbstractDocument
public javax.swing.text.Element clone(javax.swing.text.Element parent, javax.swing.text.Element clonee)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |