public abstract class InfoTable extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InfoTable.Info |
static class |
InfoTable.InfoTableException |
Constructor and Description |
---|
InfoTable(Dialect d,
String sectionName)
Creates an information table for a given section name.
|
Modifier and Type | Method and Description |
---|---|
void |
addParents(Collection<? extends InfoTable> parents) |
protected abstract <T extends InfoTable> |
addParentTable(T table) |
Dialect |
getDialect() |
String |
getSectionName() |
static String |
getWord(String decorword)
Removes all decorations, that are strokes,
from a decorword and returns the word part.
|
public static String getWord(String decorword)
public Dialect getDialect()
public final void addParents(Collection<? extends InfoTable> parents) throws InfoTable.InfoTableException
InfoTable.InfoTableException
protected abstract <T extends InfoTable> void addParentTable(T table) throws InfoTable.InfoTableException
InfoTable.InfoTableException
public String getSectionName()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.