|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container javax.swing.JComponent javax.swing.text.JTextComponent javax.swing.JEditorPane javax.swing.JTextPane groovy.ui.text.TextEditor
public class TextEditor extends javax.swing.JTextPane
A simple text pane that is printable and wrapping is optional.
Field Summary | |
---|---|
static java.lang.String |
AUTO_INDENT
|
static java.lang.String |
FIND
|
static java.lang.String |
FIND_NEXT
|
static java.lang.String |
FIND_PREVIOUS
|
static java.lang.String |
REPLACE
|
Fields inherited from class javax.swing.JTextPane | |
---|---|
W3C_LENGTH_UNITS, HONOR_DISPLAY_PROPERTIES, FOCUS_ACCELERATOR_KEY, DEFAULT_KEYMAP, WHEN_FOCUSED, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_IN_FOCUSED_WINDOW, UNDEFINED_CONDITION, TOOL_TIP_TEXT_KEY, TOP_ALIGNMENT, CENTER_ALIGNMENT, BOTTOM_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, WIDTH, HEIGHT, PROPERTIES, SOMEBITS, FRAMEBITS, ALLBITS, ERROR, ABORT |
Fields inherited from class javax.swing.JEditorPane | |
---|---|
W3C_LENGTH_UNITS, HONOR_DISPLAY_PROPERTIES, FOCUS_ACCELERATOR_KEY, DEFAULT_KEYMAP, WHEN_FOCUSED, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_IN_FOCUSED_WINDOW, UNDEFINED_CONDITION, TOOL_TIP_TEXT_KEY, TOP_ALIGNMENT, CENTER_ALIGNMENT, BOTTOM_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, WIDTH, HEIGHT, PROPERTIES, SOMEBITS, FRAMEBITS, ALLBITS, ERROR, ABORT |
Constructor Summary | |
TextEditor()
Creates a new instance of TextEditor |
|
TextEditor(boolean tabsAsSpaces)
Creates a new instance of TextEditor |
|
TextEditor(boolean tabsAsSpaces, boolean multiLineTab)
Creates a new instance of TextEditor |
|
TextEditor(boolean tabsAsSpaces, boolean multiLineTab, boolean unwrapped)
Creates a new instance of TextEditor |
Method Summary | |
---|---|
void
|
addNotify()
|
int
|
getNumberOfPages()
|
java.awt.print.PageFormat
|
getPageFormat(int pageIndex)
|
java.awt.print.Printable
|
getPrintable(int param)
|
boolean
|
getScrollableTracksViewportWidth()
|
boolean
|
isMultiLineTabbed()
@return true if overtype mode is active, false for insert mode |
void
|
isMultiLineTabbed(boolean multiLineTab)
@param tabsAsSpaces whether tabs are converted to spaces |
static boolean
|
isOvertypeMode()
|
boolean
|
isTabsAsSpaces()
|
void
|
isTabsAsSpaces(boolean tabsAsSpaces)
|
boolean
|
isUnwrapped()
|
int
|
print(java.awt.Graphics graphics, java.awt.print.PageFormat pageFormat, int page)
|
protected void
|
processKeyEvent(java.awt.event.KeyEvent e)
|
void
|
removeNotify()
|
void
|
replaceSelection(java.lang.String text)
|
void
|
setBounds(int x, int y, int width, int height)
@param multiLineTab the new multiLine tab value |
void
|
setOvertypeMode(boolean isOvertypeMode)
|
void
|
setUnwrapped(boolean unwrapped)
|
Methods inherited from class javax.swing.JTextPane | |
---|---|
javax.swing.JTextPane#getUIClassID(), javax.swing.JTextPane#addStyle(java.lang.String, javax.swing.text.Style), javax.swing.JTextPane#getCharacterAttributes(), javax.swing.JTextPane#getInputAttributes(), javax.swing.JTextPane#getLogicalStyle(), javax.swing.JTextPane#getParagraphAttributes(), javax.swing.JTextPane#getStyledDocument(), javax.swing.JTextPane#insertComponent(java.awt.Component), javax.swing.JTextPane#insertIcon(javax.swing.Icon), javax.swing.JTextPane#removeStyle(java.lang.String), javax.swing.JTextPane#replaceSelection(java.lang.String), javax.swing.JTextPane#setCharacterAttributes(javax.swing.text.AttributeSet, boolean), javax.swing.JTextPane#setDocument(javax.swing.text.Document), javax.swing.JTextPane#setEditorKit(javax.swing.text.EditorKit), javax.swing.JTextPane#setLogicalStyle(javax.swing.text.Style), javax.swing.JTextPane#setParagraphAttributes(javax.swing.text.AttributeSet, boolean), javax.swing.JTextPane#setStyledDocument(javax.swing.text.StyledDocument), javax.swing.JTextPane#getStyle(java.lang.String), javax.swing.JTextPane#getText(), javax.swing.JTextPane#setText(java.lang.String), javax.swing.JTextPane#getScrollableTracksViewportHeight(), javax.swing.JTextPane#getScrollableTracksViewportWidth(), javax.swing.JTextPane#addHyperlinkListener(javax.swing.event.HyperlinkListener), javax.swing.JTextPane#createEditorKitForContentType(java.lang.String), javax.swing.JTextPane#fireHyperlinkUpdate(javax.swing.event.HyperlinkEvent), javax.swing.JTextPane#getEditorKitForContentType(java.lang.String), javax.swing.JTextPane#getHyperlinkListeners(), javax.swing.JTextPane#getPage(), javax.swing.JTextPane#registerEditorKitForContentType(java.lang.String, java.lang.String), javax.swing.JTextPane#registerEditorKitForContentType(java.lang.String, java.lang.String, java.lang.ClassLoader), javax.swing.JTextPane#removeHyperlinkListener(javax.swing.event.HyperlinkListener), javax.swing.JTextPane#scrollToReference(java.lang.String), javax.swing.JTextPane#setPage(java.lang.String), javax.swing.JTextPane#setPage(java.net.URL), javax.swing.JTextPane#getEditorKit(), javax.swing.JTextPane#getEditorKitClassNameForContentType(java.lang.String), javax.swing.JTextPane#setEditorKitForContentType(java.lang.String, javax.swing.text.EditorKit), javax.swing.JTextPane#read(java.io.InputStream, java.lang.Object), javax.swing.JTextPane#getContentType(), javax.swing.JTextPane#setContentType(java.lang.String), javax.swing.JTextPane#getAccessibleContext(), javax.swing.JTextPane#getPreferredSize(), javax.swing.JTextPane#getUI(), javax.swing.JTextPane#isEditable(), javax.swing.JTextPane#setEditable(boolean), javax.swing.JTextPane#setUI(javax.swing.plaf.TextUI), javax.swing.JTextPane#updateUI(), javax.swing.JTextPane#getText(int, int), javax.swing.JTextPane#getMargin(), javax.swing.JTextPane#setMargin(java.awt.Insets), javax.swing.JTextPane#getToolTipText(java.awt.event.MouseEvent), javax.swing.JTextPane#selectAll(), javax.swing.JTextPane#getCaretColor(), javax.swing.JTextPane#getHighlighter(), javax.swing.JTextPane#getNavigationFilter(), javax.swing.JTextPane#getSelectedText(), javax.swing.JTextPane#modelToView(int), javax.swing.JTextPane#viewToModel(java.awt.Point), javax.swing.JTextPane#getPrintable(java.text.MessageFormat, java.text.MessageFormat), javax.swing.JTextPane#addCaretListener(javax.swing.event.CaretListener), javax.swing.JTextPane#addKeymap(java.lang.String, javax.swing.text.Keymap), javax.swing.JTextPane#cut(), javax.swing.JTextPane#getCaretListeners(), javax.swing.JTextPane#getDisabledTextColor(), javax.swing.JTextPane#getFocusAccelerator(), javax.swing.JTextPane#getKeymap(), javax.swing.JTextPane#getKeymap(java.lang.String), javax.swing.JTextPane#getSelectedTextColor(), javax.swing.JTextPane#getSelectionColor(), javax.swing.JTextPane#loadKeymap(javax.swing.text.Keymap, [Ljavax.swing.text.JTextComponent$KeyBinding;, [Ljavax.swing.Action;), javax.swing.JTextPane#moveCaretPosition(int), javax.swing.JTextPane#paste(), javax.swing.JTextPane#removeCaretListener(javax.swing.event.CaretListener), javax.swing.JTextPane#removeKeymap(java.lang.String), javax.swing.JTextPane#setCaret(javax.swing.text.Caret), javax.swing.JTextPane#setCaretColor(java.awt.Color), javax.swing.JTextPane#setDisabledTextColor(java.awt.Color), javax.swing.JTextPane#setFocusAccelerator(char), javax.swing.JTextPane#setHighlighter(javax.swing.text.Highlighter), javax.swing.JTextPane#setKeymap(javax.swing.text.Keymap), javax.swing.JTextPane#setNavigationFilter(javax.swing.text.NavigationFilter), javax.swing.JTextPane#setSelectedTextColor(java.awt.Color), javax.swing.JTextPane#setSelectionColor(java.awt.Color), javax.swing.JTextPane#setSelectionEnd(int), javax.swing.JTextPane#setSelectionStart(int), javax.swing.JTextPane#getDocument(), javax.swing.JTextPane#getDragEnabled(), javax.swing.JTextPane#getDropLocation(), javax.swing.JTextPane#getDropMode(), javax.swing.JTextPane#getPreferredScrollableViewportSize(), javax.swing.JTextPane#getScrollableBlockIncrement(java.awt.Rectangle, int, int), javax.swing.JTextPane#getScrollableUnitIncrement(java.awt.Rectangle, int, int), javax.swing.JTextPane#setDragEnabled(boolean), javax.swing.JTextPane#setDropMode(javax.swing.DropMode), javax.swing.JTextPane#setCaretPosition(int), javax.swing.JTextPane#getCaret(), javax.swing.JTextPane#getCaretPosition(), javax.swing.JTextPane#getSelectionEnd(), javax.swing.JTextPane#getSelectionStart(), javax.swing.JTextPane#write(java.io.Writer), javax.swing.JTextPane#getActions(), javax.swing.JTextPane#print(), javax.swing.JTextPane#print(java.text.MessageFormat, java.text.MessageFormat), javax.swing.JTextPane#print(java.text.MessageFormat, java.text.MessageFormat, boolean, javax.print.PrintService, javax.print.attribute.PrintRequestAttributeSet, boolean), javax.swing.JTextPane#copy(), javax.swing.JTextPane#read(java.io.Reader, java.lang.Object), javax.swing.JTextPane#addInputMethodListener(java.awt.event.InputMethodListener), javax.swing.JTextPane#getInputMethodRequests(), javax.swing.JTextPane#removeNotify(), javax.swing.JTextPane#setComponentOrientation(java.awt.ComponentOrientation), javax.swing.JTextPane#select(int, int), javax.swing.JTextPane#addAncestorListener(javax.swing.event.AncestorListener), javax.swing.JTextPane#addVetoableChangeListener(java.beans.VetoableChangeListener), javax.swing.JTextPane#computeVisibleRect(java.awt.Rectangle), javax.swing.JTextPane#createToolTip(), javax.swing.JTextPane#getActionForKeyStroke(javax.swing.KeyStroke), javax.swing.JTextPane#getActionMap(), javax.swing.JTextPane#getAncestorListeners(), javax.swing.JTextPane#getAutoscrolls(), javax.swing.JTextPane#getBorder(), javax.swing.JTextPane#getClientProperty(java.lang.Object), javax.swing.JTextPane#getComponentPopupMenu(), javax.swing.JTextPane#getConditionForKeyStroke(javax.swing.KeyStroke), javax.swing.JTextPane#getDebugGraphicsOptions(), javax.swing.JTextPane#getDefaultLocale(), javax.swing.JTextPane#getInheritsPopupMenu(), javax.swing.JTextPane#getInputMap(), javax.swing.JTextPane#getInputMap(int), javax.swing.JTextPane#getInputVerifier(), javax.swing.JTextPane#grabFocus(), javax.swing.JTextPane#getNextFocusableComponent(), javax.swing.JTextPane#getPopupLocation(java.awt.event.MouseEvent), javax.swing.JTextPane#getRegisteredKeyStrokes(), javax.swing.JTextPane#getToolTipLocation(java.awt.event.MouseEvent), javax.swing.JTextPane#getToolTipText(), javax.swing.JTextPane#getTopLevelAncestor(), javax.swing.JTextPane#getTransferHandler(), javax.swing.JTextPane#getVerifyInputWhenFocusTarget(), javax.swing.JTextPane#getVetoableChangeListeners(), javax.swing.JTextPane#getVisibleRect(), javax.swing.JTextPane#isLightweightComponent(java.awt.Component), javax.swing.JTextPane#isManagingFocus(), javax.swing.JTextPane#isOptimizedDrawingEnabled(), javax.swing.JTextPane#isPaintingForPrint(), javax.swing.JTextPane#isPaintingTile(), javax.swing.JTextPane#isRequestFocusEnabled(), javax.swing.JTextPane#paintImmediately(java.awt.Rectangle), javax.swing.JTextPane#paintImmediately(int, int, int, int), javax.swing.JTextPane#putClientProperty(java.lang.Object, java.lang.Object), javax.swing.JTextPane#registerKeyboardAction(java.awt.event.ActionListener, java.lang.String, javax.swing.KeyStroke, int), javax.swing.JTextPane#registerKeyboardAction(java.awt.event.ActionListener, javax.swing.KeyStroke, int), javax.swing.JTextPane#removeAncestorListener(javax.swing.event.AncestorListener), javax.swing.JTextPane#removeVetoableChangeListener(java.beans.VetoableChangeListener), javax.swing.JTextPane#requestDefaultFocus(), javax.swing.JTextPane#resetKeyboardActions(), javax.swing.JTextPane#scrollRectToVisible(java.awt.Rectangle), javax.swing.JTextPane#setActionMap(javax.swing.ActionMap), javax.swing.JTextPane#setAlignmentX(float), javax.swing.JTextPane#setAlignmentY(float), javax.swing.JTextPane#setAutoscrolls(boolean), javax.swing.JTextPane#setBorder(javax.swing.border.Border), javax.swing.JTextPane#setComponentPopupMenu(javax.swing.JPopupMenu), javax.swing.JTextPane#setDebugGraphicsOptions(int), javax.swing.JTextPane#setDefaultLocale(java.util.Locale), javax.swing.JTextPane#setDoubleBuffered(boolean), javax.swing.JTextPane#setInheritsPopupMenu(boolean), javax.swing.JTextPane#setInputMap(int, javax.swing.InputMap), javax.swing.JTextPane#setInputVerifier(javax.swing.InputVerifier), javax.swing.JTextPane#setNextFocusableComponent(java.awt.Component), javax.swing.JTextPane#setRequestFocusEnabled(boolean), javax.swing.JTextPane#setToolTipText(java.lang.String), javax.swing.JTextPane#setTransferHandler(javax.swing.TransferHandler), javax.swing.JTextPane#setVerifyInputWhenFocusTarget(boolean), javax.swing.JTextPane#unregisterKeyboardAction(javax.swing.KeyStroke), javax.swing.JTextPane#contains(int, int), javax.swing.JTextPane#getLocation(java.awt.Point), javax.swing.JTextPane#print(java.awt.Graphics), javax.swing.JTextPane#getSize(java.awt.Dimension), javax.swing.JTextPane#isOpaque(), javax.swing.JTextPane#disable(), javax.swing.JTextPane#enable(), javax.swing.JTextPane#update(java.awt.Graphics), javax.swing.JTextPane#getBounds(java.awt.Rectangle), javax.swing.JTextPane#getRootPane(), javax.swing.JTextPane#setOpaque(boolean), javax.swing.JTextPane#addNotify(), javax.swing.JTextPane#firePropertyChange(java.lang.String, char, char), javax.swing.JTextPane#firePropertyChange(java.lang.String, int, int), javax.swing.JTextPane#firePropertyChange(java.lang.String, boolean, boolean), javax.swing.JTextPane#getAlignmentX(), javax.swing.JTextPane#getAlignmentY(), javax.swing.JTextPane#getBaseline(int, int), javax.swing.JTextPane#getBaselineResizeBehavior(), javax.swing.JTextPane#getFontMetrics(java.awt.Font), javax.swing.JTextPane#getGraphics(), javax.swing.JTextPane#getHeight(), javax.swing.JTextPane#getInsets(), javax.swing.JTextPane#getInsets(java.awt.Insets), javax.swing.JTextPane#getListeners(java.lang.Class), javax.swing.JTextPane#getMaximumSize(), javax.swing.JTextPane#getMinimumSize(), javax.swing.JTextPane#getWidth(), javax.swing.JTextPane#getX(), javax.swing.JTextPane#getY(), javax.swing.JTextPane#isDoubleBuffered(), javax.swing.JTextPane#isValidateRoot(), javax.swing.JTextPane#paint(java.awt.Graphics), javax.swing.JTextPane#printAll(java.awt.Graphics), javax.swing.JTextPane#repaint(long, int, int, int, int), javax.swing.JTextPane#repaint(java.awt.Rectangle), javax.swing.JTextPane#requestFocus(), javax.swing.JTextPane#requestFocus(boolean), javax.swing.JTextPane#requestFocusInWindow(), javax.swing.JTextPane#reshape(int, int, int, int), javax.swing.JTextPane#revalidate(), javax.swing.JTextPane#setBackground(java.awt.Color), javax.swing.JTextPane#setEnabled(boolean), javax.swing.JTextPane#setFocusTraversalKeys(int, java.util.Set), javax.swing.JTextPane#setFont(java.awt.Font), javax.swing.JTextPane#setForeground(java.awt.Color), javax.swing.JTextPane#setMaximumSize(java.awt.Dimension), javax.swing.JTextPane#setMinimumSize(java.awt.Dimension), javax.swing.JTextPane#setPreferredSize(java.awt.Dimension), javax.swing.JTextPane#setVisible(boolean), javax.swing.JTextPane#add(java.awt.Component), javax.swing.JTextPane#add(java.lang.String, java.awt.Component), javax.swing.JTextPane#add(java.awt.Component, java.lang.Object), javax.swing.JTextPane#add(java.awt.Component, int), javax.swing.JTextPane#add(java.awt.Component, java.lang.Object, int), javax.swing.JTextPane#remove(java.awt.Component), javax.swing.JTextPane#remove(int), javax.swing.JTextPane#list(java.io.PrintWriter, int), javax.swing.JTextPane#list(java.io.PrintStream, int), javax.swing.JTextPane#removeAll(), javax.swing.JTextPane#setLayout(java.awt.LayoutManager), javax.swing.JTextPane#layout(), javax.swing.JTextPane#doLayout(), javax.swing.JTextPane#getLayout(), javax.swing.JTextPane#validate(), javax.swing.JTextPane#setFocusCycleRoot(boolean), javax.swing.JTextPane#addContainerListener(java.awt.event.ContainerListener), javax.swing.JTextPane#getContainerListeners(), javax.swing.JTextPane#insets(), javax.swing.JTextPane#isAncestorOf(java.awt.Component), javax.swing.JTextPane#isFocusTraversalPolicyProvider(), javax.swing.JTextPane#isFocusTraversalPolicySet(), javax.swing.JTextPane#paintComponents(java.awt.Graphics), javax.swing.JTextPane#printComponents(java.awt.Graphics), javax.swing.JTextPane#removeContainerListener(java.awt.event.ContainerListener), javax.swing.JTextPane#setComponentZOrder(java.awt.Component, int), javax.swing.JTextPane#setFocusTraversalPolicy(java.awt.FocusTraversalPolicy), javax.swing.JTextPane#setFocusTraversalPolicyProvider(boolean), javax.swing.JTextPane#transferFocusDownCycle(), javax.swing.JTextPane#addPropertyChangeListener(java.beans.PropertyChangeListener), javax.swing.JTextPane#addPropertyChangeListener(java.lang.String, java.beans.PropertyChangeListener), javax.swing.JTextPane#applyComponentOrientation(java.awt.ComponentOrientation), javax.swing.JTextPane#areFocusTraversalKeysSet(int), javax.swing.JTextPane#countComponents(), javax.swing.JTextPane#deliverEvent(java.awt.Event), javax.swing.JTextPane#findComponentAt(java.awt.Point), javax.swing.JTextPane#findComponentAt(int, int), javax.swing.JTextPane#getComponent(int), javax.swing.JTextPane#getComponentAt(java.awt.Point), javax.swing.JTextPane#getComponentAt(int, int), javax.swing.JTextPane#getComponentCount(), javax.swing.JTextPane#getComponentZOrder(java.awt.Component), javax.swing.JTextPane#getComponents(), javax.swing.JTextPane#getFocusTraversalKeys(int), javax.swing.JTextPane#getFocusTraversalPolicy(), javax.swing.JTextPane#getMousePosition(boolean), javax.swing.JTextPane#invalidate(), javax.swing.JTextPane#isFocusCycleRoot(java.awt.Container), javax.swing.JTextPane#isFocusCycleRoot(), javax.swing.JTextPane#locate(int, int), javax.swing.JTextPane#minimumSize(), javax.swing.JTextPane#preferredSize(), javax.swing.JTextPane#add(java.awt.PopupMenu), javax.swing.JTextPane#remove(java.awt.MenuComponent), javax.swing.JTextPane#toString(), javax.swing.JTextPane#getName(), javax.swing.JTextPane#contains(java.awt.Point), javax.swing.JTextPane#size(), javax.swing.JTextPane#getLocation(), javax.swing.JTextPane#getParent(), javax.swing.JTextPane#setName(java.lang.String), javax.swing.JTextPane#list(java.io.PrintWriter), javax.swing.JTextPane#list(java.io.PrintStream), javax.swing.JTextPane#list(), javax.swing.JTextPane#getSize(), javax.swing.JTextPane#isValid(), javax.swing.JTextPane#setSize(int, int), javax.swing.JTextPane#setSize(java.awt.Dimension), javax.swing.JTextPane#resize(java.awt.Dimension), javax.swing.JTextPane#resize(int, int), javax.swing.JTextPane#location(), javax.swing.JTextPane#enable(boolean), javax.swing.JTextPane#getLocale(), javax.swing.JTextPane#setLocale(java.util.Locale), javax.swing.JTextPane#isEnabled(), javax.swing.JTextPane#action(java.awt.Event, java.lang.Object), javax.swing.JTextPane#move(int, int), javax.swing.JTextPane#bounds(), javax.swing.JTextPane#getBounds(), javax.swing.JTextPane#isLightweight(), javax.swing.JTextPane#isDisplayable(), javax.swing.JTextPane#isVisible(), javax.swing.JTextPane#addComponentListener(java.awt.event.ComponentListener), javax.swing.JTextPane#addFocusListener(java.awt.event.FocusListener), javax.swing.JTextPane#addHierarchyBoundsListener(java.awt.event.HierarchyBoundsListener), javax.swing.JTextPane#addHierarchyListener(java.awt.event.HierarchyListener), javax.swing.JTextPane#addKeyListener(java.awt.event.KeyListener), javax.swing.JTextPane#addMouseListener(java.awt.event.MouseListener), javax.swing.JTextPane#addMouseMotionListener(java.awt.event.MouseMotionListener), javax.swing.JTextPane#addMouseWheelListener(java.awt.event.MouseWheelListener), javax.swing.JTextPane#checkImage(java.awt.Image, java.awt.image.ImageObserver), javax.swing.JTextPane#checkImage(java.awt.Image, int, int, java.awt.image.ImageObserver), javax.swing.JTextPane#createImage(int, int), javax.swing.JTextPane#createImage(java.awt.image.ImageProducer), javax.swing.JTextPane#createVolatileImage(int, int, java.awt.ImageCapabilities), javax.swing.JTextPane#createVolatileImage(int, int), javax.swing.JTextPane#dispatchEvent(java.awt.AWTEvent), javax.swing.JTextPane#enableInputMethods(boolean), javax.swing.JTextPane#firePropertyChange(java.lang.String, short, short), javax.swing.JTextPane#firePropertyChange(java.lang.String, byte, byte), javax.swing.JTextPane#firePropertyChange(java.lang.String, float, float), javax.swing.JTextPane#firePropertyChange(java.lang.String, long, long), javax.swing.JTextPane#firePropertyChange(java.lang.String, double, double), javax.swing.JTextPane#getBackground(), javax.swing.JTextPane#getColorModel(), javax.swing.JTextPane#getComponentListeners(), javax.swing.JTextPane#getComponentOrientation(), javax.swing.JTextPane#getCursor(), javax.swing.JTextPane#getDropTarget(), javax.swing.JTextPane#getFocusCycleRootAncestor(), javax.swing.JTextPane#getFocusListeners(), javax.swing.JTextPane#getFocusTraversalKeysEnabled(), javax.swing.JTextPane#getFont(), javax.swing.JTextPane#getForeground(), javax.swing.JTextPane#getGraphicsConfiguration(), javax.swing.JTextPane#getHierarchyBoundsListeners(), javax.swing.JTextPane#getHierarchyListeners(), javax.swing.JTextPane#getIgnoreRepaint(), javax.swing.JTextPane#getInputContext(), javax.swing.JTextPane#getInputMethodListeners(), javax.swing.JTextPane#getKeyListeners(), javax.swing.JTextPane#getLocationOnScreen(), javax.swing.JTextPane#getMouseListeners(), javax.swing.JTextPane#getMouseMotionListeners(), javax.swing.JTextPane#getMousePosition(), javax.swing.JTextPane#getMouseWheelListeners(), javax.swing.JTextPane#getPeer(), javax.swing.JTextPane#getPropertyChangeListeners(java.lang.String), javax.swing.JTextPane#getPropertyChangeListeners(), javax.swing.JTextPane#getToolkit(), javax.swing.JTextPane#getTreeLock(), javax.swing.JTextPane#gotFocus(java.awt.Event, java.lang.Object), javax.swing.JTextPane#handleEvent(java.awt.Event), javax.swing.JTextPane#hasFocus(), javax.swing.JTextPane#hide(), javax.swing.JTextPane#imageUpdate(java.awt.Image, int, int, int, int, int), javax.swing.JTextPane#inside(int, int), javax.swing.JTextPane#isBackgroundSet(), javax.swing.JTextPane#isCursorSet(), javax.swing.JTextPane#isFocusOwner(), javax.swing.JTextPane#isFocusTraversable(), javax.swing.JTextPane#isFocusable(), javax.swing.JTextPane#isFontSet(), javax.swing.JTextPane#isForegroundSet(), javax.swing.JTextPane#isMaximumSizeSet(), javax.swing.JTextPane#isMinimumSizeSet(), javax.swing.JTextPane#isPreferredSizeSet(), javax.swing.JTextPane#isShowing(), javax.swing.JTextPane#keyDown(java.awt.Event, int), javax.swing.JTextPane#keyUp(java.awt.Event, int), javax.swing.JTextPane#lostFocus(java.awt.Event, java.lang.Object), javax.swing.JTextPane#mouseDown(java.awt.Event, int, int), javax.swing.JTextPane#mouseDrag(java.awt.Event, int, int), javax.swing.JTextPane#mouseEnter(java.awt.Event, int, int), javax.swing.JTextPane#mouseExit(java.awt.Event, int, int), javax.swing.JTextPane#mouseMove(java.awt.Event, int, int), javax.swing.JTextPane#mouseUp(java.awt.Event, int, int), javax.swing.JTextPane#nextFocus(), javax.swing.JTextPane#paintAll(java.awt.Graphics), javax.swing.JTextPane#postEvent(java.awt.Event), javax.swing.JTextPane#prepareImage(java.awt.Image, java.awt.image.ImageObserver), javax.swing.JTextPane#prepareImage(java.awt.Image, int, int, java.awt.image.ImageObserver), javax.swing.JTextPane#removeComponentListener(java.awt.event.ComponentListener), javax.swing.JTextPane#removeFocusListener(java.awt.event.FocusListener), javax.swing.JTextPane#removeHierarchyBoundsListener(java.awt.event.HierarchyBoundsListener), javax.swing.JTextPane#removeHierarchyListener(java.awt.event.HierarchyListener), javax.swing.JTextPane#removeInputMethodListener(java.awt.event.InputMethodListener), javax.swing.JTextPane#removeKeyListener(java.awt.event.KeyListener), javax.swing.JTextPane#removeMouseListener(java.awt.event.MouseListener), javax.swing.JTextPane#removeMouseMotionListener(java.awt.event.MouseMotionListener), javax.swing.JTextPane#removeMouseWheelListener(java.awt.event.MouseWheelListener), javax.swing.JTextPane#removePropertyChangeListener(java.lang.String, java.beans.PropertyChangeListener), javax.swing.JTextPane#removePropertyChangeListener(java.beans.PropertyChangeListener), javax.swing.JTextPane#repaint(), javax.swing.JTextPane#repaint(long), javax.swing.JTextPane#repaint(int, int, int, int), javax.swing.JTextPane#setBounds(java.awt.Rectangle), javax.swing.JTextPane#setBounds(int, int, int, int), javax.swing.JTextPane#setCursor(java.awt.Cursor), javax.swing.JTextPane#setDropTarget(java.awt.dnd.DropTarget), javax.swing.JTextPane#setFocusTraversalKeysEnabled(boolean), javax.swing.JTextPane#setFocusable(boolean), javax.swing.JTextPane#setIgnoreRepaint(boolean), javax.swing.JTextPane#setLocation(java.awt.Point), javax.swing.JTextPane#setLocation(int, int), javax.swing.JTextPane#show(), javax.swing.JTextPane#show(boolean), javax.swing.JTextPane#transferFocus(), javax.swing.JTextPane#transferFocusBackward(), javax.swing.JTextPane#transferFocusUpCycle(), javax.swing.JTextPane#wait(long, int), javax.swing.JTextPane#wait(long), javax.swing.JTextPane#wait(), javax.swing.JTextPane#equals(java.lang.Object), javax.swing.JTextPane#hashCode(), javax.swing.JTextPane#getClass(), javax.swing.JTextPane#notify(), javax.swing.JTextPane#notifyAll() |
Methods inherited from class javax.swing.JEditorPane | |
---|---|
javax.swing.JEditorPane#getUIClassID(), javax.swing.JEditorPane#getText(), javax.swing.JEditorPane#setText(java.lang.String), javax.swing.JEditorPane#getScrollableTracksViewportHeight(), javax.swing.JEditorPane#getScrollableTracksViewportWidth(), javax.swing.JEditorPane#addHyperlinkListener(javax.swing.event.HyperlinkListener), javax.swing.JEditorPane#createEditorKitForContentType(java.lang.String), javax.swing.JEditorPane#fireHyperlinkUpdate(javax.swing.event.HyperlinkEvent), javax.swing.JEditorPane#getEditorKitForContentType(java.lang.String), javax.swing.JEditorPane#getHyperlinkListeners(), javax.swing.JEditorPane#getPage(), javax.swing.JEditorPane#registerEditorKitForContentType(java.lang.String, java.lang.String), javax.swing.JEditorPane#registerEditorKitForContentType(java.lang.String, java.lang.String, java.lang.ClassLoader), javax.swing.JEditorPane#removeHyperlinkListener(javax.swing.event.HyperlinkListener), javax.swing.JEditorPane#scrollToReference(java.lang.String), javax.swing.JEditorPane#setPage(java.lang.String), javax.swing.JEditorPane#setPage(java.net.URL), javax.swing.JEditorPane#getEditorKit(), javax.swing.JEditorPane#getEditorKitClassNameForContentType(java.lang.String), javax.swing.JEditorPane#replaceSelection(java.lang.String), javax.swing.JEditorPane#setEditorKit(javax.swing.text.EditorKit), javax.swing.JEditorPane#setEditorKitForContentType(java.lang.String, javax.swing.text.EditorKit), javax.swing.JEditorPane#read(java.io.InputStream, java.lang.Object), javax.swing.JEditorPane#getContentType(), javax.swing.JEditorPane#setContentType(java.lang.String), javax.swing.JEditorPane#getAccessibleContext(), javax.swing.JEditorPane#getPreferredSize(), javax.swing.JEditorPane#getUI(), javax.swing.JEditorPane#isEditable(), javax.swing.JEditorPane#setEditable(boolean), javax.swing.JEditorPane#setUI(javax.swing.plaf.TextUI), javax.swing.JEditorPane#updateUI(), javax.swing.JEditorPane#getText(int, int), javax.swing.JEditorPane#getMargin(), javax.swing.JEditorPane#setMargin(java.awt.Insets), javax.swing.JEditorPane#getToolTipText(java.awt.event.MouseEvent), javax.swing.JEditorPane#selectAll(), javax.swing.JEditorPane#getCaretColor(), javax.swing.JEditorPane#getHighlighter(), javax.swing.JEditorPane#getNavigationFilter(), javax.swing.JEditorPane#getSelectedText(), javax.swing.JEditorPane#modelToView(int), javax.swing.JEditorPane#viewToModel(java.awt.Point), javax.swing.JEditorPane#getPrintable(java.text.MessageFormat, java.text.MessageFormat), javax.swing.JEditorPane#addCaretListener(javax.swing.event.CaretListener), javax.swing.JEditorPane#addKeymap(java.lang.String, javax.swing.text.Keymap), javax.swing.JEditorPane#cut(), javax.swing.JEditorPane#getCaretListeners(), javax.swing.JEditorPane#getDisabledTextColor(), javax.swing.JEditorPane#getFocusAccelerator(), javax.swing.JEditorPane#getKeymap(), javax.swing.JEditorPane#getKeymap(java.lang.String), javax.swing.JEditorPane#getSelectedTextColor(), javax.swing.JEditorPane#getSelectionColor(), javax.swing.JEditorPane#loadKeymap(javax.swing.text.Keymap, [Ljavax.swing.text.JTextComponent$KeyBinding;, [Ljavax.swing.Action;), javax.swing.JEditorPane#moveCaretPosition(int), javax.swing.JEditorPane#paste(), javax.swing.JEditorPane#removeCaretListener(javax.swing.event.CaretListener), javax.swing.JEditorPane#removeKeymap(java.lang.String), javax.swing.JEditorPane#setCaret(javax.swing.text.Caret), javax.swing.JEditorPane#setCaretColor(java.awt.Color), javax.swing.JEditorPane#setDisabledTextColor(java.awt.Color), javax.swing.JEditorPane#setFocusAccelerator(char), javax.swing.JEditorPane#setHighlighter(javax.swing.text.Highlighter), javax.swing.JEditorPane#setKeymap(javax.swing.text.Keymap), javax.swing.JEditorPane#setNavigationFilter(javax.swing.text.NavigationFilter), javax.swing.JEditorPane#setSelectedTextColor(java.awt.Color), javax.swing.JEditorPane#setSelectionColor(java.awt.Color), javax.swing.JEditorPane#setSelectionEnd(int), javax.swing.JEditorPane#setSelectionStart(int), javax.swing.JEditorPane#getDocument(), javax.swing.JEditorPane#getDragEnabled(), javax.swing.JEditorPane#getDropLocation(), javax.swing.JEditorPane#getDropMode(), javax.swing.JEditorPane#getPreferredScrollableViewportSize(), javax.swing.JEditorPane#getScrollableBlockIncrement(java.awt.Rectangle, int, int), javax.swing.JEditorPane#getScrollableUnitIncrement(java.awt.Rectangle, int, int), javax.swing.JEditorPane#setDragEnabled(boolean), javax.swing.JEditorPane#setDropMode(javax.swing.DropMode), javax.swing.JEditorPane#setCaretPosition(int), javax.swing.JEditorPane#getCaret(), javax.swing.JEditorPane#getCaretPosition(), javax.swing.JEditorPane#getSelectionEnd(), javax.swing.JEditorPane#getSelectionStart(), javax.swing.JEditorPane#setDocument(javax.swing.text.Document), javax.swing.JEditorPane#write(java.io.Writer), javax.swing.JEditorPane#getActions(), javax.swing.JEditorPane#print(), javax.swing.JEditorPane#print(java.text.MessageFormat, java.text.MessageFormat), javax.swing.JEditorPane#print(java.text.MessageFormat, java.text.MessageFormat, boolean, javax.print.PrintService, javax.print.attribute.PrintRequestAttributeSet, boolean), javax.swing.JEditorPane#copy(), javax.swing.JEditorPane#read(java.io.Reader, java.lang.Object), javax.swing.JEditorPane#addInputMethodListener(java.awt.event.InputMethodListener), javax.swing.JEditorPane#getInputMethodRequests(), javax.swing.JEditorPane#removeNotify(), javax.swing.JEditorPane#setComponentOrientation(java.awt.ComponentOrientation), javax.swing.JEditorPane#select(int, int), javax.swing.JEditorPane#addAncestorListener(javax.swing.event.AncestorListener), javax.swing.JEditorPane#addVetoableChangeListener(java.beans.VetoableChangeListener), javax.swing.JEditorPane#computeVisibleRect(java.awt.Rectangle), javax.swing.JEditorPane#createToolTip(), javax.swing.JEditorPane#getActionForKeyStroke(javax.swing.KeyStroke), javax.swing.JEditorPane#getActionMap(), javax.swing.JEditorPane#getAncestorListeners(), javax.swing.JEditorPane#getAutoscrolls(), javax.swing.JEditorPane#getBorder(), javax.swing.JEditorPane#getClientProperty(java.lang.Object), javax.swing.JEditorPane#getComponentPopupMenu(), javax.swing.JEditorPane#getConditionForKeyStroke(javax.swing.KeyStroke), javax.swing.JEditorPane#getDebugGraphicsOptions(), javax.swing.JEditorPane#getDefaultLocale(), javax.swing.JEditorPane#getInheritsPopupMenu(), javax.swing.JEditorPane#getInputMap(), javax.swing.JEditorPane#getInputMap(int), javax.swing.JEditorPane#getInputVerifier(), javax.swing.JEditorPane#grabFocus(), javax.swing.JEditorPane#getNextFocusableComponent(), javax.swing.JEditorPane#getPopupLocation(java.awt.event.MouseEvent), javax.swing.JEditorPane#getRegisteredKeyStrokes(), javax.swing.JEditorPane#getToolTipLocation(java.awt.event.MouseEvent), javax.swing.JEditorPane#getToolTipText(), javax.swing.JEditorPane#getTopLevelAncestor(), javax.swing.JEditorPane#getTransferHandler(), javax.swing.JEditorPane#getVerifyInputWhenFocusTarget(), javax.swing.JEditorPane#getVetoableChangeListeners(), javax.swing.JEditorPane#getVisibleRect(), javax.swing.JEditorPane#isLightweightComponent(java.awt.Component), javax.swing.JEditorPane#isManagingFocus(), javax.swing.JEditorPane#isOptimizedDrawingEnabled(), javax.swing.JEditorPane#isPaintingForPrint(), javax.swing.JEditorPane#isPaintingTile(), javax.swing.JEditorPane#isRequestFocusEnabled(), javax.swing.JEditorPane#paintImmediately(java.awt.Rectangle), javax.swing.JEditorPane#paintImmediately(int, int, int, int), javax.swing.JEditorPane#putClientProperty(java.lang.Object, java.lang.Object), javax.swing.JEditorPane#registerKeyboardAction(java.awt.event.ActionListener, java.lang.String, javax.swing.KeyStroke, int), javax.swing.JEditorPane#registerKeyboardAction(java.awt.event.ActionListener, javax.swing.KeyStroke, int), javax.swing.JEditorPane#removeAncestorListener(javax.swing.event.AncestorListener), javax.swing.JEditorPane#removeVetoableChangeListener(java.beans.VetoableChangeListener), javax.swing.JEditorPane#requestDefaultFocus(), javax.swing.JEditorPane#resetKeyboardActions(), javax.swing.JEditorPane#scrollRectToVisible(java.awt.Rectangle), javax.swing.JEditorPane#setActionMap(javax.swing.ActionMap), javax.swing.JEditorPane#setAlignmentX(float), javax.swing.JEditorPane#setAlignmentY(float), javax.swing.JEditorPane#setAutoscrolls(boolean), javax.swing.JEditorPane#setBorder(javax.swing.border.Border), javax.swing.JEditorPane#setComponentPopupMenu(javax.swing.JPopupMenu), javax.swing.JEditorPane#setDebugGraphicsOptions(int), javax.swing.JEditorPane#setDefaultLocale(java.util.Locale), javax.swing.JEditorPane#setDoubleBuffered(boolean), javax.swing.JEditorPane#setInheritsPopupMenu(boolean), javax.swing.JEditorPane#setInputMap(int, javax.swing.InputMap), javax.swing.JEditorPane#setInputVerifier(javax.swing.InputVerifier), javax.swing.JEditorPane#setNextFocusableComponent(java.awt.Component), javax.swing.JEditorPane#setRequestFocusEnabled(boolean), javax.swing.JEditorPane#setToolTipText(java.lang.String), javax.swing.JEditorPane#setTransferHandler(javax.swing.TransferHandler), javax.swing.JEditorPane#setVerifyInputWhenFocusTarget(boolean), javax.swing.JEditorPane#unregisterKeyboardAction(javax.swing.KeyStroke), javax.swing.JEditorPane#contains(int, int), javax.swing.JEditorPane#getLocation(java.awt.Point), javax.swing.JEditorPane#print(java.awt.Graphics), javax.swing.JEditorPane#getSize(java.awt.Dimension), javax.swing.JEditorPane#isOpaque(), javax.swing.JEditorPane#disable(), javax.swing.JEditorPane#enable(), javax.swing.JEditorPane#update(java.awt.Graphics), javax.swing.JEditorPane#getBounds(java.awt.Rectangle), javax.swing.JEditorPane#getRootPane(), javax.swing.JEditorPane#setOpaque(boolean), javax.swing.JEditorPane#addNotify(), javax.swing.JEditorPane#firePropertyChange(java.lang.String, char, char), javax.swing.JEditorPane#firePropertyChange(java.lang.String, int, int), javax.swing.JEditorPane#firePropertyChange(java.lang.String, boolean, boolean), javax.swing.JEditorPane#getAlignmentX(), javax.swing.JEditorPane#getAlignmentY(), javax.swing.JEditorPane#getBaseline(int, int), javax.swing.JEditorPane#getBaselineResizeBehavior(), javax.swing.JEditorPane#getFontMetrics(java.awt.Font), javax.swing.JEditorPane#getGraphics(), javax.swing.JEditorPane#getHeight(), javax.swing.JEditorPane#getInsets(), javax.swing.JEditorPane#getInsets(java.awt.Insets), javax.swing.JEditorPane#getListeners(java.lang.Class), javax.swing.JEditorPane#getMaximumSize(), javax.swing.JEditorPane#getMinimumSize(), javax.swing.JEditorPane#getWidth(), javax.swing.JEditorPane#getX(), javax.swing.JEditorPane#getY(), javax.swing.JEditorPane#isDoubleBuffered(), javax.swing.JEditorPane#isValidateRoot(), javax.swing.JEditorPane#paint(java.awt.Graphics), javax.swing.JEditorPane#printAll(java.awt.Graphics), javax.swing.JEditorPane#repaint(long, int, int, int, int), javax.swing.JEditorPane#repaint(java.awt.Rectangle), javax.swing.JEditorPane#requestFocus(), javax.swing.JEditorPane#requestFocus(boolean), javax.swing.JEditorPane#requestFocusInWindow(), javax.swing.JEditorPane#reshape(int, int, int, int), javax.swing.JEditorPane#revalidate(), javax.swing.JEditorPane#setBackground(java.awt.Color), javax.swing.JEditorPane#setEnabled(boolean), javax.swing.JEditorPane#setFocusTraversalKeys(int, java.util.Set), javax.swing.JEditorPane#setFont(java.awt.Font), javax.swing.JEditorPane#setForeground(java.awt.Color), javax.swing.JEditorPane#setMaximumSize(java.awt.Dimension), javax.swing.JEditorPane#setMinimumSize(java.awt.Dimension), javax.swing.JEditorPane#setPreferredSize(java.awt.Dimension), javax.swing.JEditorPane#setVisible(boolean), javax.swing.JEditorPane#add(java.awt.Component), javax.swing.JEditorPane#add(java.lang.String, java.awt.Component), javax.swing.JEditorPane#add(java.awt.Component, java.lang.Object), javax.swing.JEditorPane#add(java.awt.Component, int), javax.swing.JEditorPane#add(java.awt.Component, java.lang.Object, int), javax.swing.JEditorPane#remove(java.awt.Component), javax.swing.JEditorPane#remove(int), javax.swing.JEditorPane#list(java.io.PrintWriter, int), javax.swing.JEditorPane#list(java.io.PrintStream, int), javax.swing.JEditorPane#removeAll(), javax.swing.JEditorPane#setLayout(java.awt.LayoutManager), javax.swing.JEditorPane#layout(), javax.swing.JEditorPane#doLayout(), javax.swing.JEditorPane#getLayout(), javax.swing.JEditorPane#validate(), javax.swing.JEditorPane#setFocusCycleRoot(boolean), javax.swing.JEditorPane#addContainerListener(java.awt.event.ContainerListener), javax.swing.JEditorPane#getContainerListeners(), javax.swing.JEditorPane#insets(), javax.swing.JEditorPane#isAncestorOf(java.awt.Component), javax.swing.JEditorPane#isFocusTraversalPolicyProvider(), javax.swing.JEditorPane#isFocusTraversalPolicySet(), javax.swing.JEditorPane#paintComponents(java.awt.Graphics), javax.swing.JEditorPane#printComponents(java.awt.Graphics), javax.swing.JEditorPane#removeContainerListener(java.awt.event.ContainerListener), javax.swing.JEditorPane#setComponentZOrder(java.awt.Component, int), javax.swing.JEditorPane#setFocusTraversalPolicy(java.awt.FocusTraversalPolicy), javax.swing.JEditorPane#setFocusTraversalPolicyProvider(boolean), javax.swing.JEditorPane#transferFocusDownCycle(), javax.swing.JEditorPane#addPropertyChangeListener(java.beans.PropertyChangeListener), javax.swing.JEditorPane#addPropertyChangeListener(java.lang.String, java.beans.PropertyChangeListener), javax.swing.JEditorPane#applyComponentOrientation(java.awt.ComponentOrientation), javax.swing.JEditorPane#areFocusTraversalKeysSet(int), javax.swing.JEditorPane#countComponents(), javax.swing.JEditorPane#deliverEvent(java.awt.Event), javax.swing.JEditorPane#findComponentAt(java.awt.Point), javax.swing.JEditorPane#findComponentAt(int, int), javax.swing.JEditorPane#getComponent(int), javax.swing.JEditorPane#getComponentAt(java.awt.Point), javax.swing.JEditorPane#getComponentAt(int, int), javax.swing.JEditorPane#getComponentCount(), javax.swing.JEditorPane#getComponentZOrder(java.awt.Component), javax.swing.JEditorPane#getComponents(), javax.swing.JEditorPane#getFocusTraversalKeys(int), javax.swing.JEditorPane#getFocusTraversalPolicy(), javax.swing.JEditorPane#getMousePosition(boolean), javax.swing.JEditorPane#invalidate(), javax.swing.JEditorPane#isFocusCycleRoot(java.awt.Container), javax.swing.JEditorPane#isFocusCycleRoot(), javax.swing.JEditorPane#locate(int, int), javax.swing.JEditorPane#minimumSize(), javax.swing.JEditorPane#preferredSize(), javax.swing.JEditorPane#add(java.awt.PopupMenu), javax.swing.JEditorPane#remove(java.awt.MenuComponent), javax.swing.JEditorPane#toString(), javax.swing.JEditorPane#getName(), javax.swing.JEditorPane#contains(java.awt.Point), javax.swing.JEditorPane#size(), javax.swing.JEditorPane#getLocation(), javax.swing.JEditorPane#getParent(), javax.swing.JEditorPane#setName(java.lang.String), javax.swing.JEditorPane#list(java.io.PrintWriter), javax.swing.JEditorPane#list(java.io.PrintStream), javax.swing.JEditorPane#list(), javax.swing.JEditorPane#getSize(), javax.swing.JEditorPane#isValid(), javax.swing.JEditorPane#setSize(int, int), javax.swing.JEditorPane#setSize(java.awt.Dimension), javax.swing.JEditorPane#resize(java.awt.Dimension), javax.swing.JEditorPane#resize(int, int), javax.swing.JEditorPane#location(), javax.swing.JEditorPane#enable(boolean), javax.swing.JEditorPane#getLocale(), javax.swing.JEditorPane#setLocale(java.util.Locale), javax.swing.JEditorPane#isEnabled(), javax.swing.JEditorPane#action(java.awt.Event, java.lang.Object), javax.swing.JEditorPane#move(int, int), javax.swing.JEditorPane#bounds(), javax.swing.JEditorPane#getBounds(), javax.swing.JEditorPane#isLightweight(), javax.swing.JEditorPane#isDisplayable(), javax.swing.JEditorPane#isVisible(), javax.swing.JEditorPane#addComponentListener(java.awt.event.ComponentListener), javax.swing.JEditorPane#addFocusListener(java.awt.event.FocusListener), javax.swing.JEditorPane#addHierarchyBoundsListener(java.awt.event.HierarchyBoundsListener), javax.swing.JEditorPane#addHierarchyListener(java.awt.event.HierarchyListener), javax.swing.JEditorPane#addKeyListener(java.awt.event.KeyListener), javax.swing.JEditorPane#addMouseListener(java.awt.event.MouseListener), javax.swing.JEditorPane#addMouseMotionListener(java.awt.event.MouseMotionListener), javax.swing.JEditorPane#addMouseWheelListener(java.awt.event.MouseWheelListener), javax.swing.JEditorPane#checkImage(java.awt.Image, java.awt.image.ImageObserver), javax.swing.JEditorPane#checkImage(java.awt.Image, int, int, java.awt.image.ImageObserver), javax.swing.JEditorPane#createImage(int, int), javax.swing.JEditorPane#createImage(java.awt.image.ImageProducer), javax.swing.JEditorPane#createVolatileImage(int, int, java.awt.ImageCapabilities), javax.swing.JEditorPane#createVolatileImage(int, int), javax.swing.JEditorPane#dispatchEvent(java.awt.AWTEvent), javax.swing.JEditorPane#enableInputMethods(boolean), javax.swing.JEditorPane#firePropertyChange(java.lang.String, short, short), javax.swing.JEditorPane#firePropertyChange(java.lang.String, byte, byte), javax.swing.JEditorPane#firePropertyChange(java.lang.String, float, float), javax.swing.JEditorPane#firePropertyChange(java.lang.String, long, long), javax.swing.JEditorPane#firePropertyChange(java.lang.String, double, double), javax.swing.JEditorPane#getBackground(), javax.swing.JEditorPane#getColorModel(), javax.swing.JEditorPane#getComponentListeners(), javax.swing.JEditorPane#getComponentOrientation(), javax.swing.JEditorPane#getCursor(), javax.swing.JEditorPane#getDropTarget(), javax.swing.JEditorPane#getFocusCycleRootAncestor(), javax.swing.JEditorPane#getFocusListeners(), javax.swing.JEditorPane#getFocusTraversalKeysEnabled(), javax.swing.JEditorPane#getFont(), javax.swing.JEditorPane#getForeground(), javax.swing.JEditorPane#getGraphicsConfiguration(), javax.swing.JEditorPane#getHierarchyBoundsListeners(), javax.swing.JEditorPane#getHierarchyListeners(), javax.swing.JEditorPane#getIgnoreRepaint(), javax.swing.JEditorPane#getInputContext(), javax.swing.JEditorPane#getInputMethodListeners(), javax.swing.JEditorPane#getKeyListeners(), javax.swing.JEditorPane#getLocationOnScreen(), javax.swing.JEditorPane#getMouseListeners(), javax.swing.JEditorPane#getMouseMotionListeners(), javax.swing.JEditorPane#getMousePosition(), javax.swing.JEditorPane#getMouseWheelListeners(), javax.swing.JEditorPane#getPeer(), javax.swing.JEditorPane#getPropertyChangeListeners(java.lang.String), javax.swing.JEditorPane#getPropertyChangeListeners(), javax.swing.JEditorPane#getToolkit(), javax.swing.JEditorPane#getTreeLock(), javax.swing.JEditorPane#gotFocus(java.awt.Event, java.lang.Object), javax.swing.JEditorPane#handleEvent(java.awt.Event), javax.swing.JEditorPane#hasFocus(), javax.swing.JEditorPane#hide(), javax.swing.JEditorPane#imageUpdate(java.awt.Image, int, int, int, int, int), javax.swing.JEditorPane#inside(int, int), javax.swing.JEditorPane#isBackgroundSet(), javax.swing.JEditorPane#isCursorSet(), javax.swing.JEditorPane#isFocusOwner(), javax.swing.JEditorPane#isFocusTraversable(), javax.swing.JEditorPane#isFocusable(), javax.swing.JEditorPane#isFontSet(), javax.swing.JEditorPane#isForegroundSet(), javax.swing.JEditorPane#isMaximumSizeSet(), javax.swing.JEditorPane#isMinimumSizeSet(), javax.swing.JEditorPane#isPreferredSizeSet(), javax.swing.JEditorPane#isShowing(), javax.swing.JEditorPane#keyDown(java.awt.Event, int), javax.swing.JEditorPane#keyUp(java.awt.Event, int), javax.swing.JEditorPane#lostFocus(java.awt.Event, java.lang.Object), javax.swing.JEditorPane#mouseDown(java.awt.Event, int, int), javax.swing.JEditorPane#mouseDrag(java.awt.Event, int, int), javax.swing.JEditorPane#mouseEnter(java.awt.Event, int, int), javax.swing.JEditorPane#mouseExit(java.awt.Event, int, int), javax.swing.JEditorPane#mouseMove(java.awt.Event, int, int), javax.swing.JEditorPane#mouseUp(java.awt.Event, int, int), javax.swing.JEditorPane#nextFocus(), javax.swing.JEditorPane#paintAll(java.awt.Graphics), javax.swing.JEditorPane#postEvent(java.awt.Event), javax.swing.JEditorPane#prepareImage(java.awt.Image, java.awt.image.ImageObserver), javax.swing.JEditorPane#prepareImage(java.awt.Image, int, int, java.awt.image.ImageObserver), javax.swing.JEditorPane#removeComponentListener(java.awt.event.ComponentListener), javax.swing.JEditorPane#removeFocusListener(java.awt.event.FocusListener), javax.swing.JEditorPane#removeHierarchyBoundsListener(java.awt.event.HierarchyBoundsListener), javax.swing.JEditorPane#removeHierarchyListener(java.awt.event.HierarchyListener), javax.swing.JEditorPane#removeInputMethodListener(java.awt.event.InputMethodListener), javax.swing.JEditorPane#removeKeyListener(java.awt.event.KeyListener), javax.swing.JEditorPane#removeMouseListener(java.awt.event.MouseListener), javax.swing.JEditorPane#removeMouseMotionListener(java.awt.event.MouseMotionListener), javax.swing.JEditorPane#removeMouseWheelListener(java.awt.event.MouseWheelListener), javax.swing.JEditorPane#removePropertyChangeListener(java.lang.String, java.beans.PropertyChangeListener), javax.swing.JEditorPane#removePropertyChangeListener(java.beans.PropertyChangeListener), javax.swing.JEditorPane#repaint(), javax.swing.JEditorPane#repaint(long), javax.swing.JEditorPane#repaint(int, int, int, int), javax.swing.JEditorPane#setBounds(java.awt.Rectangle), javax.swing.JEditorPane#setBounds(int, int, int, int), javax.swing.JEditorPane#setCursor(java.awt.Cursor), javax.swing.JEditorPane#setDropTarget(java.awt.dnd.DropTarget), javax.swing.JEditorPane#setFocusTraversalKeysEnabled(boolean), javax.swing.JEditorPane#setFocusable(boolean), javax.swing.JEditorPane#setIgnoreRepaint(boolean), javax.swing.JEditorPane#setLocation(java.awt.Point), javax.swing.JEditorPane#setLocation(int, int), javax.swing.JEditorPane#show(), javax.swing.JEditorPane#show(boolean), javax.swing.JEditorPane#transferFocus(), javax.swing.JEditorPane#transferFocusBackward(), javax.swing.JEditorPane#transferFocusUpCycle(), javax.swing.JEditorPane#wait(long, int), javax.swing.JEditorPane#wait(long), javax.swing.JEditorPane#wait(), javax.swing.JEditorPane#equals(java.lang.Object), javax.swing.JEditorPane#hashCode(), javax.swing.JEditorPane#getClass(), javax.swing.JEditorPane#notify(), javax.swing.JEditorPane#notifyAll() |
Field Detail |
---|
public static final java.lang.String AUTO_INDENT
public static final java.lang.String FIND
public static final java.lang.String FIND_NEXT
public static final java.lang.String FIND_PREVIOUS
public static final java.lang.String REPLACE
Constructor Detail |
---|
public TextEditor()
public TextEditor(boolean tabsAsSpaces)
public TextEditor(boolean tabsAsSpaces, boolean multiLineTab)
public TextEditor(boolean tabsAsSpaces, boolean multiLineTab, boolean unwrapped)
Method Detail |
---|
public void addNotify()
public int getNumberOfPages()
public java.awt.print.PageFormat getPageFormat(int pageIndex)
public java.awt.print.Printable getPrintable(int param)
public boolean getScrollableTracksViewportWidth()
public boolean isMultiLineTabbed()
public void isMultiLineTabbed(boolean multiLineTab)
tabsAsSpaces
- whether tabs are converted to spaces
public static boolean isOvertypeMode()
public boolean isTabsAsSpaces()
public void isTabsAsSpaces(boolean tabsAsSpaces)
public boolean isUnwrapped()
public int print(java.awt.Graphics graphics, java.awt.print.PageFormat pageFormat, int page)
protected void processKeyEvent(java.awt.event.KeyEvent e)
public void removeNotify()
public void replaceSelection(java.lang.String text)
public void setBounds(int x, int y, int width, int height)
multiLineTab
- the new multiLine tab value
public void setOvertypeMode(boolean isOvertypeMode)
public void setUnwrapped(boolean unwrapped)
Groovy Documentation