A C D E F G H I J L N O P Q R S U V W 
All Classes All Packages

A

AboutHandler - Interface in org.madlonkay.desktopsupport
 
addAppEventListener(SystemEventListener) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
addAppEventListener(SystemEventListener) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
addAppEventListener(SystemEventListener) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
addAppEventListener(SystemEventListener) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
addFullScreenListenerTo(Window, FullScreenListener) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
addFullScreenListenerTo(Window, FullScreenListener) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
addFullScreenListenerTo(Window, FullScreenListener) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
addFullScreenListenerTo(Window, FullScreenListener) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
AppForegroundListener - Interface in org.madlonkay.desktopsupport
 
appHidden(Object) - Method in interface org.madlonkay.desktopsupport.AppHiddenListener
 
AppHiddenListener - Interface in org.madlonkay.desktopsupport
 
AppleDesktopSupportImpl - Class in org.madlonkay.desktopsupport.impl
 
AppleDesktopSupportImpl() - Constructor for class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
appMovedToBackground(Object) - Method in interface org.madlonkay.desktopsupport.AppForegroundListener
 
appRaisedToForeground(Object) - Method in interface org.madlonkay.desktopsupport.AppForegroundListener
 
appReopened(Object) - Method in interface org.madlonkay.desktopsupport.AppReopenedListener
 
AppReopenedListener - Interface in org.madlonkay.desktopsupport
 
appUnhidden(Object) - Method in interface org.madlonkay.desktopsupport.AppHiddenListener
 

C

cancelQuit() - Method in interface org.madlonkay.desktopsupport.QuitResponse
 
CLOSE_ALL_WINDOWS - org.madlonkay.desktopsupport.QuitStrategy
 
CONSOLE - org.madlonkay.desktopsupport.UserSessionEvent.Reason
 

D

DesktopSupport - Class in org.madlonkay.desktopsupport
 
disableSuddenTermination() - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
disableSuddenTermination() - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
disableSuddenTermination() - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
disableSuddenTermination() - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
DummyDesktopSupportImpl - Class in org.madlonkay.desktopsupport.impl
 
DummyDesktopSupportImpl() - Constructor for class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 

E

enableSuddenTermination() - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
enableSuddenTermination() - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
enableSuddenTermination() - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
enableSuddenTermination() - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 

F

FilesEvent - Interface in org.madlonkay.desktopsupport
 
FullScreenEvent - Interface in org.madlonkay.desktopsupport
 
FullScreenListener - Interface in org.madlonkay.desktopsupport
 

G

getDockIconImage() - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
getDockIconImage() - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
getDockIconImage() - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
getDockIconImage() - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
getDockMenu() - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
getDockMenu() - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
getDockMenu() - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
getDockMenu() - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
getFiles() - Method in interface org.madlonkay.desktopsupport.FilesEvent
 
getReason() - Method in interface org.madlonkay.desktopsupport.UserSessionEvent
 
getSearchTerm() - Method in interface org.madlonkay.desktopsupport.OpenFilesEvent
 
getSupport() - Static method in class org.madlonkay.desktopsupport.DesktopSupport
 
getURI() - Method in interface org.madlonkay.desktopsupport.OpenURIEvent
 
getWindow() - Method in interface org.madlonkay.desktopsupport.FullScreenEvent
 

H

handleAbout(Object) - Method in interface org.madlonkay.desktopsupport.AboutHandler
 
handlePreferences(Object) - Method in interface org.madlonkay.desktopsupport.PreferencesHandler
 
handleQuitRequestWith(Object, QuitResponse) - Method in interface org.madlonkay.desktopsupport.QuitHandler
 

I

IDesktopSupport - Interface in org.madlonkay.desktopsupport
 

J

Java9DesktopSupportImpl - Class in org.madlonkay.desktopsupport.impl
 
Java9DesktopSupportImpl() - Constructor for class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 

L

LOCK - org.madlonkay.desktopsupport.UserSessionEvent.Reason
 

N

NORMAL_EXIT - org.madlonkay.desktopsupport.QuitStrategy
 

O

openFiles(OpenFilesEvent) - Method in interface org.madlonkay.desktopsupport.OpenFilesHandler
 
OpenFilesEvent - Interface in org.madlonkay.desktopsupport
 
OpenFilesHandler - Interface in org.madlonkay.desktopsupport
 
openHelpViewer() - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
openHelpViewer() - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
openHelpViewer() - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
openHelpViewer() - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
openURI(OpenURIEvent) - Method in interface org.madlonkay.desktopsupport.OpenURIHandler
 
OpenURIEvent - Interface in org.madlonkay.desktopsupport
 
OpenURIHandler - Interface in org.madlonkay.desktopsupport
 
org.madlonkay.desktopsupport - package org.madlonkay.desktopsupport
 
org.madlonkay.desktopsupport.impl - package org.madlonkay.desktopsupport.impl
 

P

performQuit() - Method in interface org.madlonkay.desktopsupport.QuitResponse
 
PreferencesHandler - Interface in org.madlonkay.desktopsupport
 
printFiles(PrintFilesEvent) - Method in interface org.madlonkay.desktopsupport.PrintFilesHandler
 
PrintFilesEvent - Interface in org.madlonkay.desktopsupport
 
PrintFilesHandler - Interface in org.madlonkay.desktopsupport
 

Q

QuitHandler - Interface in org.madlonkay.desktopsupport
 
QuitResponse - Interface in org.madlonkay.desktopsupport
 
QuitStrategy - Enum in org.madlonkay.desktopsupport
 

R

REMOTE - org.madlonkay.desktopsupport.UserSessionEvent.Reason
 
