macos
Class MacOSHandler

java.lang.Object
macos.MacOSHandler
- All Implemented Interfaces:
- Handler
- public class MacOSHandler
- extends java.lang.Object
- implements Handler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lastOpenFile
private org.gjt.sp.jedit.Buffer lastOpenFile
et
private MacOSHandler.ExitThread et
defaultType
private final MRJOSType defaultType
defaultCreator
private final MRJOSType defaultCreator
MacOSHandler
public MacOSHandler()
handleQuit
public void handleQuit()
- Specified by:
handleQuit in interface Handler
handleAbout
public void handleAbout()
- Specified by:
handleAbout in interface Handler
handlePrefs
public void handlePrefs()
- Specified by:
handlePrefs in interface Handler
handleOpenFile
public void handleOpenFile(java.io.File file)
- Specified by:
handleOpenFile in interface Handler
handleOpenFile
public void handleOpenFile(org.gjt.sp.jedit.msg.ViewUpdate msg)
- Specified by:
handleOpenFile in interface Handler
handleFileCodes
public void handleFileCodes(org.gjt.sp.jedit.msg.BufferUpdate msg)
- Specified by:
handleFileCodes in interface Handler