public interface PVDisplay
Modifier and Type | Method and Description |
---|---|
boolean |
attach(PVField pvField)
Attempt to attach to a display field.
|
void |
detach()
Remove attachment to display field.
|
void |
get(Display display)
Get the Display.
|
boolean |
isAttached()
Is this attached to a display structure.
|
boolean |
set(Display display)
Set the display.
|
boolean attach(PVField pvField)
pvField
- The field for which to find a display field,void detach()
boolean isAttached()
void get(Display display)
boolean set(Display display)
display
- The new value.Copyright © 2014. All Rights Reserved.