Uses of Class
ca.phon.ui.ipamap.io.Cell
Packages that use Cell
-
Uses of Cell in ca.phon.ipamap
Method parameters in ca.phon.ipamap with type arguments of type CellModifier and TypeMethodDescriptionvoidIpaMap.onAddCellToFavorites(PhonActionEvent<Cell> pae) Add cell to favorites gridvoidIpaMap.onCellClicked(PhonActionEvent<Cell> pae) Cell button clickedvoidIpaMap.onRemoveCellFromFavorites(PhonActionEvent<Cell> pae) Remove cell from the favorites list -
Uses of Cell in ca.phon.ipamap2
Methods in ca.phon.ipamap2 that return types with arguments of type CellModifier and TypeMethodDescriptionIPAMapGrid.getCellFilter()IPAMapGridContainer.getCellFilter()IPAMapGridContainer.getSelectedCells()Return an unmodifiable list of selected CellsIPAGrids.performSearch(IpaMapSearchField.SearchType st, String search) Perform a searchMethods in ca.phon.ipamap2 with parameters of type CellModifier and TypeMethodDescriptionvoidIPAMapGrid.fireCellClicked(Cell cell, MouseEvent me) voidIPAMapGridContainer.fireCellClicked(Cell cell, MouseEvent me) voidIPAMapGrid.fireCellEntered(Cell cell, MouseEvent me) voidIPAMapGridContainer.fireCellEntered(Cell cell, MouseEvent me) voidIPAMapGrid.fireCellExited(Cell cell, MouseEvent me) voidIPAMapGridContainer.fireCellExited(Cell cell, MouseEvent me) voidIPAMapGrid.fireCellPressed(Cell cell, MouseEvent me) voidIPAMapGridContainer.fireCellPressed(Cell cell, MouseEvent me) voidIPAMapGrid.fireCellReleased(Cell cell, MouseEvent me) voidIPAMapGridContainer.fireCellReleased(Cell cell, MouseEvent me) DefaultIPAMapGridUI.getCellRect(Cell cell, Dimension cellDim) voidIPAMapGridMouseListener.mouseClicked(Cell cell, MouseEvent me) voidIPAMapGridMouseListener.mouseEntered(Cell cell, MouseEvent me) voidIPAMapGridMouseListener.mouseExited(Cell cell, MouseEvent me) voidIPAMapGridMouseListener.mousePressed(Cell cell, MouseEvent me) voidIPAMapGridMouseListener.mouseReleased(Cell cell, MouseEvent me) voidDefaultIPAMapCellRenderer.paintCell(IPAMapGrid mapGrid, Graphics2D g2, Rectangle cellRect, Cell cell, boolean isHover, boolean isPressed, boolean isSelected) voidIPAMapCellRenderer.paintCell(IPAMapGrid mapGrid, Graphics2D g2, Rectangle cellRect, Cell cell, boolean isHover, boolean isPressed, boolean isSelected) Paint cellvoidMethod parameters in ca.phon.ipamap2 with type arguments of type CellModifier and TypeMethodDescriptionvoidIPAGrids.buildGrid(Grid grid, Collection<Cell> searchResults) Setup grid of cells.IPAGrids.buildGrid(Collection<Cell> searchResults) Create a search gridvoidIPAMapGrid.setCellFilter(Predicate<Cell> cellFilter) voidIPAMapGridContainer.setCellFilter(Predicate<Cell> filter) -
Uses of Cell in ca.phon.ui.ipamap.io
Fields in ca.phon.ui.ipamap.io with type parameters of type CellMethods in ca.phon.ui.ipamap.io that return CellMethods in ca.phon.ui.ipamap.io that return types with arguments of type CellModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Cell> ObjectFactory.createCell(Cell value) Grid.getCell()Gets the value of the cell property.Methods in ca.phon.ui.ipamap.io with parameters of type CellModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Cell> ObjectFactory.createCell(Cell value)