Package net.anwiba.commons.swing.action
Interface IActionConfiguration
-
public interface IActionConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IActionCustomizationgetCustomization()IConsumer<java.lang.Boolean,java.lang.RuntimeException>getEnabledConsumer()IBooleanDistributorgetEnabledDistributor()IObjectDistributor<IGuiIcon>getIconDistributor()IActionProceduregetProcedure()java.beans.PropertyChangeListenergetPropertyChangeListener()IObjectDistributor<java.lang.String>getToolTipTextDistributor()
-
-
-
Method Detail
-
getCustomization
IActionCustomization getCustomization()
-
getEnabledDistributor
IBooleanDistributor getEnabledDistributor()
-
getProcedure
IActionProcedure getProcedure()
-
getIconDistributor
IObjectDistributor<IGuiIcon> getIconDistributor()
-
getToolTipTextDistributor
IObjectDistributor<java.lang.String> getToolTipTextDistributor()
-
getPropertyChangeListener
java.beans.PropertyChangeListener getPropertyChangeListener()
-
getEnabledConsumer
IConsumer<java.lang.Boolean,java.lang.RuntimeException> getEnabledConsumer()
-
-