Uses of Interface
com.microfocus.zfe.haapi.ps.PresentationSpace
-
Packages that use PresentationSpace Package Description com.microfocus.zfe.haapi com.microfocus.zfe.haapi.ps -
-
Uses of PresentationSpace in com.microfocus.zfe.haapi
Methods in com.microfocus.zfe.haapi that return PresentationSpace Modifier and Type Method Description PresentationSpaceSession. getPresentationSpace()Returns the presentation space object associated with the session. -
Uses of PresentationSpace in com.microfocus.zfe.haapi.ps
Fields in com.microfocus.zfe.haapi.ps declared as PresentationSpace Modifier and Type Field Description protected PresentationSpacePresentationSpaceEvent. psMethods in com.microfocus.zfe.haapi.ps that return PresentationSpace Modifier and Type Method Description PresentationSpaceField. getPresentationSpace()Returns the PresentationSpace instance which contains this fieldPresentationSpaceFieldList. getPresentationSpace()Returns the PresentationSpace instance which created this field listPresentationSpacePresentationSpaceErrorEvent. getPresentationSpace()PresentationSpacePresentationSpaceEvent. getPresentationSpace()Returns the PresentationSpace that generated the eventConstructors in com.microfocus.zfe.haapi.ps with parameters of type PresentationSpace Constructor Description ContentChangedEvent(PresentationSpace ps, PresentationSpaceEvent.Origin origin, Position position, List<DataCell> cells)CursorChangedEvent(PresentationSpace ps, PresentationSpaceEvent.Origin origin, boolean visible, Position pos)Constructor for generating a new CursorEvent.MetricsChangedEvent(PresentationSpace ps, PresentationSpaceEvent.Origin origin, int rows, int cols)PresentationSpaceErrorEvent(PresentationSpace ps, PresentationSpaceException pse)Creates a new instance of this event object.PresentationSpaceEvent(PresentationSpace ps, PresentationSpaceEvent.Origin origin)Constructor for generating a new PresentationSpaceEvent with a specific origin.
-