|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkawigi.cmd.ProblemContext
public class ProblemContext
This class is basically few globals that store the context of the current problem and language being worked on in KawigiEdit.
| Constructor Summary | |
|---|---|
ProblemContext()
|
|
| Method Summary | |
|---|---|
static ClassDecl |
getCurrentClass()
Returns the current problem's class info. |
static EditorLanguage |
getLanguage()
Returns the current language that is being used. |
static void |
setCurrentClass(ClassDecl currentClass)
Sets the current problem's class info. |
static void |
setLanguage(EditorLanguage lang)
Sets the current language that is being used. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProblemContext()
| Method Detail |
|---|
public static ClassDecl getCurrentClass()
public static void setCurrentClass(ClassDecl currentClass)
public static EditorLanguage getLanguage()
public static void setLanguage(EditorLanguage lang)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||