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
-
Method Summary
Modifier and TypeMethodDescriptioncreateActions
(Situation situation) Create a newActionGroupModel
for the specified situation.
-
Constructor Details
-
NullActionFactory
public NullActionFactory()
-
-
Method Details
-
createActions
Description copied from interface:ActionFactory
Create a newActionGroupModel
for the specified situation.- Specified by:
createActions
in interfaceActionFactory
- Returns:
null
if this factory provides no actions for this situation.
-