public abstract static class ReorderableListController.CustomActionDescription<V> extends ReorderableListController.ActionDescription
| Modifier and Type | Class and Description | 
|---|---|
protected static class  | 
ReorderableListController.CustomActionDescription.BaseAction<V>  | 
| Constructor and Description | 
|---|
CustomActionDescription()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPostHandler(ReorderableListController.ActionNotification<V> runnable)  | 
abstract ReorderableListController.CustomActionDescription.BaseAction | 
createAction(javax.swing.JComponent component)  | 
protected abstract javax.swing.Icon | 
getActionIcon()  | 
protected abstract java.lang.String | 
getActionName()  | 
protected void | 
runPostHandlers(V change)  | 
void | 
setShowText(boolean showText)  | 
public void addPostHandler(ReorderableListController.ActionNotification<V> runnable)
protected void runPostHandlers(V change)
public abstract ReorderableListController.CustomActionDescription.BaseAction createAction(javax.swing.JComponent component)
createAction in class ReorderableListController.ActionDescriptionprotected abstract javax.swing.Icon getActionIcon()
protected abstract java.lang.String getActionName()
public void setShowText(boolean showText)