Uses of Class
com.openindex.openestate.tool.utils.StatusNotification
-
Packages that use StatusNotification Package Description com.openindex.openestate.tool Hauptklassen des ImmoTool-Frameworks.com.openindex.openestate.tool.gui com.openindex.openestate.tool.utils Hilfsklassen. -
-
Uses of StatusNotification in com.openindex.openestate.tool
Methods in com.openindex.openestate.tool with parameters of type StatusNotification Modifier and Type Method Description static booleanImmoToolEnvironment. isStatusNotificationShown(StatusNotification notification)static voidImmoToolEnvironment. showStatusNotification(StatusNotification notification) -
Uses of StatusNotification in com.openindex.openestate.tool.gui
Methods in com.openindex.openestate.tool.gui with parameters of type StatusNotification Modifier and Type Method Description booleanAbstractFrame. isStatusNotificationShown(StatusNotification notification)voidAbstractFrame. showStatusNotification(StatusNotification notification) -
Uses of StatusNotification in com.openindex.openestate.tool.utils
Subclasses of StatusNotification in com.openindex.openestate.tool.utils Modifier and Type Class Description static classStatusNotification.Infostatic classStatusNotification.WarningMethods in com.openindex.openestate.tool.utils that return StatusNotification Modifier and Type Method Description StatusNotificationStatusNotificationPanel. getNotification(long notificationId)Methods in com.openindex.openestate.tool.utils with parameters of type StatusNotification Modifier and Type Method Description voidStatusNotificationPanel. putNotification(StatusNotification notification)
-