public class ReorderableListController.RemoveActionDescription extends ReorderableListController.CustomActionDescription<java.util.List<T>>
ReorderableListController.CustomActionDescription.BaseAction<V>
Constructor and Description |
---|
RemoveActionDescription(java.lang.String actionName) |
Modifier and Type | Method and Description |
---|---|
ReorderableListController.CustomActionDescription.BaseAction |
createAction(javax.swing.JComponent component) |
protected javax.swing.Icon |
getActionIcon() |
protected java.lang.String |
getActionName() |
javax.swing.JList |
getList() |
void |
setConfirmation(Condition<? super java.util.List<T>> confirmation) |
void |
setEnableCondition(Condition<? super T> enableCondition) |
addPostHandler, runPostHandlers, setShowText
public RemoveActionDescription(java.lang.String actionName)
public ReorderableListController.CustomActionDescription.BaseAction createAction(javax.swing.JComponent component)
createAction
in class ReorderableListController.CustomActionDescription<java.util.List<T>>
protected javax.swing.Icon getActionIcon()
getActionIcon
in class ReorderableListController.CustomActionDescription<java.util.List<T>>
protected java.lang.String getActionName()
getActionName
in class ReorderableListController.CustomActionDescription<java.util.List<T>>
public javax.swing.JList getList()