Searched refs:TabSet (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DTabSet.java31 * A TabSet is comprised of many TabStops. It offers methods for locating the
46 public class TabSet implements Serializable class in inherits:Serializable
48 /** TabStops this TabSet contains. */
58 * Creates and returns an instance of TabSet. The array of Tabs
61 public TabSet(TabStop[] tabs) { method in class:TabSet
144 * Indicates whether this <code>TabSet</code> is equal to another one.
145 * @param o the <code>TabSet</code> instance which this instance
148 * <code>TabSet</code>, has the same number of <code>TabStop</code>s
157 if (o instanceof TabSet) {
158 TabSet t
[all...]
H A DStyleConstants.java233 * TabSet for the paragraph, type is a TabSet containing
236 public static final Object TabSet = new ParagraphConstants("TabSet"); field in class:StyleConstants
760 * Gets the TabSet.
763 * @return the <code>TabSet</code>
765 public static TabSet getTabSet(AttributeSet a) {
766 TabSet tabs = (TabSet)a.getAttribute(TabSet);
[all...]
H A DParagraphView.java410 * This is implemented to try and locate a <code>TabSet</code>
421 * @see TabSet
430 TabSet tabs = getTabSet();
483 * @return the <code>TabSet</code>
485 protected TabSet getTabSet() {

Completed in 430 milliseconds