public class

Panel

extends Item
java.lang.Object
   ↳ net.pierrox.lightning_launcher.script.api.Item
     ↳ net.pierrox.lightning_launcher.script.api.Panel

Class Overview

The panel is a special kind of item, providing access to items contained in this panel.

Summary

Public Methods
Container getContainer()
Returns the container holding items for this panel.
void setContainerId(int id)
Change the container of this panel.
[Expand]
Inherited Methods
From class net.pierrox.lightning_launcher.script.api.Item
From class java.lang.Object

Public Methods

public Container getContainer ()

Returns the container holding items for this panel.

public void setContainerId (int id)

Change the container of this panel. That is: use an alternate set of items in the panel.