Uses of Class
ca.phon.ui.ipamap.io.Cell
-
Uses of Cell in ca.phon.ipamap
Modifier and TypeMethodDescriptionvoid
IpaMap.onAddCellToFavorites
(PhonActionEvent<Cell> pae) Add cell to favorites gridvoid
IpaMap.onCellClicked
(PhonActionEvent<Cell> pae) Cell button clickedvoid
IpaMap.onRemoveCellFromFavorites
(PhonActionEvent<Cell> pae) Remove cell from the favorites list -
Uses of Cell in ca.phon.ipamap2
Modifier and TypeMethodDescriptionIPAMapGrid.getCellFilter()
IPAMapGridContainer.getCellFilter()
IPAMapGridContainer.getSelectedCells()
Return an unmodifiable list of selected CellsIPAGrids.performSearch
(IpaMapSearchField.SearchType st, String search) Perform a searchModifier and TypeMethodDescriptionvoid
IPAMapGrid.fireCellClicked
(Cell cell, MouseEvent me) void
IPAMapGridContainer.fireCellClicked
(Cell cell, MouseEvent me) void
IPAMapGrid.fireCellEntered
(Cell cell, MouseEvent me) void
IPAMapGridContainer.fireCellEntered
(Cell cell, MouseEvent me) void
IPAMapGrid.fireCellExited
(Cell cell, MouseEvent me) void
IPAMapGridContainer.fireCellExited
(Cell cell, MouseEvent me) void
IPAMapGrid.fireCellPressed
(Cell cell, MouseEvent me) void
IPAMapGridContainer.fireCellPressed
(Cell cell, MouseEvent me) void
IPAMapGrid.fireCellReleased
(Cell cell, MouseEvent me) void
IPAMapGridContainer.fireCellReleased
(Cell cell, MouseEvent me) DefaultIPAMapGridUI.getCellRect
(Cell cell, Dimension cellDim) void
IPAMapGridMouseListener.mouseClicked
(Cell cell, MouseEvent me) void
IPAMapGridMouseListener.mouseEntered
(Cell cell, MouseEvent me) void
IPAMapGridMouseListener.mouseExited
(Cell cell, MouseEvent me) void
IPAMapGridMouseListener.mousePressed
(Cell cell, MouseEvent me) void
IPAMapGridMouseListener.mouseReleased
(Cell cell, MouseEvent me) void
DefaultIPAMapCellRenderer.paintCell
(IPAMapGrid mapGrid, Graphics2D g2, Rectangle cellRect, Cell cell, boolean isHover, boolean isPressed, boolean isSelected) void
IPAMapCellRenderer.paintCell
(IPAMapGrid mapGrid, Graphics2D g2, Rectangle cellRect, Cell cell, boolean isHover, boolean isPressed, boolean isSelected) Paint cellvoid
Modifier and TypeMethodDescriptionvoid
IPAGrids.buildGrid
(Grid grid, Collection<Cell> searchResults) Setup grid of cells.IPAGrids.buildGrid
(Collection<Cell> searchResults) Create a search gridvoid
IPAMapGrid.setCellFilter
(Predicate<Cell> cellFilter) void
IPAMapGridContainer.setCellFilter
(Predicate<Cell> filter) -
Uses of Cell in ca.phon.ui.ipamap.io
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Cell>
ObjectFactory.createCell
(Cell value) Grid.getCell()
Gets the value of the cell property.Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Cell>
ObjectFactory.createCell
(Cell value)