Uses of Class
com.atlassian.gadgets.dashboard.Color

Packages that use Color
com.atlassian.gadgets This package contains the main APIs for interacting with gadgets. 
com.atlassian.gadgets.dashboard This package contains the main APIs for interacting with dashboards and gadgets. 
com.atlassian.gadgets.dashboard.internal   
com.atlassian.gadgets.dashboard.internal.impl   
com.atlassian.gadgets.dashboard.internal.rest Interfaces and classes used to implement dashboards and their gadgets as REST resources. 
com.atlassian.gadgets.dashboard.internal.rest.representations   
com.atlassian.gadgets.dashboard.spi.changes This package contains classes for managing changes to the dashboard state. 
 

Uses of Color in com.atlassian.gadgets
 

Methods in com.atlassian.gadgets that return Color
 Color GadgetState.getColor()
          Returns the Color scheme that should be used to decorate the chrome surrounding the gadget.
 

Methods in com.atlassian.gadgets with parameters of type Color
 GadgetState.Builder GadgetState.Builder.color(Color color)
          Set the Color of the GadgetState under construction and return this Builder to allow further construction to be done.
 

Uses of Color in com.atlassian.gadgets.dashboard
 

Methods in com.atlassian.gadgets.dashboard that return Color
static Color Color.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Color[] Color.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of Color in com.atlassian.gadgets.dashboard.internal
 

Methods in com.atlassian.gadgets.dashboard.internal that return Color
 Color Gadget.getColor()
           
 

Methods in com.atlassian.gadgets.dashboard.internal with parameters of type Color
 void Dashboard.changeGadgetColor(GadgetId gadgetId, Color color)
          Change the color of the gadgets chrome.
 

Uses of Color in com.atlassian.gadgets.dashboard.internal.impl
 

Methods in com.atlassian.gadgets.dashboard.internal.impl that return Color
 Color GadgetImpl.getColor()
           
 

Methods in com.atlassian.gadgets.dashboard.internal.impl with parameters of type Color
 void DashboardImpl.changeGadgetColor(GadgetId gadgetId, Color color)
           
 

Uses of Color in com.atlassian.gadgets.dashboard.internal.rest
 

Methods in com.atlassian.gadgets.dashboard.internal.rest with parameters of type Color
 javax.ws.rs.core.Response ChangeGadgetColorHandler.setGadgetColor(DashboardId dashboardId, GadgetRequestContext gadgetRequestContext, GadgetId gadgetId, Color color)
          Sets the color of the specified gadget to the specified color.
 javax.ws.rs.core.Response ChangeGadgetColorHandlerImpl.setGadgetColor(DashboardId dashboardId, GadgetRequestContext gadgetRequestContext, GadgetId gadgetId, Color color)
           
 

Uses of Color in com.atlassian.gadgets.dashboard.internal.rest.representations
 

Methods in com.atlassian.gadgets.dashboard.internal.rest.representations that return Color
 Color GadgetRepresentation.getColor()
           
 

Uses of Color in com.atlassian.gadgets.dashboard.spi.changes
 

Methods in com.atlassian.gadgets.dashboard.spi.changes that return Color
 Color GadgetColorChange.getColor()
          Get the updated gadget color
 

Constructors in com.atlassian.gadgets.dashboard.spi.changes with parameters of type Color
GadgetColorChange(GadgetId gadgetId, Color color)
           
 



Copyright © 2009 Atlassian. All Rights Reserved.