Package jetbrains.mps.migration.global
Class ProjectMigrationWithOptions.Option<T>
- java.lang.Object
 - 
- jetbrains.mps.migration.global.ProjectMigrationWithOptions.Option<T>
 
 
- 
- Direct Known Subclasses:
 ProjectMigrationWithOptions.BooleanOption
- Enclosing interface:
 - ProjectMigrationWithOptions
 
public abstract static class ProjectMigrationWithOptions.Option<T> extends Object
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract JComponentcreateComponent()booleanequals(Object o)abstract TgetValue(JComponent component)inthashCode() 
 - 
 
- 
- 
Field Detail
- 
id
public final String id
 
 - 
 
- 
Constructor Detail
- 
Option
public Option(String id)
 
 - 
 
- 
Method Detail
- 
createComponent
public abstract JComponent createComponent()
 
- 
getValue
public abstract T getValue(JComponent component)
 
 - 
 
 -