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

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

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

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

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

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

Classes in com.atlassian.gadgets.spi.changes used by com.atlassian.gadgets.spi.changes
AddGadgetChange
          Details of adding a gadget to a dashboard.
DashboardChange
          Marker 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.
 



Copyright © 2009 Atlassian. All Rights Reserved.