Package org.jdesktop.swingx.editors
Class PainterUtil.PersistenceOwner
- java.lang.Object
-
- org.jdesktop.swingx.editors.PainterUtil.PersistenceOwner
-
- Enclosing class:
- PainterUtil
public static class PainterUtil.PersistenceOwner extends Object
-
-
Constructor Summary
Constructors Constructor Description PersistenceOwner(URL baseURL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
fromXMLURL(String url)
URL
getBaseURL()
String
toXMLURL(String url)
-
-
-
Constructor Detail
-
PersistenceOwner
public PersistenceOwner(URL baseURL)
-
-
Method Detail
-
getBaseURL
public URL getBaseURL()
-
fromXMLURL
public String fromXMLURL(String url) throws MalformedURLException
- Throws:
MalformedURLException
-
-