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 PresentationSpace
Session. 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 PresentationSpace
PresentationSpaceEvent. ps
Methods in com.microfocus.zfe.haapi.ps that return PresentationSpace Modifier and Type Method Description PresentationSpace
Field. getPresentationSpace()
Returns the PresentationSpace instance which contains this fieldPresentationSpace
FieldList. getPresentationSpace()
Returns the PresentationSpace instance which created this field listPresentationSpace
PresentationSpaceErrorEvent. getPresentationSpace()
PresentationSpace
PresentationSpaceEvent. 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.
-