Uses of Class
xtwm.ui.XTWMApplication
-
Packages that use XTWMApplication Package Description xtwm.plugins Plugins that extend the function of the desktop.xtwm.ui Main user interface. -
-
Uses of XTWMApplication in xtwm.plugins
Fields in xtwm.plugins declared as XTWMApplication Modifier and Type Field Description protected XTWMApplication
PluginWidget. app
The XTWMApplication using this plugin.Methods in xtwm.plugins with parameters of type XTWMApplication Modifier and Type Method Description TWindow
DesktopPager. getWindow(XTWMApplication application)
Get the window that will be used for this plugin when isWindowed() is true.TWindow
PluginWidget. getWindow(XTWMApplication application)
Get the window that will be used for this plugin when isWindowed() is true.TWindow
ScreensaverPlugin. getWindow(XTWMApplication application)
Get the window that will be used for this plugin when isWindowed() is true.void
Calendar. initialize(XTWMApplication app)
Initialize the plugin.void
DesktopPager. initialize(XTWMApplication app)
Initialize the plugin.void
PluginWidget. initialize(XTWMApplication app)
Initialize the plugin.void
QuickNotes. initialize(XTWMApplication app)
Initialize the plugin.void
SystemMonitor. initialize(XTWMApplication app)
Initialize the plugin. -
Uses of XTWMApplication in xtwm.ui
Methods in xtwm.ui with parameters of type XTWMApplication Modifier and Type Method Description static void
ApplicationLayout. loadFromXml(XTWMApplication app, java.lang.String filename)
Read the layout from file and set up the application to match.static void
ApplicationLayout. saveToXml(XTWMApplication app, java.lang.String filename)
Write the layout of an application to file.Constructors in xtwm.ui with parameters of type XTWMApplication Constructor Description ClientsWindow(XTWMApplication application)
Public constructor.EditorOptionsWindow(XTWMApplication parent)
Public constructor.ExternalEditorWindow(XTWMApplication parent)
Public constructor.ExternalEditorWindow(XTWMApplication parent, java.lang.String filename)
Public constructor.PluginOptionsWindow(XTWMApplication application)
Public constructor.SwitchWidgetWindow(XTWMApplication application)
Public constructor.
-