public abstract class AbstractSwingUIComponent extends AbstractUIComponent implements TooltipComponent
Constructor and Description |
---|
AbstractSwingUIComponent() |
Modifier and Type | Method and Description |
---|---|
abstract JComponent |
getAwtComponent()
Returns the Java GUI component represented by this object.
|
Assertion |
tooltipContains(String text) |
Assertion |
tooltipEquals(String text) |
addAttributes, backgroundEquals, backgroundNear, foregroundEquals, foregroundNear, getContainer, getContainer, getDescription, getDescription, getLabel, getName, getSubDescription, isEnabled, isVisible, pressKey, releaseKey, typeKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescriptionTypeName
public abstract JComponent getAwtComponent()
UIComponent
getAwtComponent
in interface UIComponent
public Assertion tooltipEquals(String text)
tooltipEquals
in interface TooltipComponent
public Assertion tooltipContains(String text)
tooltipContains
in interface TooltipComponent
Copyright © 2004–2016. All rights reserved.