Package org.openpdf.extend
Interface UserInterface
- All Known Implementing Classes:
BasicPanel,ITextRenderer.NullUserInterface,Java2DRenderer.NullUserInterface,RootPanel,ScalableXHTMLPanel,XHTMLPanel
public interface UserInterface
-
Method Summary
-
Method Details
-
isHover
Gets the hover attribute of the UserInterface object- Parameters:
e- PARAM- Returns:
- The hover value
-
isActive
Gets the active attribute of the UserInterface object- Parameters:
e- PARAM- Returns:
- The active value
-
isFocus
Gets the focus attribute of the UserInterface object- Parameters:
e- PARAM- Returns:
- The focus value
-