Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. |
Uses of TabStop in javax.swing.text |
---|
Modifier and Type | Method and Description |
---|---|
TabStop |
TabSet.getTab(int index)
Returns the TabStop at index index . |
TabStop |
TabSet.getTabAfter(float location)
Returns the Tab instance after location . |
Modifier and Type | Method and Description |
---|---|
int |
TabSet.getTabIndex(TabStop tab)
|
Constructor and Description |
---|
TabSet(TabStop[] tabs)
Creates and returns an instance of TabSet. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.