Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Efxclipse/Runtime/e4"

(MWindow)
(General)
Line 29: Line 29:
 
| If you want the stage representing the window created with out any StageStyle.UNDECORATED you should pass true for it
 
| If you want the stage representing the window created with out any StageStyle.UNDECORATED you should pass true for it
 
|}
 
|}
 
=== MPart ===
 
  
 
=== MPartSashContainer ===
 
=== MPartSashContainer ===
 +
 +
=== MPart ===

Revision as of 10:20, 24 June 2013

General

Rendering Tags

Some of the model elements can be enhanced with special kind of values to influence the renderers to provide behavior very specific zu JavaFX

MWindow

Title Slot Value Description
efx.window.scene.3d persistedState boolean If you want to enable depthBuffering in your the windows scene you should pass true here
efx.window.decoration.fxml persistedState url In case you want to show a custom window decoration you should pass an URL to a fxml-File to be used
efx.window.undecorated persistedState boolean If you want the stage representing the window created with out any StageStyle.UNDECORATED you should pass true for it

MPartSashContainer

MPart

Back to the top