public interface EditorContextProvider
| Modifier and Type | Method and Description |
|---|---|
Channel |
getChannel()
Access the channel where the editor is running (e.g.
|
Optional<OperatingSystem> |
getOperatingSystem()
Access the operating system where the editor is running (e.g.
|
boolean |
isReadOnly()
Checks if the editor is in read only mode.
|
Channel getChannel()
Optional<OperatingSystem> getOperatingSystem()
boolean isReadOnly()
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.