Uses of Class
com.orchestranetworks.ui.action.DisplayMode.ModalCustom
-
Packages that use DisplayMode.ModalCustom Package Description com.orchestranetworks.ui.action This package allows to define actions that can be triggered by the end user. -
-
Uses of DisplayMode.ModalCustom in com.orchestranetworks.ui.action
Methods in com.orchestranetworks.ui.action that return DisplayMode.ModalCustom Modifier and Type Method Description DisplayMode.ModalCustomDisplayMode. asModalCustom()If this instance is aDisplayMode.ModalCustom, casts it and returns it.DisplayMode.ModalCustomDisplayMode.ModalCustom. asModalCustom()static DisplayMode.ModalCustomDisplayMode. modalCustom(int width, int height, boolean resizable)Returns an instance ofModalCustom.
-