public class Actions extends HashMap<String,GUIAction>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Actions() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(GUIAction newAction) |
void |
deleteAction(GUIAction action) |
void |
deleteAction(String actionID) |
GUIAction |
getAction(String actionID) |
boolean |
isActionExist(GUIAction targetAction) |
boolean |
isActionExist(String targetActionID) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic void addAction(GUIAction newAction)
public boolean isActionExist(GUIAction targetAction)
public boolean isActionExist(String targetActionID)
public void deleteAction(String actionID)
public void deleteAction(GUIAction action)
Copyright © 2019 com.github.mfjamil. All rights reserved.