Uses of Interface
org.apache.pivot.collections.Dictionary

Packages that use Dictionary
org.apache.pivot.beans Contains classes for manipulating and interacting with Java Bean types. 
org.apache.pivot.charts.content Contains classes representing chart data. 
org.apache.pivot.collections Defines a set of classes and interfaces that serve as generic collections as well as the data model for UI components. 
org.apache.pivot.collections.adapter Provides a set of collection implementations that are backed by java.util collections. 
org.apache.pivot.collections.concurrent Contains a set of thread-safe collection implementations. 
org.apache.pivot.collections.immutable Contains a set of read-only collection implementations. 
org.apache.pivot.json Contains classes that facilitate interaction with JSON and JSON-like data structures. 
org.apache.pivot.util Contains a collection of common utility classes. 
org.apache.pivot.web Provides classes for communicating with HTTP-based web services. 
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
org.apache.pivot.wtk.content Contains classes representing component data, such as list items or table rows. 
org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
org.apache.pivot.xml Contains classes that facilitate interaction with an XML DOM. 
 

Uses of Dictionary in org.apache.pivot.beans
 

Classes in org.apache.pivot.beans that implement Dictionary
 class BeanAdapter
          Exposes Java bean properties of an object via the Map interface.
 

Uses of Dictionary in org.apache.pivot.charts.content
 

Classes in org.apache.pivot.charts.content that implement Dictionary
 class CategorySeries
          Represents series data for category chart views.
 

Uses of Dictionary in org.apache.pivot.collections
 

Subinterfaces of Dictionary in org.apache.pivot.collections
 interface Map<K,V>
          Collection interface representing set of key/value pairs.
 

Classes in org.apache.pivot.collections that implement Dictionary
 class EnumMap<E extends Enum<E>,V>
          Implementation of the Set interface whose keys are backed by a set of enum values.
 class HashMap<K,V>
          Implementation of the Map interface that is backed by a hash table.
 

Uses of Dictionary in org.apache.pivot.collections.adapter
 

Classes in org.apache.pivot.collections.adapter that implement Dictionary
 class MapAdapter<K,V>
          Implementation of the Map interface that is backed by an instance of Map.
 

Uses of Dictionary in org.apache.pivot.collections.concurrent
 

Classes in org.apache.pivot.collections.concurrent that implement Dictionary
 class SynchronizedMap<K,V>
          Synchronized implementation of the Map interface.
 

Uses of Dictionary in org.apache.pivot.collections.immutable
 

Classes in org.apache.pivot.collections.immutable that implement Dictionary
 class ImmutableMap<K,V>
          Unmodifiable implementation of the Map interface.
 

Uses of Dictionary in org.apache.pivot.json
 

Methods in org.apache.pivot.json with parameters of type Dictionary
 void JSONSerializerListener.beginDictionary(JSONSerializer jsonSerializer, Dictionary<String,?> value)
          Called when the serializer has begun reading a dictionary value.
 void JSONSerializerListener.Adapter.beginDictionary(JSONSerializer jsonSerializer, Dictionary<String,?> value)
           
 

Uses of Dictionary in org.apache.pivot.util
 

Classes in org.apache.pivot.util that implement Dictionary
 class MIMEType
          Utility class for introspection a MIME type string.
 class Resources
          Represents a set of localizable resources.
 

Constructors in org.apache.pivot.util with parameters of type Dictionary
CalendarDate.Range(Dictionary<String,?> range)
           
Time.Range(Dictionary<String,?> range)
           
 

Uses of Dictionary in org.apache.pivot.web
 

Classes in org.apache.pivot.web that implement Dictionary
 class QueryDictionary
          Represents a collection of keyed data associated with a query.
 

Uses of Dictionary in org.apache.pivot.wtk
 

Classes in org.apache.pivot.wtk that implement Dictionary
static class Action.NamedActionDictionary
          Action dictionary implementation.
static class ApplicationContext.ResourceCacheDictionary
          Resource cache dictionary implementation.
 class Component.StyleDictionary
          Style dictionary implementation.
 class Component.UserDataDictionary
          User data dictionary implementation.
 class TableView.SortDictionary
          Sort dictionary implementation.
 

