org.granite.client.tide.javafx
Class TideFXMLLoader

java.lang.Object
  extended by org.granite.client.tide.javafx.TideFXMLLoader

public class TideFXMLLoader
extends Object

Author:
William DRAI

Nested Class Summary
static class TideFXMLLoader.ControllerFactory
           
 
Constructor Summary
TideFXMLLoader()
           
 
Method Summary
static Object load(Context context, String url, Class<?> controllerClass)
           
static Object load(String url, Object controller)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TideFXMLLoader

public TideFXMLLoader()
Method Detail

load

public static Object load(Context context,
                          String url,
                          Class<?> controllerClass)
                   throws IOException
Throws:
IOException

load

public static Object load(String url,
                          Object controller)
                   throws IOException
Throws:
IOException