Class Selection<T>
- java.lang.Object
-
- org.teichert.databaseexplorer.beans.Selection<T>
-
public class Selection<T> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
T
getT()
javafx.beans.property.BooleanProperty
selectionProperty()
String
toString()
-
-
-
Constructor Detail
-
Selection
public Selection(T t)
-
-