com.japisoft.xmlpad
Interface IXMLPanel
- All Known Implementing Classes:
- XMLContainer
- public interface IXMLPanel
Here an interface for using the XMLContainer
. It gives the
ability to manages several XMLContainer for one view.
- Version:
- 1.0
- Author:
- (c) 2003 JAPISoft / Alexandre Brillant
getMainContainer
public XMLContainer getMainContainer()
- Returns:
- the current container
getSubContainer
public XMLContainer getSubContainer(java.lang.String type)
- Returns:
- another container for this document type
getView
public javax.swing.JComponent getView()
- Returns:
- the global ui view
setProperty
public void setProperty(java.lang.String name,
java.lang.Object content)
- reset a component property
getProperty
public java.lang.Object getProperty(java.lang.String name)
- Returns:
- a property value
getProperty
public java.lang.Object getProperty(java.lang.String name,
java.lang.Object def)
- Returns:
- a property value of the default one
getProperties
public java.util.Iterator getProperties()
- Returns:
- a list of properties