Methods in org.apache.pivot.wtk that return Dictionary
 Dictionary<String,Object> Renderer.getStyles()
          Returns the renderer's style dictionary.
 Dictionary<String,SortDirection> TableView.setSort(Sequence<Dictionary.Pair<String,SortDirection>> sort)
          Sets the table view's sort.
 Dictionary<String,SortDirection> TableView.setSort(String sort)
          Sets the table view's sort.
 Dictionary<String,SortDirection> TableView.setSort(String columnName, SortDirection sortDirection)
          Sets the table view's sort.
 

Methods in org.apache.pivot.wtk with parameters of type Dictionary
static Paint GraphicsUtilities.decodePaint(Dictionary<String,?> dictionary)
          Interpret a dictionary as a Paint value
static Font Theme.deriveFont(Dictionary<String,?> dictionary)
          Produce a font by describing it relative to the current theme's font
 void Calendar.setLocale(Dictionary<String,?> locale)
          Sets the locale used to present calendar data.
 void CalendarButton.setLocale(Dictionary<String,?> locale)
          Sets the locale used to present calendar data.
 void Slider.setRange(Dictionary<String,?> range)
           
 void ScrollBar.setRange(Dictionary<String,?> range)
           
 void ScrollBar.setScope(Dictionary<String,?> scope)
           
 

Constructors in org.apache.pivot.wtk with parameters of type Dictionary
Bounds(Dictionary<String,?> bounds)
           
CornerRadii(Dictionary<String,?> cornerRadii)
          Construct a CornerRadii object from a dictionary specifying values for each of the four corners
Dimensions(Dictionary<String,?> dimensions)
           
Insets(Dictionary<String,?> insets)
           
Limits(Dictionary<String,?> limits)
           
Point(Dictionary<String,?> point)
           
ScrollBar.Scope(Dictionary<String,?> scope)
           
Span(Dictionary<String,?> span)
           
 

Uses of Dictionary in org.apache.pivot.wtk.content
 

Methods in org.apache.pivot.wtk.content that return Dictionary
 Dictionary<String,Component> TableViewRowEditor.getCellEditors()
          Gets this row editor's cell editor dictionary.
 Dictionary<String,Object> TableViewMultiCellRenderer.getStyles()
           
 

Uses of Dictionary in org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin with parameters of type Dictionary
 void ContainerSkin.setBackgroundPaint(Dictionary<String,?> backgroundPaint)
          Sets the object used to paint the background of the container.
 void BorderSkin.setCornerRadii(Dictionary<String,?> cornerRadii)
          Sets the radii of the Border's corners
 void SeparatorSkin.setFont(Dictionary<String,?> font)
          Sets the font used in rendering the Separator's heading
 void TextPaneSkin.setFont(Dictionary<String,?> font)
          Sets the font of the text
 void TextAreaSkin.setFont(Dictionary<String,?> font)
          Sets the font of the text
 void LabelSkin.setFont(Dictionary<String,?> font)
          Sets the font used in rendering the Label's text
 void BorderSkin.setFont(Dictionary<String,?> font)
          Sets the font used in rendering the title
 void TextPaneSkin.setMargin(Dictionary<String,?> margin)
          Sets the amount of space between the edge of the TextPane and its Document
 void TextAreaSkin.setMargin(Dictionary<String,?> margin)
          Sets the amount of space between the edge of the TextArea and its text
 void StackPaneSkin.setPadding(Dictionary<String,?> padding)
          Sets the amount of space to leave between the edge of the StackPane and its components.
 void CardPaneSkin.setPadding(Dictionary<String,?> padding)
          Sets the amount of space to leave between the edge of the CardPane and its content.
 void SeparatorSkin.setPadding(Dictionary<String,?> padding)
          Sets the amount of space to leave around the Separator's heading, and above and below the entire component.
 void FlowPaneSkin.setPadding(Dictionary<String,?> padding)
          Sets the amount of space to leave between the edge of the FlowPane and its components.
 void BoxPaneSkin.setPadding(Dictionary<String,?> padding)
          Sets the amount of space to leave between the edge of the BoxPane and its components.
 void TablePaneSkin.setPadding(Dictionary<String,?> padding)
          Sets the amount of space that will be reserved around the inside edges of the table pane.
 void LabelSkin.setPadding(Dictionary<String,?> padding)
          Sets the amount of space to leave between the edge of the Label and its text.
 void FillPaneSkin.setPadding(Dictionary<String,?> padding)
          Sets the amount of space to leave between the edge of the FillPane and its components.
 void BorderSkin.setPadding(Dictionary<String,?> padding)
          Sets the amount of space to leave between the edge of the Border and its content.
 void GridPaneSkin.setPadding(Dictionary<String,?> padding)
          Sets the padding that will be reserved around the grid pane during layout.
 

