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 GUISynchronizer
Application. getGUISynchronizer()
Returns theGUISynchronizer
object used by this application.GUISynchronizer
ApplicationContext. getGUISynchronizer()
Returns the GUI synchronizer.GUISynchronizer
ApplicationContextImpl. getGUISynchronizer()
Returns theGUISynchronizer
.Methods in net.sf.jguiraffe.gui.app with parameters of type GUISynchronizer Modifier and Type Method Description void
Application. setGUISynchronizer(GUISynchronizer sync)
Sets theGUISynchronizer
object 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 GUISynchronizer
CommandQueue. getGUISynchronizer()
Returns theGUISynchronizer
that is used by this command queue.GUISynchronizer
CommandQueueImpl. getGUISynchronizer()
Returns theGUISynchronizer
.Methods in net.sf.jguiraffe.gui.cmd with parameters of type GUISynchronizer Modifier and Type Method Description void
CommandQueue. setGUISynchronizer(GUISynchronizer sync)
Sets theGUISynchronizer
to be used by this command queue.void
CommandQueueImpl. 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 ofCommandQueue
and initializes it with theGUISynchronizer
.CommandQueueImpl(GUISynchronizer sync, ExecutorService execSrvc)
Creates a new instance ofCommandQueueImpl
and initializes it with theGUISynchronizer
and theExecutorService
to be used.
-