public class AppToolbarsFactory extends AppBaseFactory
| Modifier and Type | Field and Description |
|---|---|
protected AppActionFactory |
appActionsFactory |
constraints, userManagerNEW_LINE, OS_NEW_LINE| Constructor and Description |
|---|
AppToolbarsFactory() |
AppToolbarsFactory(AppActionFactory actionFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected org.smyld.gui.SMYLDButton |
createButton(String actionID,
String buttonID,
String icon,
String defString) |
protected org.smyld.gui.SMYLDCheckBox |
createCheckBox(String lblID,
String icon,
String defString) |
protected org.smyld.gui.SMYLDComboBox |
createCombo(String combID,
Object[] vals) |
protected org.smyld.gui.SMYLDLabel |
createLabel(String lblID,
String icon,
String defString) |
org.smyld.gui.SMYLDToolbar |
getToolbar(String toolbarID) |
addConstraint, canUse, canView, hasConstraintdebug, getLenName, insertInstanceValue, printInstanceValues, toStringprotected AppActionFactory appActionsFactory
public AppToolbarsFactory()
public AppToolbarsFactory(AppActionFactory actionFactory)
public org.smyld.gui.SMYLDToolbar getToolbar(String toolbarID)
protected org.smyld.gui.SMYLDComboBox createCombo(String combID, Object[] vals)
protected org.smyld.gui.SMYLDLabel createLabel(String lblID, String icon, String defString)
protected org.smyld.gui.SMYLDCheckBox createCheckBox(String lblID, String icon, String defString)
protected org.smyld.gui.SMYLDButton createButton(String actionID, String buttonID, String icon, String defString)
Copyright © 2019 SMYLD. All rights reserved.