public class Craft
extends Object
Modifier and Type | Field and Description |
---|---|
static JMenuItem |
backToCraftCmdItem |
static ModulePlugin |
craftModulePlugin |
static Color |
craftPink |
static JPanel |
craftPreferencesPanel |
static Properties |
craftProperties |
static CraftWindow |
craftWindow |
static String |
GridFolder |
static File |
GridFolderFile |
private static int |
number |
static String |
rgxmlSuffix |
static boolean |
tryGenericSenseInRepGrid |
static boolean |
useOnlyBinaryRelationsinCraft |
static boolean |
useOnlyGenericConceptsinCraft |
static ArrayList |
windowList |
Constructor and Description |
---|
Craft() |
Modifier and Type | Method and Description |
---|---|
static void |
addRGWindow(RGDisplayWindow win)
Inform the CRAFT system that there's a new repertory grid window to keep
track of.
|
static void |
createNewRGWindow() |
static int |
getNextNumber() |
static void |
queryForGridFolder(JFrame f)
Query the user for a new graphs folder.
|
static void |
removeRGWindow(RGDisplayWindow win)
Inform the CRAFT system that a window needs to be forgotten.
|
static void |
say(String s) |
static void |
setGridFolderFile(File folder) |
static TrackedRepertoryGrid |
testgrid() |
public static ArrayList windowList
public static CraftWindow craftWindow
public static final Color craftPink
public static final String rgxmlSuffix
public static JMenuItem backToCraftCmdItem
public static JPanel craftPreferencesPanel
public static boolean useOnlyGenericConceptsinCraft
public static File GridFolderFile
public static String GridFolder
public static boolean useOnlyBinaryRelationsinCraft
public static boolean tryGenericSenseInRepGrid
public static ModulePlugin craftModulePlugin
public static Properties craftProperties
private static int number
public static void addRGWindow(RGDisplayWindow win)
win
- the new window, minimally initiatlized.public static void removeRGWindow(RGDisplayWindow win)
win
- the window to forget. If this window isn't already there, then
ignore it.public static int getNextNumber()
public static void createNewRGWindow()
public static TrackedRepertoryGrid testgrid()
public static void queryForGridFolder(JFrame f)
f
- parent frame for the dialog.public static void setGridFolderFile(File folder)
public static void say(String s)