<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>The function API of RemoteSkin on sillysky.net</title>
    <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/</link>
    <description>Recent content in The function API of RemoteSkin on sillysky.net</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sun, 15 Dec 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>cut</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/cut/</link>
      <pubDate>Sun, 15 Dec 2024 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/cut/</guid>
      <description>void cut(@NotNull CWidgetId aWidgetId); The function cuts a selected text and copies it to the clipboard.&#xA;textcomponent&#xA;See also copy </description>
    </item>
    <item>
      <title>centerWidget</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/centerwindow/</link>
      <pubDate>Sun, 24 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/centerwindow/</guid>
      <description>public void centerWidget(@NotNull final CWidgetId aWidgetIdToCenter, @NotNull final CWidgetId aWidgetIdBelow); The centerWidget() method in Java is used to center a widget within another widget. The method takes two parameters:&#xA;aWidgetIdToCenter: The ID of the widget to be centered. aWidgetIdBelow: The ID of the widget below which the widget should be centered. The method works by calculating the size and position of the widget to be centered. The widget is then positioned so that it is centered within the widget below which it is to be centered.</description>
    </item>
    <item>
      <title>collapse</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/collapse/</link>
      <pubDate>Sun, 24 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/collapse/</guid>
      <description>public void collapse(@NotNull final CWidgetId aWidgetId, @NotNull final String aItemId); This function collapses a branch from a tree view. The argument aItemId identifies the node to be collapsed.&#xA;treeview&#xA;See also expand </description>
    </item>
    <item>
      <title>copy</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/copy/</link>
      <pubDate>Sun, 24 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/copy/</guid>
      <description>public void copy(@NotNull CWidgetId aWidgetId); Copies a selected text into the clipboard.&#xA;textcomponent&#xA;See also cut paste </description>
    </item>
    <item>
      <title>expand</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/expand/</link>
      <pubDate>Sun, 24 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/expand/</guid>
      <description>void expand(@NotNull CWidgetId aWidgetId, @NotNull String aItemId); The function expands branches in a tree view.&#xA;The argument aItemId identifies the node to be expanded.&#xA;treeview&#xA;See also collapse </description>
    </item>
    <item>
      <title>addListener</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/addlistener/</link>
      <pubDate>Thu, 25 May 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/addlistener/</guid>
      <description>public void addListener(@NotNull CWidgetId aWidgetId, @NotNull IListener aListener); This listener is assigned to a widget. It is used to catch events from the client side. The type of listener determines the type of event.&#xA;public void addListener(@NotNull final CWidgetSetId aWidgetSetId, @NotNull final IListener aListener); This listener is assigned to a widget set. It is used to catch events from the client side. The type of listener determines the type of event.</description>
    </item>
    <item>
      <title>alterTableColumn</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/altertablecolumn/</link>
      <pubDate>Thu, 25 May 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/altertablecolumn/</guid>
      <description>public void alterTableColumn(@NotNull CWidgetId aWidgetId, @NotNull CEventTableColumn aEvent); This method changes the attributes of a table column.&#xA;table</description>
    </item>
    <item>
      <title>clear</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/clear/</link>
      <pubDate>Thu, 25 May 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/clear/</guid>
      <description>public void clear(@NotNull CWidgetId aWidgetId); This method resets states of widgets. In particular, the selection of entries in tables, lists, tree views as well as selections in text widgets is reset.&#xA;listbox table textcomponent treeview</description>
    </item>
    <item>
      <title>createWidget</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/createwidget/</link>
      <pubDate>Thu, 25 May 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/createwidget/</guid>
      <description>void createWidget(@NotNull CEventCreateWidget aEvent); Creates a new Widget.</description>
    </item>
    <item>
      <title>doClick</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/doclick/</link>
      <pubDate>Thu, 25 May 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/doclick/</guid>
      <description>void doClick(@NotNull CWidgetId aWidgetId, int aPressTime); The function simulates a mouse click. The parameter aPressTime specifies for how many milliseconds the mouse button should be pressed. 100 ms is a good value for it.&#xA;button checkbox radiobutton menu menuitem radiobuttonmenuitem checkboxmenuitem</description>
    </item>
    <item>
      <title>enableWordWrapStyle</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/enablewordwrapstyle/</link>
      <pubDate>Thu, 25 May 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/enablewordwrapstyle/</guid>
      <description>void enableWordWrapStyle(@NotNull CWidgetId aWidgetId, boolean aEnable); The function turns word wrapping on or off in text area widgets.&#xA;textarea</description>
    </item>
    <item>
      <title>ensureVisible</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/ensurevisible/</link>
      <pubDate>Thu, 25 May 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/ensurevisible/</guid>
      <description>void ensureVisible(@NotNull CWidgetId aWidgetId, @NotNull CEventEnsureVisible aEvent); The function ensures that items are visible in list boxes and tree views.&#xA;listbox treeview</description>
    </item>
    <item>
      <title>insertMenuItem</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/insertmenuitem/</link>
      <pubDate>Thu, 25 May 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/insertmenuitem/</guid>
      <description>void insertMenuItem(@NotNull CWidgetId aWidgetId, @NotNull CEventInsertMenuItem aEvent); This function inserts a new menu item.&#xA;menu</description>
    </item>
    <item>
      <title>insertText</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/inserttext/</link>
      <pubDate>Thu, 25 May 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/inserttext/</guid>
      <description>void insertText(@NotNull CWidgetId aWidgetId, @NotNull CEventInsertText aEvent); This function inserts new text.&#xA;textarea</description>
    </item>
    <item>
      <title>insertTreeNode</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/inserttreenode/</link>
      <pubDate>Thu, 25 May 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/inserttreenode/</guid>
      <description>void insertTreeNode(@NotNull CWidgetId aWidgetId, @NotNull CEventTreeNode aNode, @NotNull ERelation aRelation, @NotNull String aRelatedNoteId); This function adds a new node to a tree view.&#xA;treeview</description>
    </item>
    <item>
      <title>activateTab</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/activatetab/</link>
      <pubDate>Wed, 24 May 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/activatetab/</guid>
      <description>public void activateTab(@NotNull final CWidgetId aWidgetId, @NotNull final String aTabTitle); The method activates a TAB of a TabbedPane widget. The TAB is identified by its title.&#xA;tabbedpane</description>
    </item>
    <item>
      <title>centerWidgetOnScreen</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/centerwidgettoscreen/</link>
      <pubDate>Wed, 24 May 2023 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-java-swing/function-api/centerwidgettoscreen/</guid>
      <description>public void centerWidgetOnScreen(@NotNull final CWidgetId aWidgetId); This method centers a widget on the screen.&#xA;window</description>
    </item>
  </channel>
</rss>
