plugins.adufour.vars.gui.model
Class TypeSelectionModel

java.lang.Object
  extended by plugins.adufour.vars.gui.model.ValueSelectionModel<java.lang.Class<?>>
      extended by plugins.adufour.vars.gui.model.TypeSelectionModel
All Implemented Interfaces:
VarEditorModel<java.lang.Class<?>>

public class TypeSelectionModel
extends ValueSelectionModel<java.lang.Class<?>>


Field Summary
 
Fields inherited from class plugins.adufour.vars.gui.model.ValueSelectionModel
defaultValue, validValues
 
Constructor Summary
TypeSelectionModel()
          Create a new type selection model with the most popular types
TypeSelectionModel(java.lang.Class<?>... classes)
          Creates a new custom type selection model with the specified types
 
Method Summary
 
Methods inherited from class plugins.adufour.vars.gui.model.ValueSelectionModel
getDefaultValue, getValidValues, isFreeInput, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeSelectionModel

public TypeSelectionModel()
Create a new type selection model with the most popular types


TypeSelectionModel

public TypeSelectionModel(java.lang.Class<?>... classes)
Creates a new custom type selection model with the specified types

Parameters:
classes -