public class IconDef extends Object
| Constructor and Description |
|---|
IconDef() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile()
Gets the file for the icon.
|
String |
getName()
Gets the name for the icon.
|
void |
setFile(String file)
Sets the file for the icon.
|
void |
setName(String name)
Sets the name for the icon.
|
public String getName()
public void setName(String name)
name - The name for the icon.public String getFile()
public void setFile(String file)
file - The file for the icon.Copyright © 2015–2018 Bridje Framework. All rights reserved.