@Generated(value="net.officefloor.model.generate.ModelGenerator") public class PropertyFileModel extends AbstractModel implements ItemModel<PropertyFileModel>, PropertySourceModel
Modifier and Type | Class and Description |
---|---|
static class |
PropertyFileModel.PropertyFileEvent |
Constructor and Description |
---|
PropertyFileModel()
Default constructor.
|
PropertyFileModel(String path)
Convenience constructor.
|
PropertyFileModel(String path,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath() |
RemoveConnectionsAction<PropertyFileModel> |
removeConnections()
Remove Connections.
|
void |
setPath(String path) |
addItemToList, addPropertyChangeListener, changeField, firePropertyChange, getX, getY, removeItemFromList, removePropertyChangeListener, setX, setY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, getX, getY, removePropertyChangeListener, setX, setY
public PropertyFileModel()
public PropertyFileModel(String path)
path
- Path.public PropertyFileModel(String path, int x, int y)
path
- Path.x
- Horizontal location.y
- Vertical location.public String getPath()
public void setPath(String path)
path
- Path.public RemoveConnectionsAction<PropertyFileModel> removeConnections()
removeConnections
in interface ItemModel<PropertyFileModel>
RemoveConnectionsAction
to remove the ConnectionModel
instances.Copyright © 2005–2016. All rights reserved.