public interface EditorPopupModel
| Modifier and Type | Method and Description |
|---|---|
int |
getCategoriesCount() |
EditorPopupItemCategory |
getCategory(String categID) |
EditorPopupItemCategory |
getCategoryAt(int index) |
Formula |
getFormulaAt(int index) |
String |
getFormulaParameterValue(String paramName) |
int |
getFormulasCount() |
EditorPopupItem |
getItemAt(int index) |
EditorPopupItem |
getItemForCategory(String categID,
String itemName) |
int |
getItemsCount() |
String |
processFormula(Formula formula) |
EditorPopupItem getItemAt(int index)
int getItemsCount()
EditorPopupItemCategory getCategoryAt(int index)
int getCategoriesCount()
EditorPopupItemCategory getCategory(String categID)
EditorPopupItem getItemForCategory(String categID, String itemName)
Formula getFormulaAt(int index)
int getFormulasCount()
Copyright © 2019 com.github.mfjamil. All rights reserved.