edu.uchsc.ccp.knowtator
Class ProjectSettings
java.lang.Object
edu.uchsc.ccp.knowtator.ProjectSettings
public class ProjectSettings
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROJECT_RECENT_TSC
public static final String PROJECT_RECENT_TSC
- Records the most recent type of TextSourceCollection (tsc) used by this
project.
PROJECT_RECENT_TSC_INDEX
public static final String PROJECT_RECENT_TSC_INDEX
SHOW_INSTANCES
public static final String SHOW_INSTANCES
DEFAULT_TOKEN_REGEX
public static final String DEFAULT_TOKEN_REGEX
ACTIVE_CONFIGURATION
public static final String ACTIVE_CONFIGURATION
ProjectSettings
public ProjectSettings()
getShowInstances
public static boolean getShowInstances(Project project)
setShowInstances
public static void setShowInstances(Project project,
boolean showInstances)
getRecentTextSourceCollection
public static TextSourceCollection getRecentTextSourceCollection(Project project)
setRecentTextSourceCollection
public static void setRecentTextSourceCollection(Project project,
TextSourceCollection tsc)
getRecentTextSourceCollectionIndex
public static int getRecentTextSourceCollectionIndex(Project project)
setRecentTextSourceCollectionIndex
public static void setRecentTextSourceCollectionIndex(Project project,
int recentIndex)
getActiveConfiguration
public static SimpleInstance getActiveConfiguration(Project project)
setActiveConfiguration
public static void setActiveConfiguration(Project project,
SimpleInstance configurationInstance)