net.sf.sdedit.ui.components.buttons
Class EnableComponents

java.lang.Object
  extended by net.sf.sdedit.ui.components.buttons.EnableComponents
All Implemented Interfaces:
ActionListener, EventListener

public final class EnableComponents
extends Object
implements ActionListener


Constructor Summary
EnableComponents()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void enableComponents()
           
 void registerButton(JComponent comp, Activator activator)
           
 void registerConfigurationAction(ConfigurationAction<?> action, AbstractButton button)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnableComponents

public EnableComponents()
Method Detail

enableComponents

public void enableComponents()

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

registerButton

public void registerButton(JComponent comp,
                           Activator activator)

registerConfigurationAction

public void registerConfigurationAction(ConfigurationAction<?> action,
                                        AbstractButton button)


Copyright © 2011. All Rights Reserved.