|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--amber.type.server.FileFilterData
This class holds information relating to File masks to be used when deciding which files to display in a File dialog.
FileDialog,
FileFilter| Field Summary | |
protected java.lang.String |
displayName
The text to display in the file type choice. |
protected java.lang.String |
filter
The file filter string. |
| Constructor Summary | |
FileFilterData()
Default Constructor. |
|
FileFilterData(java.lang.String displayName,
java.lang.String filter)
Initialising Constructor. |
|
| Method Summary | |
java.lang.String |
getDisplayName()
Gets the data in the following variable: The text to display in the file type choice. |
java.lang.String |
getFilter()
Gets the data in the following variable: The file filter string. |
void |
setDisplayName(java.lang.String data)
Sets the data in the following variable: The text to display in the file type choice. |
void |
setFilter(java.lang.String data)
Sets the data in the following variable: The file filter string. |
java.lang.String |
toString()
This function returns the String form of the data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String displayName
protected java.lang.String filter
| Constructor Detail |
public FileFilterData()
public FileFilterData(java.lang.String displayName,
java.lang.String filter)
displayName - The text to display in the file type choice.filter - The file filter string.| Method Detail |
public java.lang.String getDisplayName()
public java.lang.String getFilter()
public void setDisplayName(java.lang.String data)
data - String containing the data to set the variable to.public void setFilter(java.lang.String data)
data - String containing the data to set the variable to.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||