Package | Description |
---|---|
com.microfocus.zfe.haapi.ps |
Modifier and Type | Field and Description |
---|---|
protected PresentationSpaceEvent.Origin |
PresentationSpaceEvent.origin
The event origin
|
Modifier and Type | Method and Description |
---|---|
PresentationSpaceEvent.Origin |
PresentationSpaceEvent.getEventOrigin()
Returns the event origin, either
PresentationSpaceListener.Origin.USER or
PresentationSpaceListener.PSEventTypeHOST
|
static PresentationSpaceEvent.Origin |
PresentationSpaceEvent.Origin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PresentationSpaceEvent.Origin[] |
PresentationSpaceEvent.Origin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PresentationSpace.addPresentationSpaceListener(PresentationSpaceListener listener,
PresentationSpaceEvent.Origin... origin)
Registers a listener to receive presentation space events from this
PresentationSpace instance.
|
Constructor and 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) |
PresentationSpaceEvent(PresentationSpace ps,
PresentationSpaceEvent.Origin origin)
Constructor for generating a new PresentationSpaceEvent with a specific
origin.
|
Copyright © 2020 Micro Focus. All rights reserved.