Exemplo n.º 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 DeleteCol(TablePlugin plugin) {
   super(NAME, new Command(NAME), Strings.INSTANCE.deleteCol(), plugin);
 }