public class BrowseEvents
extends java.lang.Object
Constructor and Description |
---|
BrowseEvents() |
Modifier and Type | Method and Description |
---|---|
void |
fuzzy(java.lang.String orientation,
java.lang.String location,
org.apache.commons.vfs.FileObject base)
Open a fuzzy URL in a file browser list.
|
void |
refresh()
Refresh both file browser lists.
|
void |
swap()
Swap the contents of the left and right file browser lists.
|
java.lang.String |
toString() |
void |
url(java.lang.String orientation,
java.lang.String location,
org.apache.commons.vfs.FileObject base)
Open an URL in a file browser list.
|
public void refresh()
public void swap()
public void url(java.lang.String orientation, java.lang.String location, org.apache.commons.vfs.FileObject base)
orientation
- Specifies the file browser list that should open the URL.location
- absolute or relative URL to open.base
- base URL to use if the location is relative.public void fuzzy(java.lang.String orientation, java.lang.String location, org.apache.commons.vfs.FileObject base) throws java.io.IOException
orientation
- Specifies the file browser list that should open the URL.location
- fuzzy URL to open.base
- base URL to use if the location is relative.java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object