Uses of Interface
com.cosylab.vdct.ConsoleInterface
-
Packages that use ConsoleInterface Package Description com.cosylab.vdct -
-
Uses of ConsoleInterface in com.cosylab.vdct
Classes in com.cosylab.vdct that implement ConsoleInterface Modifier and Type Class Description classGUIConsoleInsert the type's description here.classStdoutConsoleThis class is consequently extended from JFrame A better solution would be creating abstract Console and two descendants.Fields in com.cosylab.vdct declared as ConsoleInterface Modifier and Type Field Description protected static ConsoleInterfaceConsole. instanceMethods in com.cosylab.vdct that return ConsoleInterface Modifier and Type Method Description static ConsoleInterfaceConsole. getInstance()Insert the method's description here.Methods in com.cosylab.vdct with parameters of type ConsoleInterface Modifier and Type Method Description static voidConsole. setInstance(ConsoleInterface instance)This is a small trick to replace the default console.
-