Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.maddyhome.idea.vim.group
Class AbstractActionGroup  view AbstractActionGroup download AbstractActionGroup.java

java.lang.Object
  extended bycom.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.


Constructor Summary
AbstractActionGroup()
           
 
Method Summary
 void readData(org.jdom.Element element)
          Allows the group to restore its state and any configuration.
 void saveData(org.jdom.Element element)
          Allows the group to save its state and any configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractActionGroup

public AbstractActionGroup()
Method Detail

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.