Public Member Functions | |
GalleryAction (FolderFile ff) | |
String | getLabel () |
String | getImage () |
Object | doAction () |
boolean | refreshParent () |
boolean | refreshSelf () |
boolean | isClientSide () |
Definition at line 36 of file GalleryAction.java.
org.turro.file.action.GalleryAction.GalleryAction | ( | FolderFile | ff | ) |
Definition at line 40 of file GalleryAction.java.
Object org.turro.file.action.GalleryAction.doAction | ( | ) |
Implements org.turro.file.action.FileAction.
Definition at line 55 of file GalleryAction.java.
String org.turro.file.action.GalleryAction.getImage | ( | ) |
Implements org.turro.file.action.FileAction.
Definition at line 50 of file GalleryAction.java.
String org.turro.file.action.GalleryAction.getLabel | ( | ) |
Implements org.turro.file.action.FileAction.
Definition at line 45 of file GalleryAction.java.
boolean org.turro.file.action.GalleryAction.isClientSide | ( | ) |
Implements org.turro.file.action.FileAction.
Definition at line 142 of file GalleryAction.java.
boolean org.turro.file.action.GalleryAction.refreshParent | ( | ) |
Implements org.turro.file.action.FileAction.
Definition at line 132 of file GalleryAction.java.
boolean org.turro.file.action.GalleryAction.refreshSelf | ( | ) |
Implements org.turro.file.action.FileAction.
Definition at line 137 of file GalleryAction.java.