Uses of Class
org.bidib.wizard.mvc.stepcontrol.model.TurnTableType
-
Packages that use TurnTableType Package Description org.bidib.wizard.mvc.common.view.converter org.bidib.wizard.mvc.stepcontrol.model org.bidib.wizard.mvc.stepcontrol.view -
-
Uses of TurnTableType in org.bidib.wizard.mvc.common.view.converter
Methods in org.bidib.wizard.mvc.common.view.converter that return TurnTableType Modifier and Type Method Description TurnTableTypeTurnTableTypeConverter. sourceValue(String targetValue)Methods in org.bidib.wizard.mvc.common.view.converter with parameters of type TurnTableType Modifier and Type Method Description StringTurnTableTypeConverter. targetValue(TurnTableType sourceValue) -
Uses of TurnTableType in org.bidib.wizard.mvc.stepcontrol.model
Methods in org.bidib.wizard.mvc.stepcontrol.model that return TurnTableType Modifier and Type Method Description static TurnTableTypeTurnTableType. fromValue(byte type)TurnTableTypeConfigurationWizardModel. getTurnTableType()TurnTableTypeStepControlModel. getTurnTableType()static TurnTableTypeTurnTableType. valueOf(String name)Returns the enum constant of this type with the specified name.static TurnTableType[]TurnTableType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bidib.wizard.mvc.stepcontrol.model with parameters of type TurnTableType Modifier and Type Method Description voidConfigurationWizardModel. setTurnTableType(TurnTableType turnTableType)voidStepControlModel. setTurnTableType(TurnTableType turnTableType) -
Uses of TurnTableType in org.bidib.wizard.mvc.stepcontrol.view
Methods in org.bidib.wizard.mvc.stepcontrol.view with parameters of type TurnTableType Modifier and Type Method Description voidConfigurationWizard. prepareConfigurationModel(TurnTableType turnTableType, Map<String,CvNode> cvNumberToJideNodeMap, Map<String,CvNode> mapKeywordToNode)voidTurntableIconPanel. setTurnTableType(TurnTableType turnTableType)voidAspectTable. turnTableTypeChanged(TurnTableType turnTableType)Constructors in org.bidib.wizard.mvc.stepcontrol.view with parameters of type TurnTableType Constructor Description TurntableIconPanel(ImageIcon turntableBackgroundRoundIcon, ImageIcon turntableBackgroundLinearIcon, ImageIcon turntableBasicIcon, double degree, TurnTableType turnTableType)
-