Syntax to DI AnchorPane [message #1705625] |
Mon, 17 August 2015 18:31  |
Eclipse User |
|
|
|
I did a search on this forum but could not find an example of the syntax to override the default "Container:AnchorPane " using injection. If I understand correctly, as per this (https://wiki.eclipse.org/Efxclipse/Runtime/e4) link, it is possible.
What imports, if any, are needed and how do I tell DI to override the default "BorderPane" with the "AnchorPane"?
I tried the following but they did not work.
public EtherColumn(@Container:AnchorPane) parent, final MApplication application) {
and this ....
public EtherColumn(@Container(AnchorPane) parent, final MApplication application) {
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06908 seconds