+ (MUIFilepanel *) filepanel
Default constructor
- (OBString *) absolutePath
Similar to path, but ensures the path is absolute
- (OBString *) acceptPattern
- (BOOL) doMultiSelect
- (BOOL) doPatterns
- (BOOL) doSaveMode
- (OBString *) drawer
- (BOOL) drawersOnly
- (OBString *) file
- (BOOL) filterDrawers
- (struct Hook *) filterFunc
- (void) noNotifySetDrawer:(OBString *)drawer
- (void) noNotifySetFile:(OBString *)file
- (void) noNotifySetPattern:(OBString *)pattern
- (OBString *) path
Combines drawer and file attributes into one
- (OBString *) pattern
- (BOOL) rejectIcons
- (OBString *) rejectPattern
- (void) setAcceptPattern:(OBString *)acceptpattern
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (void) setDoMultiSelect:(BOOL)domultiselect
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (void) setDoPatterns:(BOOL)dopatterns
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (void) setDoSaveMode:(BOOL)dosavemode
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (void) setDrawer:(OBString *)drawer
- (void) setDrawersOnly:(BOOL)drawersonly
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (void) setFile:(OBString *)file
- (void) setFilterDrawers:(BOOL)filterdrawers
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (void) setFilterFunc:(struct Hook *)filterfunc
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (void) setPath:(OBString *)path
- (void) setPattern:(OBString *)pattern
- (void) setRejectIcons:(BOOL)rejecticons
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (void) setRejectPattern:(OBString *)rejectpattern
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated