Uses of Class
javax.swing.text.TabSet
Package
Description
Provides classes and interfaces that deal with editable and noneditable text
components.
-
Uses of TabSet in javax.swing.text
Modifier and TypeMethodDescriptionprotected TabSet
ParagraphView.getTabSet()
Gets theTabset
to be used in calculating tabs.static TabSet
StyleConstants.getTabSet
(AttributeSet a) Gets the TabSet.Modifier and TypeMethodDescriptionstatic void
StyleConstants.setTabSet
(MutableAttributeSet a, TabSet tabs) Sets the TabSet.