22 package com.realtime.crossfire.jxclient.skin.source;
25 import java.io.IOException;
26 import java.io.InputStream;
27 import org.jetbrains.annotations.NotNull;
42 InputStream
getInputStream(@NotNull String name)
throws IOException;
50 String
getURI(@NotNull String name);
String getURI(@NotNull String name)
Returns a description of the location of a resource name.
InputStream getInputStream(@NotNull String name)
Returns an InputStream for a resource name.
Defines a JXClient skin consisting of a main Gui and zero or more dialog Guis.
Interface for providers of JXCSkin sources.