removeAppEventListener(SystemEventListener) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
removeAppEventListener(SystemEventListener) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
removeAppEventListener(SystemEventListener) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
removeAppEventListener(SystemEventListener) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
removeFullScreenListenerFrom(Window, FullScreenListener) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
removeFullScreenListenerFrom(Window, FullScreenListener) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
removeFullScreenListenerFrom(Window, FullScreenListener) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
removeFullScreenListenerFrom(Window, FullScreenListener) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
requestForeground(boolean) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
requestForeground(boolean) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
requestForeground(boolean) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
requestForeground(boolean) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
requestToggleFullScreen(Window) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
requestToggleFullScreen(Window) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
requestToggleFullScreen(Window) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
requestToggleFullScreen(Window) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
requestUserAttention(boolean) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
requestUserAttention(boolean) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
requestUserAttention(boolean) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
requestUserAttention(boolean) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 

S

screenAboutToSleep(Object) - Method in interface org.madlonkay.desktopsupport.ScreenSleepListener
 
screenAwoke(Object) - Method in interface org.madlonkay.desktopsupport.ScreenSleepListener
 
ScreenSleepListener - Interface in org.madlonkay.desktopsupport
 
setAboutHandler(AboutHandler) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
setAboutHandler(AboutHandler) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
setAboutHandler(AboutHandler) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
setAboutHandler(AboutHandler) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
setDefaultMenuBar(JMenuBar) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
setDefaultMenuBar(JMenuBar) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
setDefaultMenuBar(JMenuBar) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
setDefaultMenuBar(JMenuBar) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
setDockIconBadge(String) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
setDockIconBadge(String) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
setDockIconBadge(String) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
setDockIconBadge(String) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
setDockIconImage(Image) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
setDockIconImage(Image) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
setDockIconImage(Image) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
setDockIconImage(Image) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
setDockMenu(PopupMenu) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
setDockMenu(PopupMenu) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
setDockMenu(PopupMenu) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
setDockMenu(PopupMenu) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
setOpenFilesHandler(OpenFilesHandler) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
setOpenFilesHandler(OpenFilesHandler) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
setOpenFilesHandler(OpenFilesHandler) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
setOpenFilesHandler(OpenFilesHandler) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
setOpenURIHandler(OpenURIHandler) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
setOpenURIHandler(OpenURIHandler) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
setOpenURIHandler(OpenURIHandler) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
setOpenURIHandler(OpenURIHandler) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
setPreferencesHandler(PreferencesHandler) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
setPreferencesHandler(PreferencesHandler) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
setPreferencesHandler(PreferencesHandler) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
setPreferencesHandler(PreferencesHandler) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
setPrintFilesHandler(PrintFilesHandler) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
setPrintFilesHandler(PrintFilesHandler) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
setPrintFilesHandler(PrintFilesHandler) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
setPrintFilesHandler(PrintFilesHandler) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
setQuitHandler(QuitHandler) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
setQuitHandler(QuitHandler) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
setQuitHandler(QuitHandler) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
setQuitHandler(QuitHandler) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
setQuitStrategy(QuitStrategy) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
setQuitStrategy(QuitStrategy) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
setQuitStrategy(QuitStrategy) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
setQuitStrategy(QuitStrategy) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
setWindowCanFullScreen(Window, boolean) - Method in interface org.madlonkay.desktopsupport.IDesktopSupport
 
setWindowCanFullScreen(Window, boolean) - Method in class org.madlonkay.desktopsupport.impl.AppleDesktopSupportImpl
 
setWindowCanFullScreen(Window, boolean) - Method in class org.madlonkay.desktopsupport.impl.DummyDesktopSupportImpl
 
setWindowCanFullScreen(Window, boolean) - Method in class org.madlonkay.desktopsupport.impl.Java9DesktopSupportImpl
 
systemAboutToSleep(Object) - Method in interface org.madlonkay.desktopsupport.SystemSleepListener
 
systemAwoke(Object) - Method in interface org.madlonkay.desktopsupport.SystemSleepListener
 
SystemEventListener - Interface in org.madlonkay.desktopsupport
 
SystemSleepListener - Interface in org.madlonkay.desktopsupport
 

U

UNSPECIFIED - org.madlonkay.desktopsupport.UserSessionEvent.Reason
 
userSessionActivated(UserSessionEvent) - Method in interface org.madlonkay.desktopsupport.UserSessionListener
 
userSessionDeactivated(UserSessionEvent) - Method in interface org.madlonkay.desktopsupport.UserSessionListener
 
UserSessionEvent - Interface in org.madlonkay.desktopsupport
 
UserSessionEvent.Reason - Enum in org.madlonkay.desktopsupport
 
UserSessionListener - Interface in org.madlonkay.desktopsupport
 

V

valueOf(String) - Static method in enum org.madlonkay.desktopsupport.QuitStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.madlonkay.desktopsupport.UserSessionEvent.Reason
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.madlonkay.desktopsupport.QuitStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.madlonkay.desktopsupport.UserSessionEvent.Reason
Returns an array containing the constants of this enum type, in the order they are declared.

W

windowEnteredFullScreen(FullScreenEvent) - Method in interface org.madlonkay.desktopsupport.FullScreenListener
 
windowEnteringFullScreen(FullScreenEvent) - Method in interface org.madlonkay.desktopsupport.FullScreenListener
 
windowExitedFullScreen(FullScreenEvent) - Method in interface org.madlonkay.desktopsupport.FullScreenListener
 
windowExitingFullScreen(FullScreenEvent) - Method in interface org.madlonkay.desktopsupport.FullScreenListener
 
A C D E F G H I J L N O P Q R S U V W 
All Classes All Packages