Class ShowTextAction

Synopsis

 public class ShowTextAction extends AbstractAction {
  public ShowTextAction(UIConfig config);
  public void actionPerformed(ActionEvent e);
}

Methods inherited from javax.swing.AbstractAction: addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled

Methods inherited from java.lang.Object: equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait

Inheritance Path. java.lang.Object-> javax.swing.AbstractAction-> org.kaiwitte.workbench.ui.controller.ShowTextAction

ShowTextAction(UIConfig)

Synopsis: public ShowTextAction(org.kaiwitte.workbench.ui.UIConfig config);

Defines an Action object with the specified description string and a the specified icon.