API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.text. TabSet View Source
Author(s)
Scott Violet
Since
Version
1.16 11/17/05
Serial
Hierarchy
 Object
      TabSet
Implements
 Serializable
Subclasses
Description
public class TabSet
  A TabSet is comprised of many TabStops.
See also:   
Constructors
public TabSet (TabStop tabs)
  Creates and returns an instance of TabSet.
Methods
Hide/Show inherited methods
public boolean equals (Object o)
  Indicates whether this TabSet is equal to another one.
public TabStop getTab (int index)
  Returns the TabStop at index index.
public TabStop getTabAfter (float location)
  Returns the Tab instance after location.
public int getTabCount ()
Returns the number of Tab instances the receiver contains.
public int getTabIndex (TabStop tab)
 
public int getTabIndexAfter (float location)
  Returns the index of the Tab to be used after location.
public int hashCode ()
  Returns a hashcode for this set of TabStops.
public String toString ()
Returns the string representation of the set of tabs.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar