java.lang.Object
com.maddyhome.idea.vim.group.AbstractActionGroup
- All Implemented Interfaces:
- ActionGroup
- Direct Known Subclasses:
- ChangeGroup, CopyGroup, FileGroup, MacroGroup, MarkGroup, MotionGroup, ProcessGroup, RegisterGroup, SearchGroup
- public abstract class AbstractActionGroup
- extends java.lang.Object
- implements ActionGroup
This base class provides empty implemtations for the interface methods.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractActionGroup
public AbstractActionGroup()
saveData
public void saveData(org.jdom.Element element)
- Allows the group to save its state and any configuration. This does nothing.
- Specified by:
saveData in interface ActionGroup
readData
public void readData(org.jdom.Element element)
- Allows the group to restore its state and any configuration. This does nothing.