|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.mff.ksi.jinfer.basicxsd.properties.PropertiesPanelProviderImpl
public class PropertiesPanelProviderImpl
Properties panel provider of the XSD Exporter module.
Field Summary | |
---|---|
static String |
EXPORTER_CATEGORY
|
Constructor Summary | |
---|---|
PropertiesPanelProviderImpl()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String EXPORTER_CATEGORY
Constructor Detail |
---|
public PropertiesPanelProviderImpl()
Method Detail |
---|
public AbstractPropertiesPanel getPanel(Properties properties)
PropertiesPanelProvider
getPanel
in interface PropertiesPanelProvider
properties
- Properties used to store and load data to panel.
public String getName()
PropertiesPanelProvider
getName
in interface PropertiesPanelProvider
public String getDisplayName()
PropertiesPanelProvider
getDisplayName
in interface PropertiesPanelProvider
public int getPriority()
PropertiesPanelProvider
getPriority
in interface PropertiesPanelProvider
public String getParent()
PropertiesPanelProvider
getParent
in interface PropertiesPanelProvider
public List<VirtualCategoryPanel> getSubCategories()
PropertiesPanelProvider
VirtualCategoryPanel
getSubCategories
in interface PropertiesPanelProvider
VirtualCategoryPanel
of all children virtual categories.
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |