<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>IDs on sillysky.net</title>
    <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/ids/</link>
    <description>Recent content in IDs on sillysky.net</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 24 Nov 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/ids/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>CWidgetId</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/ids/cwidgetid/</link>
      <pubDate>Sun, 24 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/ids/cwidgetid/</guid>
      <description>&lt;p&gt;A widget id identifies a widget on the client side.&lt;/p&gt;&#xA;&lt;p&gt;It consists of a widget name and a &lt;a href=&#34;https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/ids/cwidgetsetid/&#34;&gt;widget set ID&lt;/a&gt;, which consists of&#xA;a widget set name and an instance ID.&lt;/p&gt;&#xA;&lt;h2 id=&#34;creation&#34;&gt;Creation&lt;/h2&gt;&#xA;&lt;p&gt;The easiest way is to create a widget ID from the components.&lt;/p&gt;&#xA;&lt;pre class=&#34;ss-javacode&#34;&gt;&lt;code class=&#34;language-java&#34;&gt;@NotNull&#xA;public static &lt;a href=&#34;https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/ids/cwidgetid/&#34;&gt;CWidgetId&lt;/a&gt; create(@Nullable final String aWidgetName,&#xA;                               @Nullable final String aWidgetSetName,&#xA;                               @Nullable final String aInstance);&#xA;&#xA;@NotNull&#xA;public static &lt;a href=&#34;https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/ids/cwidgetid/&#34;&gt;CWidgetId&lt;/a&gt; create(@Nullable final String aWidgetName,&#xA;                               @Nullable final &lt;a href=&#34;https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/ids/cwidgetsetid/&#34;&gt;CWidgetSetId&lt;/a&gt; aWidgetSetId);&lt;/code&gt;&lt;/pre&gt;&#xA;&#xA;&lt;p&gt;The string form of a widget ID is &lt;code&gt;WidgetName.WidgetSetName.InstanceId&lt;/code&gt;.&#xA;Conversely, there is a factory method that generates the widget ID from such a&#xA;string.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CWidgetSetId</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/ids/cwidgetsetid/</link>
      <pubDate>Sun, 24 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/ids/cwidgetsetid/</guid>
      <description>&lt;p&gt;A widget set consists of a group of UI widgets.&lt;br&gt;&#xA;The widget set ID is used to identify such a widget set.&lt;/p&gt;&#xA;&lt;p&gt;A widget set ID consists of any name plus an instance ID. The instance ID is&#xA;used to distinguish widget sets when multiple widget sets of the same ID exist&#xA;on the client. This can certainly happen. The instance ID can be empty;&#xA;however, usually you will just number it.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
