Uses of Interface
org.icepdf.ri.common.WindowManagementCallback
-
Packages that use WindowManagementCallback Package Description org.icepdf.ri.common org.icepdf.ri.common.views org.icepdf.ri.viewer -
-
Uses of WindowManagementCallback in org.icepdf.ri.common
Fields in org.icepdf.ri.common declared as WindowManagementCallback Modifier and Type Field Description protected WindowManagementCallbackSwingController. windowManagementCallbackMethods in org.icepdf.ri.common that return WindowManagementCallback Modifier and Type Method Description WindowManagementCallbackSwingController. getWindowManagementCallback()The WindowManagementCallback is used for creating new Document windows, and quitting the applicationMethods in org.icepdf.ri.common with parameters of type WindowManagementCallback Modifier and Type Method Description voidSwingController. setWindowManagementCallback(WindowManagementCallback wm)The WindowManagementCallback is used for creating new Document windows, and quitting the application -
Uses of WindowManagementCallback in org.icepdf.ri.common.views
Methods in org.icepdf.ri.common.views that return WindowManagementCallback Modifier and Type Method Description WindowManagementCallbackController. getWindowManagementCallback()Gets the window manager callback.Methods in org.icepdf.ri.common.views with parameters of type WindowManagementCallback Modifier and Type Method Description voidController. setWindowManagementCallback(WindowManagementCallback wm)Set the window manager callback for multi window support. -
Uses of WindowManagementCallback in org.icepdf.ri.viewer
Classes in org.icepdf.ri.viewer that implement WindowManagementCallback Modifier and Type Class Description classWindowManagerAn implementation of WindowManagementCallback to manage the viewer applications windows.
-