Lines Matching refs:resource

39 /** A resource id uses a set of URLs to unambiguously specify a resource of
42 command groups. One URL describes the type of the actual resource. A
44 the resource it is bound to. The anchor typically is a pane (for
46 <p>The resource URL may be empty. In this case the anchor is empty,
47 too. Such an empty resource id does not describe a resource but rather
50 <p>The resource URL may have arguments that are passed to the factory
56 /** Return the URL of the resource. Arguments supplied on creation are
61 /** Return an URL object of the resource URL that may contain arguments.
70 /** Return a new XResourceId that represents the anchor resource.
76 resource, while the one in position i+1 is the direct anchor of the
81 /** Return the type prefix of the resource URL. This includes all up to
88 <p>The two resource ids A and B are compared so that if A<B (return
94 higher level two resource ids are compared via a lexicographic order
95 defined on the URLS. So when there are two resource ids A1.A2
100 The resource id to which the called resource id is compared.
102 Returns <const>0</const> when the called resource id is
103 equivalent to the given resource id. Returns <code>-1</code> or
104 <code>+1</code> when the two compared resource ids differ.
109 /** Return whether the anchor of the called resource id object
110 represents the same resource as the given object.
112 account. The whole object, including the resource URL, is
113 interpreted as anchor resource.</p>
115 The resource id of the anchor.
117 This mode specifies how the called resource has to be bound to
119 <p>If eMode is <const>DIRECT</const> then the anchor of the called resource id
122 of the anchor of the called resource.
128 /** Return whether the anchor of the called resource id object
129 represents the same resource as the given anchor URL. This is a
134 The resource URL of the anchor.
136 This mode specifies how the called resource has to be bound to
145 /** Return a copy of the called resource id. The caller becomes the