public abstract class ReminderHookBase extends PermanentNodeHookAdapter
| Modifier and Type | Class and Description |
|---|---|
class |
ReminderHookBase.TimerBlinkTask |
MindMapHook.PluginBaseClassSearcher| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLUGIN_LABEL |
static java.lang.String |
REMINDUSERAT |
PARAMETERSlogger| Constructor and Description |
|---|
ReminderHookBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
displayState(int stateAdded,
MindMapNode pNode,
boolean recurse) |
long |
getRemindUserAt() |
int |
getRemindUserAtAsSecondsFromNow() |
java.lang.String |
getStateKey() |
void |
invoke(MindMapNode node)
Is called after creation:
|
void |
loadFrom(XMLElement child) |
protected abstract void |
nodeRefresh(MindMapNode node) |
void |
save(XMLElement xml) |
void |
setRemindUserAt(long remindUserAt) |
protected abstract void |
setToolTip(MindMapNode node,
java.lang.String key,
java.lang.String value) |
void |
shutdownMapHook()
This method is also called, if the node, this hook belongs to, is removed
from the map.
|
deregisterFilter, executeTransaction, filterAction, loadNameValuePairs, onAddChild, onAddChildren, onFocusNode, onLostFocusNode, onNewChild, onRemoveChild, onRemoveChildren, onUpdateChildrenHook, onUpdateNodeHook, onViewCreatedHook, onViewRemovedHook, processUnfinishedLinks, registerFilter, saveHtml, saveNameValuePairs, setToolTipgetMap, getNode, getNodeId, nodeChanged, setMap, setNodegetController, getName, getPluginBaseClass, getProperties, getResource, getResourceString, obtainFocusForSelected, setController, setName, setPluginBaseClass, setProperties, startupMapHookclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getPluginBaseClass, getResourceString, setController, setName, setPluginBaseClass, setProperties, startupMapHookpublic static final java.lang.String PLUGIN_LABEL
public static final java.lang.String REMINDUSERAT
public void loadFrom(XMLElement child)
loadFrom in interface PermanentNodeHookloadFrom in class PermanentNodeHookAdapterpublic void save(XMLElement xml)
save in interface PermanentNodeHooksave in class PermanentNodeHookAdapterpublic void shutdownMapHook()
MindMapHookshutdownMapHook in interface MindMapHookshutdownMapHook in class PermanentNodeHookAdapterpublic void invoke(MindMapNode node)
NodeHookinvoke in interface NodeHookinvoke in class NodeHookAdapterpublic void displayState(int stateAdded,
MindMapNode pNode,
boolean recurse)
protected abstract void nodeRefresh(MindMapNode node)
protected abstract void setToolTip(MindMapNode node, java.lang.String key, java.lang.String value)
setToolTip in class PermanentNodeHookAdapterpublic long getRemindUserAt()
public int getRemindUserAtAsSecondsFromNow()
public void setRemindUserAt(long remindUserAt)
public java.lang.String getStateKey()