Uses of Package
com.atlassian.gadgets.dashboard.spi.changes

Packages that use com.atlassian.gadgets.dashboard.spi.changes
com.atlassian.gadgets.dashboard.internal   
com.atlassian.gadgets.dashboard.internal.impl   
com.atlassian.gadgets.dashboard.spi Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s). 
com.atlassian.gadgets.dashboard.spi.changes This package contains classes for managing changes to the dashboard state. 
com.atlassian.gadgets.refimpl Provides an implementation of the SPI for the refapp. 
 

Classes in com.atlassian.gadgets.dashboard.spi.changes used by com.atlassian.gadgets.dashboard.internal
DashboardChange
          Interface for operations that can be performed to update a DashboardState.
 

Classes in com.atlassian.gadgets.dashboard.spi.changes used by com.atlassian.gadgets.dashboard.internal.impl
DashboardChange
          Interface for operations that can be performed to update a DashboardState.
 

Classes in com.atlassian.gadgets.dashboard.spi.changes used by com.atlassian.gadgets.dashboard.spi
DashboardChange
          Interface for operations that can be performed to update a DashboardState.
 

Classes in com.atlassian.gadgets.dashboard.spi.changes used by com.atlassian.gadgets.dashboard.spi.changes
AddGadgetChange
          Details of adding a gadget to a dashboard.
DashboardChange
          Interface for operations that can be performed to update a DashboardState.
DashboardChange.Visitor
          Visitor which allows for dynamic dispatching of implementations based on the type of change.
GadgetColorChange
          Details of changing the color of a gadget on a dashboard.
RemoveGadgetChange
          Details of removing a gadget from a dashboard.
UpdateGadgetUserPrefsChange
          Details of updating the user preferences of a gadget on a dashboard.
UpdateLayoutChange
          Details of updating the layout of a dashboard.
 

Classes in com.atlassian.gadgets.dashboard.spi.changes used by com.atlassian.gadgets.refimpl
DashboardChange
          Interface for operations that can be performed to update a DashboardState.
 



Copyright © 2012 Atlassian. All Rights Reserved.