|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertiesPanelProvider
PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
Method Summary | |
---|---|
String |
getDisplayName()
Gets display name of category. |
String |
getName()
Gets a programmatic name of category. |
AbstractPropertiesPanel |
getPanel(Properties properties)
Gets a panel for category. |
String |
getParent()
Get Id of parent category for this category. |
int |
getPriority()
Gets priority by which is sorted category in jInfer Project properties. |
List<VirtualCategoryPanel> |
getSubCategories()
Get List of all children virtual categories of this category. |
Method Detail |
---|
AbstractPropertiesPanel getPanel(Properties properties)
properties
- Properties used to store and load data to panel.
String getName()
String getDisplayName()
int getPriority()
String getParent()
List<VirtualCategoryPanel> getSubCategories()
VirtualCategoryPanel
VirtualCategoryPanel
of all children virtual categories.
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |