• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/tags/Shoola_3.0_M3/config/treeviewer.xml

Revision 3005, 0.9 kB (checked in by jburel, 3 years ago)

initial commit

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<agent name="Tree Viewer">
3   <resources>
4     <iconFactories>
5        <!-- This entry is turned into an instance of:
6       org.openmicroscopy.shoola.env.config.IconFactory
7       This object can then be used to retrieve any image file within
8       the directory pointed by the location tag. -->
9       <structuredEntry name="/resources/icons/Factory" type = "icons">
10         <!-- The location tag specifies the FQN of the package that contains
11         the icon files. -->
12         <location>org.openmicroscopy.shoola.agents.treeviewer.graphx</location>
13       </structuredEntry>
14
15     </iconFactories>
16     <fonts>
17       <!-- This entry is turned into an instance of java.awt.Font. --> 
18       <structuredEntry name="/resources/fonts/Titles" type="font">
19         <family>SansSerif</family>
20         <size>12</size>
21         <style>bold</style>
22       </structuredEntry>
23     </fonts>
24</resources>
25</agent>
Note: See TracBrowser for help on using the browser.

Download in other formats:

  • Plain Text
  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/