Class IPAMapSelector

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable
Direct Known Subclasses:
DiacriticSelector

public class IPAMapSelector extends JComponent
Allows for selection of a set of IPA elements.
See Also:
  • Field Details

    • ipaGrids

      protected IPAGrids ipaGrids
  • Constructor Details

    • IPAMapSelector

      public IPAMapSelector()
  • Method Details

    • getSectionNames

      public Set<String> getSectionNames()
    • isSectionVisible

      public boolean isSectionVisible(String sectionName)
    • setSectionVisible

      public void setSectionVisible(String sectionName, boolean visible)
    • getMapGridContainer

      public IPAMapGridContainer getMapGridContainer()
    • getMapGrids

      public Collection<IPAMapGrid> getMapGrids()
    • addCheckBox

      public void addCheckBox(IPAMapGrid mapGrid)
    • loadGrids

      protected void loadGrids()
    • addGrids

      protected void addGrids(IPAGrids ipaGrids)
    • getSelectedGrid

      public Grid getSelectedGrid()
    • getSelected

      public List<String> getSelected()
    • setSelected

      public void setSelected(Collection<String> selected)
    • clearSelection

      public void clearSelection()
    • invertSelection

      public void invertSelection()
    • cellSelectionChanged

      public void cellSelectionChanged(IPAMapGrid mapGrid, int cellIdx, boolean selected)
      Called when cell selected has changed.