public class NullUserInterface extends Object implements UserInterface
| Constructor and Description |
|---|
NullUserInterface() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActive(Element e)
Gets the active attribute of the UserInterface object
|
boolean |
isFocus(Element e)
Gets the focus attribute of the UserInterface object
|
boolean |
isHover(Element e)
Gets the hover attribute of the UserInterface object
|
public boolean isHover(Element e)
UserInterfaceisHover in interface UserInterfacee - PARAMpublic boolean isActive(Element e)
UserInterfaceisActive in interface UserInterfacee - PARAMpublic boolean isFocus(Element e)
UserInterfaceisFocus in interface UserInterfacee - PARAMCopyright © 2018. All rights reserved.