Uses of Class
de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
-
Packages that use AbstractTransferableGUIContext Package Description de.aristaflow.adept2.ui.htmlgui de.aristaflow.adept2.ui.remotegui -
-
Uses of AbstractTransferableGUIContext in de.aristaflow.adept2.ui.htmlgui
Subclasses of AbstractTransferableGUIContext in de.aristaflow.adept2.ui.htmlgui Modifier and Type Class Description class
TransferredURLContext
A simple implementation of the transfer object for aURLContext
. -
Uses of AbstractTransferableGUIContext in de.aristaflow.adept2.ui.remotegui
Constructors in de.aristaflow.adept2.ui.remotegui with parameters of type AbstractTransferableGUIContext Constructor Description AbstractTransferableGUIContext(AbstractTransferableGUIContext context)
Creates a new instance of the base implementation of aTransferableGUIContext
having the fields of the designated GUI context.
-