Searched refs:tokens (Results 1 – 2 of 2) sorted by relevance
143 Each "region collection" basically matches one XML tag, with sub-regions for all the tokens
269 String[] tokens = paletteModes.split(","); //$NON-NLS-1$ in loadPaletteMode() local271 mPaletteMode = PaletteMode.valueOf(tokens[0]); in loadPaletteMode()