|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uispec4j.AbstractUIComponent
org.uispec4j.AbstractSwingUIComponent
public abstract class AbstractSwingUIComponent
Base class for UIComponent implementations that wrap JComponent subclasses.
| Constructor Summary | |
|---|---|
AbstractSwingUIComponent()
|
|
| Method Summary | |
|---|---|
abstract javax.swing.JComponent |
getAwtComponent()
Returns the Java GUI component represented by this object. |
Assertion |
tooltipContains(java.lang.String text)
|
Assertion |
tooltipEquals(java.lang.String text)
|
| Methods inherited from class org.uispec4j.AbstractUIComponent |
|---|
addAttributes, backgroundEquals, backgroundNear, foregroundEquals, foregroundNear, getContainer, getContainer, getDescription, getDescription, getLabel, getName, getSubDescription, isEnabled, isVisible, pressKey, releaseKey, typeKey |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.uispec4j.UIComponent |
|---|
getDescriptionTypeName |
| Constructor Detail |
|---|
public AbstractSwingUIComponent()
| Method Detail |
|---|
public abstract javax.swing.JComponent getAwtComponent()
UIComponent
getAwtComponent in interface UIComponentpublic Assertion tooltipEquals(java.lang.String text)
tooltipEquals in interface TooltipComponentpublic Assertion tooltipContains(java.lang.String text)
tooltipContains in interface TooltipComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||