Uses of Interface
net.sf.jguiraffe.gui.builder.utils.GUISynchronizer
-
Packages that use GUISynchronizer Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found.net.sf.jguiraffe.gui.cmd This package contains the implementation of the Command pattern. -
-
Uses of GUISynchronizer in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app that return GUISynchronizer Modifier and Type Method Description GUISynchronizerApplication. getGUISynchronizer()Returns theGUISynchronizerobject used by this application.GUISynchronizerApplicationContext. getGUISynchronizer()Returns the GUI synchronizer.GUISynchronizerApplicationContextImpl. getGUISynchronizer()Returns theGUISynchronizer.Methods in net.sf.jguiraffe.gui.app with parameters of type GUISynchronizer Modifier and Type Method Description voidApplication. setGUISynchronizer(GUISynchronizer sync)Sets theGUISynchronizerobject to be used by this application. -
Uses of GUISynchronizer in net.sf.jguiraffe.gui.cmd
Methods in net.sf.jguiraffe.gui.cmd that return GUISynchronizer Modifier and Type Method Description GUISynchronizerCommandQueue. getGUISynchronizer()Returns theGUISynchronizerthat is used by this command queue.GUISynchronizerCommandQueueImpl. getGUISynchronizer()Returns theGUISynchronizer.Methods in net.sf.jguiraffe.gui.cmd with parameters of type GUISynchronizer Modifier and Type Method Description voidCommandQueue. setGUISynchronizer(GUISynchronizer sync)Sets theGUISynchronizerto be used by this command queue.voidCommandQueueImpl. setGUISynchronizer(GUISynchronizer sync)Sets theGUISynchronizer.Constructors in net.sf.jguiraffe.gui.cmd with parameters of type GUISynchronizer Constructor Description CommandQueueImpl(GUISynchronizer sync)Creates a new instance ofCommandQueueand initializes it with theGUISynchronizer.CommandQueueImpl(GUISynchronizer sync, ExecutorService execSrvc)Creates a new instance ofCommandQueueImpland initializes it with theGUISynchronizerand theExecutorServiceto be used.
-