< prev index next >

application/org.openjdk.jmc.ui.common/schema/labelingRules.exsd

Print this page


   1 <?xml version='1.0' encoding='UTF-8'?>
   2 <!--   
   3    Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
   4    
   5    DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   6    
   7    The contents of this file are subject to the terms of either the Universal Permissive License 
   8    v 1.0 as shown at http://oss.oracle.com/licenses/upl
   9    
  10    or the following license:
  11    
  12    Redistribution and use in source and binary forms, with or without modification, are permitted
  13    provided that the following conditions are met:
  14    
  15    1. Redistributions of source code must retain the above copyright notice, this list of conditions
  16    and the following disclaimer.
  17    
  18    2. Redistributions in binary form must reproduce the above copyright notice, this list of
  19    conditions and the following disclaimer in the documentation and/or other materials provided with
  20    the distribution.
  21    
  22    3. Neither the name of the copyright holder nor the names of its contributors may be used to
  23    endorse or promote products derived from this software without specific prior written permission.


 171          <meta.section type="implementation"/>
 172       </appInfo>
 173       <documentation>
 174          Implementation note: should we ever grow beyond the capabilities of this, we can always add an optional class attribute taking an 
 175 
 176 interface IConnectionDescriptorVisualizer {
 177 boolean match(IConnectionDescriptor);
 178 String format(IConnectionDescriptor);
 179 Image getIcon();
 180 }
 181 
 182 To which all the important decisions are delegated.
 183       </documentation>
 184    </annotation>
 185 
 186    <annotation>
 187       <appInfo>
 188          <meta.section type="copyright"/>
 189       </appInfo>
 190       <documentation>
 191          Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
 192       </documentation>
 193    </annotation>
 194 
 195 </schema>
   1 <?xml version='1.0' encoding='UTF-8'?>
   2 <!--   
   3    Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
   4    
   5    DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   6    
   7    The contents of this file are subject to the terms of either the Universal Permissive License 
   8    v 1.0 as shown at http://oss.oracle.com/licenses/upl
   9    
  10    or the following license:
  11    
  12    Redistribution and use in source and binary forms, with or without modification, are permitted
  13    provided that the following conditions are met:
  14    
  15    1. Redistributions of source code must retain the above copyright notice, this list of conditions
  16    and the following disclaimer.
  17    
  18    2. Redistributions in binary form must reproduce the above copyright notice, this list of
  19    conditions and the following disclaimer in the documentation and/or other materials provided with
  20    the distribution.
  21    
  22    3. Neither the name of the copyright holder nor the names of its contributors may be used to
  23    endorse or promote products derived from this software without specific prior written permission.


 171          <meta.section type="implementation"/>
 172       </appInfo>
 173       <documentation>
 174          Implementation note: should we ever grow beyond the capabilities of this, we can always add an optional class attribute taking an 
 175 
 176 interface IConnectionDescriptorVisualizer {
 177 boolean match(IConnectionDescriptor);
 178 String format(IConnectionDescriptor);
 179 Image getIcon();
 180 }
 181 
 182 To which all the important decisions are delegated.
 183       </documentation>
 184    </annotation>
 185 
 186    <annotation>
 187       <appInfo>
 188          <meta.section type="copyright"/>
 189       </appInfo>
 190       <documentation>
 191          Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
 192       </documentation>
 193    </annotation>
 194 
 195 </schema>
< prev index next >