|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container javax.swing.JComponent javax.swing.JPanel cz.cuni.mff.ksi.jinfer.base.objects.AbstractPropertiesPanel cz.cuni.mff.ksi.jinfer.xsdimporter.properties.XSDImportPropertiesPanel
public class XSDImportPropertiesPanel
Properties panel of the XSD Importer module. The "Parser" setting selects whether SAX or DOM parser is used. The "Log level" setting determines the minimal priority for a message from this module to be logged. If "Stop on error" checkbox is set, parsing halts on the first error; if it's not set, then the file that caused the error is simply skipped and not imported. The "Verbose" setting enables logging of some additional messages like imported rules etc.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
---|---|
static String |
LOG_LEVEL_DEFAULT
|
static String |
LOG_LEVEL_PROP
Property name of the selected logging level setting. |
static String |
PANEL_DISPLAY_NAME
Name of the panel as displayed in project properties. |
static String |
PANEL_NAME
Internal name of the panel. |
static int |
PANEL_PRIORITY
Sorting priority of the panel. |
static String |
PARSER_DEFAULT
|
static String |
PARSER_PROP
Property name of the selected parser. |
static String |
STOP_ON_ERROR_DEFAULT
|
static String |
STOP_ON_ERROR_PROP
Property name of the stop on error setting. |
static String |
VERBOSE_INFO_DEFAULT
|
static String |
VERBOSE_INFO_PROP
Property name of the verbose info setting. |
Fields inherited from class cz.cuni.mff.ksi.jinfer.base.objects.AbstractPropertiesPanel |
---|
properties |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
XSDImportPropertiesPanel(Properties properties)
Creates new form XSDImportPropertiesPanel |
Method Summary | |
---|---|
void |
load()
Method used to load data from properties to panel. |
void |
store()
Method used to store data from panel to properties. |
Methods inherited from class cz.cuni.mff.ksi.jinfer.base.objects.AbstractPropertiesPanel |
---|
getProperties |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PANEL_NAME
public static final String PANEL_DISPLAY_NAME
public static final int PANEL_PRIORITY
public static final String PARSER_PROP
public static final String PARSER_DEFAULT
public static final String STOP_ON_ERROR_PROP
public static final String STOP_ON_ERROR_DEFAULT
public static final String VERBOSE_INFO_PROP
public static final String VERBOSE_INFO_DEFAULT
public static final String LOG_LEVEL_PROP
public static final String LOG_LEVEL_DEFAULT
Constructor Detail |
---|
public XSDImportPropertiesPanel(Properties properties)
Method Detail |
---|
public void store()
AbstractPropertiesPanel
store
in class AbstractPropertiesPanel
public void load()
AbstractPropertiesPanel
load
in class AbstractPropertiesPanel
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |