public class Recent
extends Object
Constructor and Description |
---|
Recent() |
Modifier and Type | Method and Description |
---|---|
static void |
append(Editor editor)
Called by Base when a new sketch is opened, to add the sketch to the last
entry on the Recent queue.
|
static JMenu |
getMenu() |
static JMenu |
getToolbarMenu() |
static void |
init(Base b) |
static void |
remove(Editor editor) |
static void |
rename(Editor editor,
String oldPath) |
public static void init(Base b)
public static JMenu getMenu()
public static JMenu getToolbarMenu()
public static void remove(Editor editor)
public static void append(Editor editor)
public static void rename(Editor editor, String oldPath)