Uses of Class
net.runelite.client.ui.PluginPanel
-
Packages that use PluginPanel Package Description net.runelite.client.plugins.hiscore net.runelite.client.plugins.info net.runelite.client.plugins.screenmarkers.ui net.runelite.client.ui -
-
Uses of PluginPanel in net.runelite.client.plugins.hiscore
Subclasses of PluginPanel in net.runelite.client.plugins.hiscore Modifier and Type Class Description class
HiscorePanel
-
Uses of PluginPanel in net.runelite.client.plugins.info
Subclasses of PluginPanel in net.runelite.client.plugins.info Modifier and Type Class Description class
InfoPanel
-
Uses of PluginPanel in net.runelite.client.plugins.screenmarkers.ui
Subclasses of PluginPanel in net.runelite.client.plugins.screenmarkers.ui Modifier and Type Class Description class
ScreenMarkerPluginPanel
-
Uses of PluginPanel in net.runelite.client.ui
Subclasses of PluginPanel in net.runelite.client.ui Modifier and Type Class Description class
MultiplexingPluginPanel
Methods in net.runelite.client.ui that return PluginPanel Modifier and Type Method Description PluginPanel
NavigationButton. getPanel()
Plugin panel, used when expanding and contracting sidebar.Methods in net.runelite.client.ui with parameters of type PluginPanel Modifier and Type Method Description protected void
MultiplexingPluginPanel. onAdd(PluginPanel p)
protected void
MultiplexingPluginPanel. onRemove(PluginPanel p)
NavigationButton.NavigationButtonBuilder
NavigationButton.NavigationButtonBuilder. panel(PluginPanel panel)
Plugin panel, used when expanding and contracting sidebar.void
MultiplexingPluginPanel. pushState(PluginPanel subpanel)
Constructors in net.runelite.client.ui with parameters of type PluginPanel Constructor Description MultiplexingPluginPanel(PluginPanel root)
-