blob: 72b1238e46741a780584a0114f8eebd59feaba9f [file] [log] [blame]
<?xml version="1.0" encoding="ASCII"?>
<application:MApplication xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:application="http://www.eclipse.org/ui/2008/Application" xsi:schemaLocation="http://www.eclipse.org/ui/2008/Application ../org.eclipse.e4.ui.model.workbench/model/Application.ecore">
<windows x="100" y="100" width="800" height="600">
<menu>
<items xsi:type="application:MMenuItem" name="File">
<menu>
<items xsi:type="application:MMenuItem" name="Create Album" command="//@command.0"/>
<items xsi:type="application:MMenuItem" iconURI="" name="---" separator="true"/>
<items xsi:type="application:MMenuItem" iconURI="" name="Exit" command="//@command.1"/>
</menu>
</items>
<items xsi:type="application:MMenuItem" name="Edit">
<menu>
<items xsi:type="application:MMenuItem" iconURI="" name="Exit" command="//@command.1"/>
</menu>
</items>
<items xsi:type="application:MMenuItem" name="Help">
<menu>
<items xsi:type="application:MMenuItem" iconURI="" name="Exit" command="//@command.1"/>
</menu>
</items>
</menu>
<children policy="VerticalComposite">
<toolBar>
<items xsi:type="application:MToolBarItem" name="Create Album" command="//@command.0"/>
</toolBar>
<children xsi:type="application:MSashForm" policy="HorizontalSash">
<children xsi:type="application:MSashForm" policy="VerticalSash">
<children xsi:type="application:MStack">
<children xsi:type="application:MContributedPart" name="Library" tooltip="Library" URI="platform:/plugin/org.eclipse.e4.demo.e4photo/org.eclipse.e4.demo.e4photo.Library"/>
</children>
<children xsi:type="application:MStack">
<children xsi:type="application:MContributedPart" name="Location" tooltip="Location" URI="platform:/plugin/org.eclipse.e4.demo.e4photo/org.eclipse.e4.demo.e4photo.Location"/>
</children>
</children>
<children xsi:type="application:MSashForm" policy="VerticalSash">
<children xsi:type="application:MContributedPart" name="Preview" tooltip="Preview" URI="platform:/plugin/org.eclipse.e4.demo.e4photo/org.eclipse.e4.demo.e4photo.Preview"/>
<children xsi:type="application:MStack">
<children xsi:type="application:MContributedPart" name="Thumbnails" tooltip="Thumbnails" URI="platform:/plugin/org.eclipse.e4.demo.e4photo/org.eclipse.e4.demo.e4photo.Thumbnails"/>
<children xsi:type="application:MContributedPart" name="Exif" tooltip="Exif" URI="platform:/plugin/org.eclipse.e4.demo.e4photo/org.eclipse.e4.demo.e4photo.ExifTable"/>
</children>
<weights>70</weights>
<weights>30</weights>
</children>
<weights>30</weights>
<weights>70</weights>
</children>
</children>
<handlers URI="platform:/plugin/org.eclipse.e4.demo.e4photo/org.eclipse.e4.demo.e4photo.ExitHandler" command="//@command.1"/>
<handlers URI="platform:/plugin/org.eclipse.e4.demo.e4photo/org.eclipse.e4.demo.e4photo.NewProjectHandler" command="//@command.0"/>
</windows>
<command id="e4photo.newProject"/>
<command id="e4photo.exit"/>
</application:MApplication>