Uses of Interface
org.apache.pivot.collections.Dictionary
-
Packages that use Dictionary Package Description 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 byjava.utilcollections.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.text Contains classes for working with text.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 Modifier and Type Class Description classBeanAdapterExposes Java bean properties of an object via theMapinterface. -
Uses of Dictionary in org.apache.pivot.charts.content
Classes in org.apache.pivot.charts.content that implement Dictionary Modifier and Type Class Description classCategorySeriesRepresents series data for category chart views. -
Uses of Dictionary in org.apache.pivot.collections
Subinterfaces of Dictionary in org.apache.pivot.collections Modifier and Type Interface Description interfaceMap<K,V>Collection interface representing set of key/value pairs.Classes in org.apache.pivot.collections that implement Dictionary Modifier and Type Class Description classEnumMap<E extends java.lang.Enum<E>,V>Implementation of theMapinterface whose keys are backed by an enum.classHashMap<K,V>Implementation of theMapinterface that is backed by a hash table.Methods in org.apache.pivot.collections with parameters of type Dictionary Modifier and Type Method Description default java.lang.ObjectDictionary. copy(K key, Dictionary<K,V> source)Copy the value from one dictionary to this one. -
Uses of Dictionary in org.apache.pivot.collections.adapter
Classes in org.apache.pivot.collections.adapter that implement Dictionary Modifier and Type Class Description classMapAdapter<K,V>Implementation of theMapinterface that is backed by an instance ofMap. -
Uses of Dictionary in org.apache.pivot.collections.concurrent
Classes in org.apache.pivot.collections.concurrent that implement Dictionary Modifier and Type Class Description classSynchronizedMap<K,V>Synchronized implementation of theMapinterface. -
Uses of Dictionary in org.apache.pivot.collections.immutable
Classes in org.apache.pivot.collections.immutable that implement Dictionary Modifier and Type Class Description classImmutableMap<K,V>Unmodifiable implementation of theMapinterface. -
Uses of Dictionary in org.apache.pivot.json
Methods in org.apache.pivot.json with parameters of type Dictionary Modifier and Type Method Description voidJSONSerializerListener.Adapter. beginDictionary(JSONSerializer jsonSerializer, Dictionary<java.lang.String,?> value)Deprecated.default voidJSONSerializerListener. beginDictionary(JSONSerializer jsonSerializer, Dictionary<java.lang.String,?> value)Called when the serializer has begun reading a dictionary value.voidJSONSerializerListener.Listeners. beginDictionary(JSONSerializer jsonSerializer, Dictionary<java.lang.String,?> value) -
Uses of Dictionary in org.apache.pivot.text
Constructors in org.apache.pivot.text with parameters of type Dictionary Constructor Description CharSpan(Dictionary<java.lang.String,?> charSpanDictionary)Construct a new char span from the given dictionary which must contain theCharSpan.START_KEYand can also contain theCharSpan.LENGTH_KEYkey. -
Uses of Dictionary in org.apache.pivot.util
Classes in org.apache.pivot.util that implement Dictionary Modifier and Type Class Description classMIMETypeUtility class for introspection a MIME type string.classResourcesRepresents a set of localizable resources.Constructors in org.apache.pivot.util with parameters of type Dictionary Constructor Description Range(Dictionary<java.lang.String,?> range)Range(Dictionary<java.lang.String,?> range) -
Uses of Dictionary in org.apache.pivot.web
Classes in org.apache.pivot.web that implement Dictionary Modifier and Type Class Description classQueryDictionaryRepresents 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 Modifier and Type Class Description static classAction.NamedActionDictionaryAction dictionary implementation.static classApplicationContext.ResourceCacheDictionaryResource cache dictionary implementation.classComponent.StyleDictionaryStyle dictionary implementation.classComponent.UserDataDictionaryUser data dictionary implementation.classTableView.SortDictionarySort dictionary implementation.Methods in org.apache.pivot.wtk that return Dictionary Modifier and Type Method Description Dictionary<java.lang.String,java.lang.Object>Renderer. getStyles()Dictionary<java.lang.String,SortDirection>TableView. setSort(java.lang.String sort)Sets the table view's sort.Dictionary<java.lang.String,SortDirection>TableView. setSort(java.lang.String columnName, SortDirection sortDirection)Sets the table view's sort.Dictionary<java.lang.String,SortDirection>TableView. setSort(Sequence<Dictionary.Pair<java.lang.String,SortDirection>> sort)Sets the table view's sort.Methods in org.apache.pivot.wtk with parameters of type Dictionary Modifier and Type Method Description java.lang.ObjectComponent.StyleDictionary. copy(Style key, Dictionary<java.lang.String,java.lang.Object> source)Copy the named style from one style dictionary to this one.static java.awt.PaintGraphicsUtilities. decodePaint(Dictionary<java.lang.String,?> dictionary)Interpret a dictionary as aPaintvalue.static java.awt.FontTheme. deriveFont(Dictionary<java.lang.String,?> dictionary)Produce a font by describing it relative to the current theme's font.voidCalendar. setLocale(Dictionary<java.lang.String,?> locale)Sets the locale used to present calendar data.voidCalendarButton. setLocale(Dictionary<java.lang.String,?> locale)Sets the locale used to present calendar data.voidScrollBar. setRange(Dictionary<java.lang.String,?> range)voidSlider. setRange(Dictionary<java.lang.String,?> range)voidScrollBar. setScope(Dictionary<java.lang.String,?> scope)Constructors in org.apache.pivot.wtk with parameters of type Dictionary Constructor Description Bounds(Dictionary<java.lang.String,?> bounds)Construct a new bounds object given a map/dictionary of the four needed values.CornerRadii(Dictionary<java.lang.String,?> cornerRadii)Construct aCornerRadiiobject from a dictionary specifying values for each of the four corners.Dimensions(Dictionary<java.lang.String,?> dimensions)Construct new dimensions from the given dictionary.Insets(Dictionary<java.lang.String,?> insets)Construct a new set of insets given a dictionary with the values to use.Limits(Dictionary<java.lang.String,?> limits)Construct a new Limits based on the given Dictionary or Map.Point(Dictionary<java.lang.String,?> point)Construct a point from a dictionary containing the X- and Y-position values as entries.Scope(Dictionary<java.lang.String,?> scope)Span(Dictionary<java.lang.String,?> span)Construct a new span from the given dictionary which must contain theSpan.START_KEYandSpan.END_KEYkeys. -
Uses of Dictionary in org.apache.pivot.wtk.content
Methods in org.apache.pivot.wtk.content that return Dictionary Modifier and Type Method Description Dictionary<java.lang.String,Component>TableViewRowEditor. getCellEditors()Gets this row editor's cell editor dictionary.Dictionary<java.lang.String,java.lang.Object>TableViewMultiCellRenderer. getStyles() -
Uses of Dictionary in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin with parameters of type Dictionary Modifier and Type Method Description voidContainerSkin. setBackgroundPaint(Dictionary<java.lang.String,?> backgroundPaintDictionary)Sets the object used to paint the background of the container.voidRulerSkin. setFont(Dictionary<java.lang.String,?> font)Sets the font used in rendering the Ruler's text.voidSeparatorSkin. setFont(Dictionary<java.lang.String,?> fontDictionary)Sets the font used in rendering the Separator's heading.voidTextAreaSkin. setFont(Dictionary<java.lang.String,?> fontDictionary)Sets the font for the text.voidTextPaneSkin. setFont(Dictionary<java.lang.String,?> fontDictionary)Sets the font of the text.voidTextAreaSkin. setMargin(Dictionary<java.lang.String,?> marginDictionary)Sets the amount of space between the edge of the TextArea and its text.voidTextPaneSkin. setMargin(Dictionary<java.lang.String,?> marginDictionary)Sets the amount of space between the edge of the TextPane and its Document.voidRulerSkin. setMarkerInsets(Dictionary<java.lang.String,?> insets)voidBoxPaneSkin. setPadding(Dictionary<java.lang.String,?> padding)Sets the amount of space to leave between the edge of the BoxPane and its components.voidCardPaneSkin. setPadding(Dictionary<java.lang.String,?> padding)Sets the amount of space to leave between the edge of the CardPane and its content.voidFillPaneSkin. setPadding(Dictionary<java.lang.String,?> padding)Sets the amount of space to leave between the edge of the FillPane and its components.voidFlowPaneSkin. setPadding(Dictionary<java.lang.String,?> padding)Sets the amount of space to leave between the edge of the FlowPane and its components.voidGridPaneSkin. setPadding(Dictionary<java.lang.String,?> padding)Sets the padding that will be reserved around the grid pane during layout.voidSeparatorSkin. setPadding(Dictionary<java.lang.String,?> paddingDictionary)Sets the amount of space to leave around the Separator's heading, and above and below the entire component.voidStackPaneSkin. setPadding(Dictionary<java.lang.String,?> padding)Sets the amount of space to leave between the edge of the StackPane and its components.voidTablePaneSkin. setPadding(Dictionary<java.lang.String,?> padding)Sets the amount of space that will be reserved around the inside edges of the table pane. -
Uses of Dictionary in org.apache.pivot.wtk.skin.terra
Methods in org.apache.pivot.wtk.skin.terra with parameters of type Dictionary Modifier and Type Method Description voidTerraAccordionSkin. setButtonFont(Dictionary<java.lang.String,?> buttonFont)voidTerraAccordionSkin. setButtonPadding(Dictionary<java.lang.String,?> buttonPadding)voidTerraListViewSkin. setCheckboxPadding(Dictionary<java.lang.String,?> checkboxPadding)voidTerraCalendarButtonSkin. setFont(Dictionary<java.lang.String,?> font)voidTerraCalendarSkin. setFont(Dictionary<java.lang.String,?> font)voidTerraCheckboxSkin. setFont(Dictionary<java.lang.String,?> font)voidTerraColorChooserButtonSkin. setFont(Dictionary<java.lang.String,?> font)voidTerraGaugeSkin. setFont(Dictionary<java.lang.String,?> font)voidTerraLinkButtonSkin. setFont(Dictionary<java.lang.String,?> font)voidTerraListButtonSkin. setFont(Dictionary<java.lang.String,?> font)voidTerraListViewSkin. setFont(Dictionary<java.lang.String,?> font)voidTerraMenuBarSkin. setFont(Dictionary<java.lang.String,?> font)voidTerraMenuButtonSkin. setFont(Dictionary<java.lang.String,?> font)voidTerraMenuSkin. setFont(Dictionary<java.lang.String,?> font)voidTerraMeterSkin. setFont(Dictionary<java.lang.String,?> font)voidTerraPushButtonSkin. setFont(Dictionary<java.lang.String,?> font)voidTerraRadioButtonSkin. setFont(Dictionary<java.lang.String,?> font)voidTerraSpinnerSkin. setFont(Dictionary<java.lang.String,?> fontDictionary)voidTerraSuggestionPopupSkin. setFont(Dictionary<java.lang.String,?> font)voidTerraTableViewHeaderSkin. setFont(Dictionary<java.lang.String,?> font)voidTerraTableViewSkin. setFont(Dictionary<java.lang.String,?> font)voidTerraTextInputSkin. setFont(Dictionary<java.lang.String,?> fontDict)voidTerraTreeViewSkin. setFont(Dictionary<java.lang.String,?> fontDictionary)voidTerraFormSkin. setLabelFont(Dictionary<java.lang.String,?> fontDict)voidTerraFormSkin. setMessageFont(Dictionary<java.lang.String,?> fontDict)voidTerraAccordionSkin. setPadding(Dictionary<java.lang.String,?> padding)voidTerraCalendarButtonSkin. setPadding(Dictionary<java.lang.String,?> padding)voidTerraColorChooserButtonSkin. setPadding(Dictionary<java.lang.String,?> padding)voidTerraExpanderSkin. setPadding(Dictionary<java.lang.String,?> padding)voidTerraFormSkin. setPadding(Dictionary<java.lang.String,?> padding)voidTerraFrameSkin. setPadding(Dictionary<java.lang.String,?> padding)voidTerraGaugeSkin. setPadding(Dictionary<java.lang.String,?> padding)Sets the amount of space to leave between the edge of the gauge area and the actual drawing.voidTerraListButtonSkin. setPadding(Dictionary<java.lang.String,?> padding)voidTerraMenuButtonSkin. setPadding(Dictionary<java.lang.String,?> padding)voidTerraPaletteSkin. setPadding(Dictionary<java.lang.String,?> padding)voidTerraPushButtonSkin. setPadding(Dictionary<java.lang.String,?> padding)voidTerraSheetSkin. setPadding(Dictionary<java.lang.String,?> padding)voidTerraTextInputSkin. setPadding(Dictionary<java.lang.String,?> paddingDictionary)voidTerraExpanderSkin. setTitleBarFont(Dictionary<java.lang.String,?> titleBarFont)voidTerraPaletteSkin. setTitleFont(Dictionary<java.lang.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 Modifier and Type Class Description classElement.ElementDictionaryDictionary representing the attributes declared by this element.classElement.NamespaceDictionaryDictionary representing the namespaces declared by this element.
-