Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionUse
Dialog.getRole()insteaduseDialog.getModality()insteaduseDialog.setModality(ModalityMode)insteadUseDialog.setRole(String)instead
-
Deprecated MethodsMethodDescriptionThis method is not supported and will throw an exception when called.This method is not supported and will throw an exception when called.Use
Dialog.getRole()insteaduseDialog.getModality()insteaduseDialog.setModality(ModalityMode)insteadUseDialog.setRole(String)instead
-
Deprecated Enum Constants