Uses of Class
net.ajaest.data.kanji.Radical

Packages that use Radical
net.ajaest.core.main   
net.ajaest.data.dict   
net.ajaest.data.kanji   
net.ajaest.gui.auxi   
net.ajaest.gui.windows   
net.ajaest.tools   
net.ajaest.tools.parsers   
 

Uses of Radical in net.ajaest.core.main
 

Methods in net.ajaest.core.main that return Radical
 Radical JavaDiKt.getRadicalInfo(java.lang.Integer rad)
           
 

Methods in net.ajaest.core.main that return types with arguments of type Radical
 java.util.SortedSet<Radical> JavaDiKt.getRadicalInfos(java.lang.Integer rad)
           
 

Uses of Radical in net.ajaest.data.dict
 

Fields in net.ajaest.data.dict with type parameters of type Radical
private  java.util.Map<java.lang.Integer,java.util.SortedSet<Radical>> NeodatisKanjiDatabaseManager.radicals
           
 

Methods in net.ajaest.data.dict that return Radical
 Radical KanjiDict.getRadicalMainInfo(java.lang.Integer rad)
           
 

Methods in net.ajaest.data.dict that return types with arguments of type Radical
 java.util.SortedSet<Radical> KanjiDict.getRadicalInfos(java.lang.Integer rad)
           
 java.util.SortedSet<Radical> NeodatisKanjiDatabaseManager.getRadicalInfos(java.lang.Integer radNumber)
           
 

Uses of Radical in net.ajaest.data.kanji
 

Methods in net.ajaest.data.kanji with parameters of type Radical
 int Radical.compareTo(Radical o)
           
 

Uses of Radical in net.ajaest.gui.auxi
 

Fields in net.ajaest.gui.auxi declared as Radical
private  Radical RadicalInfoPanel.radical
           
 

Constructors in net.ajaest.gui.auxi with parameters of type Radical
RadicalInfoPanel(KanjiInfoWH kiwe, Radical rad, java.lang.Boolean romanized)
          Creates new form RadicalInfoPanel
 

Uses of Radical in net.ajaest.gui.windows
 

Fields in net.ajaest.gui.windows with type parameters of type Radical
private  java.util.SortedSet<Radical> RadicalInfoWindow.variants
           
 

Constructor parameters in net.ajaest.gui.windows with type arguments of type Radical
RadicalInfoWindow(KanjiInfoWH kiwe, java.util.SortedSet<Radical> radicals)
          Creates new form RadicalInfoWindow
 

Uses of Radical in net.ajaest.tools
 

Fields in net.ajaest.tools with type parameters of type Radical
private  java.util.SortedSet<Radical> KanjiODBBuilder.radicals
           
 

Uses of Radical in net.ajaest.tools.parsers
 

Methods in net.ajaest.tools.parsers that return Radical
 Radical RadicalsParser.parseLine(java.lang.String s)
           
 

Methods in net.ajaest.tools.parsers that return types with arguments of type Radical
 java.util.List<Radical> RadicalsParser.parse()