|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface RemoteFileMetadataInterface
RemoteFileMetadataInterface defines the interface of a metadata storage class for various types of
remote files.
com.sas.swing.visuals.remotefileselector.BaseRemoteFileMetadata,
| Method Summary | |
|---|---|
java.lang.String |
getIcon()
Returns the icon name associated with the file. |
java.lang.String |
getName()
Returns the file name. |
java.lang.String |
getPath()
Returns the path associated with the file. |
boolean |
isDrillable()
Returns whether a particular file can be drilled down on to show other levels in a file hierarchy. |
void |
setDrillable(boolean value)
Sets whether a particular file can be drilled down on. |
void |
setIcon(java.lang.String newIcon)
Allows an icon name to be associated with a file. |
void |
setName(java.lang.String newName)
Sets the file name. |
void |
setPath(java.lang.String newPath)
Sets the path associated with the file. |
java.lang.String |
toString()
Returns a string that displays and identifies this object's properties. |
| Method Detail |
|---|
java.lang.String getName()
setName(String)void setName(java.lang.String newName)
newName - the file name being setgetName()java.lang.String getIcon()
setIcon(String)void setIcon(java.lang.String newIcon)
newIcon - the icon namegetIcon()boolean isDrillable()
setDrillable(boolean)void setDrillable(boolean value)
value - set to true if file can be drilled down onisDrillable()java.lang.String toString()
toString in class java.lang.Objectjava.lang.String getPath()
setPath(String)void setPath(java.lang.String newPath)
newPath - the file path being setgetPath()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||