Uses of Class
org.ow2.clif.analyze.lib.graph.gui.ReportManager.Phases
-
Packages that use ReportManager.Phases Package Description org.ow2.clif.analyze.lib.graph.gui -
-
Uses of ReportManager.Phases in org.ow2.clif.analyze.lib.graph.gui
Methods in org.ow2.clif.analyze.lib.graph.gui that return ReportManager.Phases Modifier and Type Method Description static ReportManager.PhasesReportManager.Phases. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReportManager.Phases[]ReportManager.Phases. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ow2.clif.analyze.lib.graph.gui with parameters of type ReportManager.Phases Modifier and Type Method Description voidReportManager. initializeFrom(ReportManager.Phases previousState)voidWizard1MainView. initializeFrom(ReportManager.Phases previousState)voidWizard2MainView. initializeFrom(ReportManager.Phases previousState)initializing currenDsm depends on previous state: - when "Wizard step 1": copy currentDs on w1Dataset and pre-initialization of some fields - when"Report Manager": copy selected dataset on w1DatasetvoidReportManager. nextState(ReportManager.Phases _next)voidReportManager. nextState(ReportManager.Phases _next, Dataset.DatasetType dsType)
-