JIDE 3.5.15

com.jidesoft.dashboard
Interface GadgetPaletteInstaller

All Known Implementing Classes:
DashboardDocumentPane, DashboardTabbedPane, SingleDashboardHolder

public interface GadgetPaletteInstaller

An interface to support GadgetPalette.


Method Summary
 int getPaletteSide()
          Gets the palette side.
 void hidePalette()
          Hides the palette.
 void showPalette(Component invoker)
          Shows the palette.
 

Method Detail

showPalette

void showPalette(Component invoker)
Shows the palette.

Parameters:
invoker - the invoker. In case that there are several dashboards, we need to know where to show the palette. You can pass in the Dashboard as the invoker in this case.

hidePalette

void hidePalette()
Hides the palette.


getPaletteSide

int getPaletteSide()
Gets the palette side. It should be WEST, EAST, NORTH or SOUTH. By default, it's SOUTH.

Returns:
the palette side.

JIDE 3.5.15