Uses of Class
org.bidib.wizard.mvc.pt.model.PtMode
-
Packages that use PtMode Package Description org.bidib.wizard.mvc.pt.model org.bidib.wizard.mvc.pt.view.panel -
-
Uses of PtMode in org.bidib.wizard.mvc.pt.model
Methods in org.bidib.wizard.mvc.pt.model that return PtMode Modifier and Type Method Description static PtModePtMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PtMode[]PtMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PtMode in org.bidib.wizard.mvc.pt.view.panel
Methods in org.bidib.wizard.mvc.pt.view.panel that return PtMode Modifier and Type Method Description PtModeDirectAccessProgBeanModel. getMode()Methods in org.bidib.wizard.mvc.pt.view.panel with parameters of type PtMode Modifier and Type Method Description voidDirectAccessProgBeanModel. setMode(PtMode mode)
-