public class PaneDescription extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaneDescription.Layout
Layout description.
|
| Constructor and Description |
|---|
PaneDescription(String xmlString)
Creates a new PaneDescription by reading the PaneLayoutString property of a mask.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getClient() |
PaneDescription.Layout |
getLayout() |
int |
getPaneCount() |
public PaneDescription(String xmlString) throws SAXException, IOException, ParserConfigurationException
xmlString - CodeJock XML stringParserConfigurationException - when the XML parser was not configured properlyIOException - IOException when reading the XML dataSAXException - when parsing the XML data failedpublic final PaneDescription.Layout getLayout()
public final int getPaneCount()
public final int getClient()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.