public class Desktop extends Object
Modifier and Type | Method and Description |
---|---|
void |
closeFile() |
void |
closeProglet() |
void |
compileFile() |
void |
focusOnConsolePanel() |
void |
focusOnProgletPanel() |
JFrame |
getFrame() |
static Desktop |
getInstance() |
ToolBar |
getToolBar() |
boolean |
isClosable() |
void |
openBrowserTab(String url,
String name) |
void |
openBrowserTab(URL url,
String name) |
boolean |
openFile() |
boolean |
openFile(File file) |
boolean |
openFile(String file) |
boolean |
openFile(URL url) |
boolean |
openNewFile() |
boolean |
openProglet(String proglet) |
boolean |
openProglet(String proglet,
boolean closed) |
boolean |
saveCurrentFile() |
public static Desktop getInstance()
public JFrame getFrame()
public ToolBar getToolBar()
public boolean isClosable()
public boolean openNewFile()
public boolean openFile(File file)
public boolean openFile(URL url)
public boolean openFile(String file)
public boolean openFile()
public boolean saveCurrentFile()
public void closeFile()
public void compileFile()
public void closeProglet()
public boolean openProglet(String proglet, boolean closed)
public boolean openProglet(String proglet)
public void focusOnConsolePanel()
public void focusOnProgletPanel()
Copyright © 2024. All rights reserved.