Package docking.widgets.table
Class AddRemoveListItem<T>
- java.lang.Object
-
- docking.widgets.table.AddRemoveListItem<T>
-
public class AddRemoveListItem<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AddRemoveListItem(boolean isAdd, boolean isRemove, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetValue()booleanisAdd()booleanisChange()booleanisRemove()java.lang.StringtoString()
-
-
-
Constructor Detail
-
AddRemoveListItem
public AddRemoveListItem(boolean isAdd, boolean isRemove, T value)
-
-
Method Detail
-
isAdd
public boolean isAdd()
-
isRemove
public boolean isRemove()
-
isChange
public boolean isChange()
-
getValue
public T getValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-