Uses of Interface
org.eclnt.workplace.IWorkpageStartInfo
Packages that use IWorkpageStartInfo
-
Uses of IWorkpageStartInfo in org.eclnt.jsfserver.rttools
Methods in org.eclnt.jsfserver.rttools with parameters of type IWorkpageStartInfoModifier and TypeMethodDescriptionvoid
StreamStoreDetailUI.prepare
(IWorkpageStartInfo workpageStartInfo) Workplace preparation. -
Uses of IWorkpageStartInfo in org.eclnt.workplace
Classes in org.eclnt.workplace that implement IWorkpageStartInfoModifier and TypeClassDescriptionclass
In the workplace management there are a couple of places where information is kept which later on is used to start a workpage.class
Represents function in function tree.Methods in org.eclnt.workplace that return IWorkpageStartInfoModifier and TypeMethodDescriptionIWorkpage.getWorkpageStartInfo()
Workpage.getWorkpageStartInfo()
Methods in org.eclnt.workplace with parameters of type IWorkpageStartInfoModifier and TypeMethodDescriptionIWorkpageFunctionExecute.executeFunction
(IWorkpageDispatcher rootDispatcher, IWorkpageStartInfo workpageStartInfo) void
IPrepareByWorkpageStartInfo.prepare
(IWorkpageStartInfo workpageStartInfo) void
IWorkpage.setWorkpageStartInfo
(IWorkpageStartInfo workpageStartInfo) void
Workpage.setWorkpageStartInfo
(IWorkpageStartInfo workpageStartInfo)