public class FileChooserHistory extends Object
Constructor and Description |
---|
FileChooserHistory() |
Modifier and Type | Method and Description |
---|---|
boolean |
canGoBack()
Checks if back navigation is possible.
|
boolean |
canGoForward()
Checks if forward navigation is possible.
|
void |
clear()
Clears the entire history.
|
Path |
getCurrentDirectory()
Get the current directory in history, or null if history is empty.
|
Path |
goBack()
Moves back in the history.
|
Path |
goForward()
Moves forward in the history.
|
void |
insert(Path directory)
Set a new directory, adding it to the history.
|
public void insert(Path directory)
public Path goBack()
public Path goForward()
public void clear()
public Path getCurrentDirectory()
public boolean canGoBack()
public boolean canGoForward()
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.