Uses of Interface
insensa.commands.ISolution

Packages that use ISolution
insensa.commands   
insensa.view.dialogs   
 

Uses of ISolution in insensa.commands
 

Classes in insensa.commands that implement ISolution
private  class ImportProjectCommand.DeleteFolderSolution
           
 

Fields in insensa.commands with type parameters of type ISolution
private  java.util.List<ISolution> AbstractCommandProblem.solutions
           
 

Methods in insensa.commands that return types with arguments of type ISolution
 java.util.List<ISolution> AbstractCommandProblem.getSolutions()
           
 java.util.List<ISolution> ICommandProblem.getSolutions()
           
 java.util.List<ISolution> ErrorMessageProblem.getSolutions()
           
 

Methods in insensa.commands with parameters of type ISolution
 void AbstractCommandProblem.addSolution(ISolution solution)
           
 void ICommandProblem.addSolution(ISolution solution)
           
 void ErrorMessageProblem.addSolution(ISolution solution)
           
 

Uses of ISolution in insensa.view.dialogs
 

Fields in insensa.view.dialogs declared as ISolution
private  ISolution SolutionsDialog.selectedSolution
           
 

Fields in insensa.view.dialogs with type parameters of type ISolution
private  java.util.List<ISolution> SolutionsDialog.solutions
           
 

Methods in insensa.view.dialogs that return ISolution
 ISolution SolutionsDialog.getSelectedSolution()
           
 

Constructor parameters in insensa.view.dialogs with type arguments of type ISolution
SolutionsDialog(java.util.List<ISolution> solutions)