示例#1
0
 /**
  * Initialize the feature. Table features needs to be aware of the plug-in (here the
  * ClickListener) since they hold their own PushButton.
  *
  * @param plugin table plug-in.
  */
 public InsertTable(TablePlugin plugin) {
   super(NAME, new Command(NAME), Strings.INSTANCE.insertTable(), plugin);
   insertBlockHTMLExecutable = new InsertBlockHTMLExecutable(rta);
 }