no message
This commit is contained in:
13
src/Common/Visual/Tables/DBObjectSelector.java
Normal file
13
src/Common/Visual/Tables/DBObjectSelector.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package Common.Visual.Tables;
|
||||
import Common.Database.Objects.DBObject;
|
||||
public class DBObjectSelector<T extends DBObject> extends DBObjectEditor<T> {
|
||||
@Override
|
||||
public void Action() {
|
||||
value.SwitchSelection();
|
||||
setIcon(value.GetSelectionIcon());
|
||||
}
|
||||
@Override
|
||||
public Object getCellEditorValue() {
|
||||
return value.isSelected();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user