<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Auxiliary classes and events on sillysky.net</title>
    <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/</link>
    <description>Recent content in Auxiliary classes and events on sillysky.net</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 11 Dec 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>CEventTreeNode</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventtreenode/</link>
      <pubDate>Wed, 11 Dec 2024 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventtreenode/</guid>
      <description>&lt;p&gt;This class describes a node in a TreeView. This node is identified by an ID&#xA;string. It can contain a text and an icon.&lt;/p&gt;&#xA;&lt;p&gt;Some attributes can be set for the node:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;foreground color&lt;/li&gt;&#xA;&lt;li&gt;background color&lt;/li&gt;&#xA;&lt;li&gt;border&lt;/li&gt;&#xA;&lt;li&gt;font&lt;/li&gt;&#xA;&lt;li&gt;tool tip&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;In addition, each TreeNode can have children nodes.&lt;/p&gt;&#xA;&lt;h2 id=&#34;constructor&#34;&gt;Constructor&lt;/h2&gt;&#xA;&lt;p&gt;The constructor gets the ID, the text and the icon of the TreeNode.&lt;/p&gt;&#xA;&lt;pre class=&#34;ss-javacode&#34;&gt;&lt;code class=&#34;language-java&#34;&gt;&lt;a href=&#34;https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventtreenode/&#34;&gt;CEventTreeNode&lt;/a&gt;(@NotNull final String aId,&#xA;               @NotNull final String aDisplayedText,&#xA;               @Nullable final &lt;a href=&#34;https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventicon/&#34;&gt;CEventIcon&lt;/a&gt; aIcon);&lt;/code&gt;&lt;/pre&gt;&#xA;&#xA;&lt;h2 id=&#34;id&#34;&gt;ID&lt;/h2&gt;&#xA;&lt;p&gt;The method returns the ID of the TreeNode. The ID is always a valid string and&#xA;is set in the constructor.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CEventColor</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventcolor/</link>
      <pubDate>Fri, 20 Oct 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventcolor/</guid>
      <description>&lt;p&gt;TODO&lt;/p&gt;</description>
    </item>
    <item>
      <title>CEventFont</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventfont/</link>
      <pubDate>Fri, 20 Oct 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventfont/</guid>
      <description>&lt;p&gt;TODO&lt;/p&gt;</description>
    </item>
    <item>
      <title>CEventIcon</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventicon/</link>
      <pubDate>Fri, 20 Oct 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventicon/</guid>
      <description>&lt;p&gt;TODO&lt;/p&gt;</description>
    </item>
    <item>
      <title>IBorder</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/iborder/</link>
      <pubDate>Fri, 20 Oct 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/iborder/</guid>
      <description>&lt;p&gt;TODO&lt;/p&gt;</description>
    </item>
    <item>
      <title>ERelation</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/erelation/</link>
      <pubDate>Tue, 06 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/erelation/</guid>
      <description>&lt;p&gt;Dieses Enum kennt folgende Werte:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;after&lt;/strong&gt; :&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>CEventCreateWidget</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventcreatewidget/</link>
      <pubDate>Thu, 25 May 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventcreatewidget/</guid>
      <description>&lt;p&gt;TODO&lt;/p&gt;</description>
    </item>
    <item>
      <title>CEventEnsureVisible</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventensurevisible/</link>
      <pubDate>Thu, 25 May 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventensurevisible/</guid>
      <description>&lt;p&gt;TODO&lt;/p&gt;</description>
    </item>
    <item>
      <title>CEventInsertMenuItem</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventinsertmenuitem/</link>
      <pubDate>Thu, 25 May 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventinsertmenuitem/</guid>
      <description>&lt;p&gt;TODO&lt;/p&gt;</description>
    </item>
    <item>
      <title>CEventInsertText</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventinserttext/</link>
      <pubDate>Thu, 25 May 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventinserttext/</guid>
      <description>&lt;p&gt;TODO&lt;/p&gt;</description>
    </item>
    <item>
      <title>CEventTableColumn</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventtablecolumn/</link>
      <pubDate>Thu, 25 May 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/auxiliary-classes-and-events/ceventtablecolumn/</guid>
      <description>&lt;p&gt;TODO&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