Uses of Dictionary in org.apache.pivot.wtk.skin.terra
 

Methods in org.apache.pivot.wtk.skin.terra with parameters of type Dictionary
 void TerraAccordionSkin.setButtonFont(Dictionary<String,?> buttonFont)
           
 void TerraTabPaneSkin.setButtonFont(Dictionary<String,?> buttonFont)
           
 void TerraAccordionSkin.setButtonPadding(Dictionary<String,?> buttonPadding)
           
 void TerraTabPaneSkin.setButtonPadding(Dictionary<String,?> padding)
           
 void TerraListViewSkin.setCheckboxPadding(Dictionary<String,?> checkboxPadding)
           
 void TerraCheckboxSkin.setFont(Dictionary<String,?> font)
           
 void TerraMenuBarSkin.setFont(Dictionary<String,?> font)
           
 void TerraMeterSkin.setFont(Dictionary<String,?> font)
           
 void TerraMenuButtonSkin.setFont(Dictionary<String,?> font)
           
 void TerraSpinnerSkin.setFont(Dictionary<String,?> font)
           
 void TerraTableViewSkin.setFont(Dictionary<String,?> font)
           
 void TerraRadioButtonSkin.setFont(Dictionary<String,?> font)
           
 void TerraMenuSkin.setFont(Dictionary<String,?> font)
           
 void TerraCalendarButtonSkin.setFont(Dictionary<String,?> font)
           
 void TerraTreeViewSkin.setFont(Dictionary<String,?> font)
           
 void TerraCalendarSkin.setFont(Dictionary<String,?> font)
           
 void TerraTextInputSkin.setFont(Dictionary<String,?> font)
           
 void TerraPushButtonSkin.setFont(Dictionary<String,?> font)
           
 void TerraTableViewHeaderSkin.setFont(Dictionary<String,?> font)
           
 void TerraListButtonSkin.setFont(Dictionary<String,?> font)
           
 void TerraSuggestionPopupSkin.setFont(Dictionary<String,?> font)
           
 void TerraListViewSkin.setFont(Dictionary<String,?> font)
           
 void TerraColorChooserButtonSkin.setFont(Dictionary<String,?> font)
           
 void TerraLinkButtonSkin.setFont(Dictionary<String,?> font)
           
 void TerraExpanderSkin.setPadding(Dictionary<String,?> padding)
           
 void TerraMenuButtonSkin.setPadding(Dictionary<String,?> padding)
           
 void TerraCalendarButtonSkin.setPadding(Dictionary<String,?> padding)
           
 void TerraPaletteSkin.setPadding(Dictionary<String,?> padding)
           
 void TerraTextInputSkin.setPadding(Dictionary<String,?> padding)
           
 void TerraSheetSkin.setPadding(Dictionary<String,?> padding)
           
 void TerraAccordionSkin.setPadding(Dictionary<String,?> padding)
           
 void TerraFormSkin.setPadding(Dictionary<String,?> padding)
           
 void TerraPushButtonSkin.setPadding(Dictionary<String,?> padding)
           
 void TerraFrameSkin.setPadding(Dictionary<String,?> padding)
           
 void TerraTabPaneSkin.setPadding(Dictionary<String,?> padding)
           
 void TerraListButtonSkin.setPadding(Dictionary<String,?> padding)
           
 void TerraColorChooserButtonSkin.setPadding(Dictionary<String,?> padding)
           
 void TerraExpanderSkin.setTitleBarFont(Dictionary<String,?> titleBarFont)
           
 void TerraPaletteSkin.setTitleFont(Dictionary<String,?> font)
          Sets the font used in rendering the titlebar text
 

Uses of Dictionary in org.apache.pivot.xml
 

Classes in org.apache.pivot.xml that implement Dictionary
 class Element.ElementDictionary
          Dictionary representing the attributes declared by this element.
 class Element.NamespaceDictionary
          Dictionary representing the namespaces declared by this element.