<?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 -- gohugo.io</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>A widget id identifies a widget on the client side.&#xA;It consists of a widget name and a widget set ID, which consists of a widget set name and an instance ID.&#xA;Creation The easiest way is to create a widget ID from the components.&#xA;@NotNull public static CWidgetId create(@Nullable final String aWidgetName, @Nullable final String aWidgetSetName, @Nullable final String aInstance); @NotNull public static CWidgetId create(@Nullable final String aWidgetName, @Nullable final CWidgetSetId aWidgetSetId); The string form of a widget ID is WidgetName.</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>A widget set consists of a group of UI widgets.&#xA;The widget set ID is used to identify such a widget set.&#xA;A widget set ID consists of any name plus an instance ID. The instance ID is used to distinguish widget sets when multiple widget sets of the same ID exist on the client. This can certainly happen. The instance ID can be empty; however, usually you will just number it.</description>
    </item>
  </channel>
</rss>
