public interface UIProvider
UIProvider
provides access to the underlying UI implementation.
Information like, if it is running under a GUI, as well as the out/err streams are available from implementations of
this interfaceModifier and Type | Method and Description |
---|---|
UIDesktop |
getDesktop()
Returns the desktop associated with this UI.
|
UIOutput |
getOutput()
Returns the output object used to display messages during a UI interaction
|
boolean |
isGUI()
Returns true if this
UIProvider is running a Graphical User Interface. |
boolean isGUI()
UIProvider
is running a Graphical User Interface.UIOutput getOutput()
UIDesktop getDesktop()
Copyright © 2015 JBoss by Red Hat. All rights reserved.