public class AppActionFactory extends AppBaseFactory
| Modifier and Type | Field and Description |
|---|---|
org.smyld.gui.event.ActionHandler |
actionHandler |
protected org.smyld.gui.Actions |
actions |
protected HashMap<String,org.smyld.app.pe.model.gui.PEAction> |
pactions |
constraints, userManagerNEW_LINE, OS_NEW_LINE| Constructor and Description |
|---|
AppActionFactory(org.smyld.gui.event.ActionHandler newActionHandler) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canUse(org.smyld.gui.GUIAction action) |
boolean |
canView(org.smyld.gui.GUIAction action) |
protected void |
creatActions() |
org.smyld.app.pe.model.gui.PEAction |
getAction(String actionID) |
org.smyld.gui.event.ActionHandler |
getHandler() |
addConstraint, canUse, canView, hasConstraintdebug, getLenName, insertInstanceValue, printInstanceValues, toStringpublic org.smyld.gui.event.ActionHandler actionHandler
protected org.smyld.gui.Actions actions
protected HashMap<String,org.smyld.app.pe.model.gui.PEAction> pactions
public AppActionFactory(org.smyld.gui.event.ActionHandler newActionHandler)
protected void creatActions()
public org.smyld.gui.event.ActionHandler getHandler()
public org.smyld.app.pe.model.gui.PEAction getAction(String actionID)
public boolean canUse(org.smyld.gui.GUIAction action)
public boolean canView(org.smyld.gui.GUIAction action)
Copyright © 2019 SMYLD. All rights reserved.