Class NullActionFactory
java.lang.Object
ch.tocco.nice2.netui.impl.actions.entityoperation.NullActionFactory
- All Implemented Interfaces:
ActionFactory
-
Field Summary
Fields inherited from interface ch.tocco.nice2.netui.spi.actions.ActionFactory
DISABLE_ACTION, HIGH_PRIORITY, LOW_PRIORITY, PERFORM_DENIED_KEY, REMOVE_ACTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateActions(Situation situation) Create a newActionGroupModelfor the specified situation.
-
Constructor Details
-
NullActionFactory
public NullActionFactory()
-
-
Method Details
-
createActions
Description copied from interface:ActionFactoryCreate a newActionGroupModelfor the specified situation.- Specified by:
createActionsin interfaceActionFactory- Returns:
nullif this factory provides no actions for this situation.
-