|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabbot.tester.ComponentLocation
abbot.tester.JTableHeaderLocation
Provides encapsulation of the location of a col on a JTableHeader (a coordinate, item index or value).
Constructor Summary | |
JTableHeaderLocation()
|
|
JTableHeaderLocation(int col)
|
|
JTableHeaderLocation(Point where)
|
|
JTableHeaderLocation(String value)
|
Method Summary | |
protected String |
badFormat(String encoded)
|
boolean |
equals(Object o)
|
Rectangle |
getBounds(Component c)
Convert the abstract location into a concrete area. |
int |
getIndex(JTableHeader header)
|
Point |
getPoint(Component c)
Return a concrete point for the abstract location. |
protected Point |
indexToPoint(JTableHeader header,
int index)
Convert the given index into a coordinate. |
ComponentLocation |
parse(String encoded)
Convert the given encoding into the proper location. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JTableHeaderLocation()
public JTableHeaderLocation(String value)
public JTableHeaderLocation(int col)
public JTableHeaderLocation(Point where)
Method Detail |
protected String badFormat(String encoded)
badFormat
in class ComponentLocation
protected Point indexToPoint(JTableHeader header, int index)
public int getIndex(JTableHeader header)
public Point getPoint(Component c)
getPoint
in class ComponentLocation
public Rectangle getBounds(Component c)
ComponentLocation
getBounds
in class ComponentLocation
public boolean equals(Object o)
equals
in class ComponentLocation
public String toString()
toString
in class ComponentLocation
public 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 |