|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectabbot.tester.ComponentLocation
abbot.tester.JTabbedPaneLocation
public class JTabbedPaneLocation
Provides encapsulation of a location on a JTabbedPane (notably a tab). Use the JTabbedPaneLocation#JTabbedPaneLocation(Point) ctor to indicate a specific coordinate.
| Nested Class Summary | |
|---|---|
(package private) class |
JTabbedPaneLocation.TabNotVisibleException
This exception is thrown if a given tab is not currently visible. |
| Field Summary |
|---|
| Fields inherited from class abbot.tester.ComponentLocation |
|---|
CENTER |
| Constructor Summary | |
|---|---|
JTabbedPaneLocation()
|
|
JTabbedPaneLocation(int index)
|
|
JTabbedPaneLocation(Point p)
|
|
JTabbedPaneLocation(String tabName)
|
|
| Method Summary | |
|---|---|
protected String |
badFormat(String encoded)
|
boolean |
equals(Object o)
Returns whether the given object is an equivalent ComponentLocation. |
Rectangle |
getBounds(Component c)
Convert the abstract location into a concrete area, relative to the given Component. |
Point |
getPoint(Component c)
Convert the abstract location into a concrete one. |
ComponentLocation |
parse(String encoded)
Convert the given encoding into the proper location. |
String |
toString()
|
| Methods inherited from class abbot.tester.ComponentLocation |
|---|
encodeIndex, encodeValue, isIndex, isValue, parseIndex, parseValue |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JTabbedPaneLocation()
public JTabbedPaneLocation(String tabName)
public JTabbedPaneLocation(int index)
public JTabbedPaneLocation(Point p)
| Method Detail |
|---|
protected String badFormat(String encoded)
badFormat in class ComponentLocationpublic Point getPoint(Component c)
ComponentLocationPoint relative to the given Component.
getPoint in class ComponentLocationJTabbedPaneLocation.TabNotVisibleException - if the tab is not visiblepublic Rectangle getBounds(Component c)
ComponentLocationComponent. If a point has
been specified, returns a 1x1 rectangle, otherwise returns the
a rectangle at (0, 0) of the Component's size.
getBounds in class ComponentLocationJTabbedPaneLocation.TabNotVisibleException - if the tab is not visiblepublic boolean equals(Object o)
ComponentLocationComponentLocation.
equals in class ComponentLocationpublic String toString()
toString in class ComponentLocationpublic ComponentLocation parse(String encoded)
ComponentLocation
parse in class ComponentLocation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||