public class XMLPropertyEditor
extends com.l2fprod.common.beans.editor.AbstractPropertyEditor
| Modifier and Type | Field and Description |
|---|---|
protected javax.swing.JButton |
button |
protected java.lang.String |
contentType |
protected javax.swing.JDialog |
dialog |
protected java.lang.String |
helpText |
protected java.lang.String |
rootElement |
protected java.lang.String |
smallMsg |
protected java.lang.String |
title |
protected java.lang.String |
xmlStr |
| Constructor and Description |
|---|
XMLPropertyEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildUI() |
javax.xml.validation.Schema |
getSchema() |
java.lang.Object |
getValue() |
static void |
main(java.lang.String[] args) |
void |
setValue(java.lang.Object arg0) |
protected java.lang.String title
protected java.lang.String rootElement
protected javax.swing.JButton button
protected java.lang.String xmlStr
protected java.lang.String helpText
protected java.lang.String contentType
protected java.lang.String smallMsg
protected javax.swing.JDialog dialog
protected void buildUI()
public java.lang.Object getValue()
getValue in interface java.beans.PropertyEditorgetValue in class com.l2fprod.common.beans.editor.AbstractPropertyEditorpublic void setValue(java.lang.Object arg0)
setValue in interface java.beans.PropertyEditorsetValue in class com.l2fprod.common.beans.editor.AbstractPropertyEditorpublic javax.xml.validation.Schema getSchema()
public static void main(java.lang.String[] args)
Copyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.