Package de.team33.sphinx.metis
Interface JTextPanes.Setup<T extends JTextPane,S extends JTextPanes.Setup<T,S>>
- Type Parameters:
T- The final type of the target instance, at leastJTextPane.S- The final type of the Setup implementation.
- All Superinterfaces:
Components.Setup<T,,S> Containers.Setup<T,,S> JComponents.Setup<T,,S> JEditorPanes.Setup<T,,S> JTextComponents.Setup<T,,S> Setup<T,S>
- All Known Implementing Classes:
JTextPanes.Builder,JTextPanes.Charger
- Enclosing class:
- JTextPanes
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface JTextPanes.Setup<T extends JTextPane,S extends JTextPanes.Setup<T,S>>
extends JEditorPanes.Setup<T,S>
Utility interface to set up a target instance of
JTextPane.-
Method Summary
Modifier and TypeMethodDescriptiondefault Sdefault SremoveStyle(String arg0) default SsetCharacterAttributes(AttributeSet arg0, boolean arg1) default SsetLogicalStyle(Style arg0) default SsetParagraphAttributes(AttributeSet arg0, boolean arg1) default SMethods inherited from interface de.team33.sphinx.metis.Components.Setup
add, remove, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeys, setFocusTraversalKeysEnabled, setFont, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, subscribe, subscribeMethods inherited from interface de.team33.sphinx.metis.Containers.Setup
add, add, add, add, add, remove, remove, removeAll, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayoutMethods inherited from interface de.team33.sphinx.metis.JComponents.Setup
setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDoubleBuffered, setInheritsPopupMenu, setInputMap, setInputVerifier, setOpaque, setRequestFocusEnabled, setToolTipText, setTransferHandler, setVerifyInputWhenFocusTargetMethods inherited from interface de.team33.sphinx.metis.JEditorPanes.Setup
setContentType, setEditorKit, setEditorKitForContentType, setPage, setPageMethods inherited from interface de.team33.sphinx.metis.JTextComponents.Setup
setCaret, setCaretColor, setCaretPosition, setDisabledTextColor, setDocument, setDragEnabled, setDropMode, setEditable, setFocusAccelerator, setHighlighter, setKeymap, setMargin, setNavigationFilter, setSelectedTextColor, setSelectionColor, setSelectionEnd, setSelectionStart, setText, setUI
-
Method Details
-
addStyle
- See Also:
-
removeStyle
- See Also:
-
setCharacterAttributes
-
setLogicalStyle
- See Also:
-
setParagraphAttributes
-
setStyledDocument
-