StyleView.java | Class | Style Editing View.
StyleView is responsible for allowing the user to choose between applicable StyleConfigurators
for the current blackboard.
What does this mean?
- Listens to any workbench selection and will engage when a Layer is selected
- Will use both the Layer.getResource and StyleBlackboard when figuring out which
StyleConfigurators are applicable
- Will display a select control in the viewpart toolbar if their is more then one to choose
from, if there is only one a Label showing the StyleConfigurator name will be shown.
- The StyleConfigurator will be supplied with the Layer & Blackboard to edit, note this is
not* the same black board as used by the Layer for live rendering!
- Is responsible for applying any changes to the Blackboard, this is done using an apply
button on the viewpart toolbar.
|