메소드 | 설명 | |
---|---|---|
ContentsHaveChanged ( ) : bool | ||
CreateNewFile ( ) : void |
Creates a new blank file.
|
|
InitialiseListView ( ) : void |
Initialises and populates a listview with the html files in a directory.
|
|
MainViewController ( |
||
RefreshDirectory ( ) : void |
Reloads the directory in the view.
|
|
RemoveCurrentFile ( ) : void |
Removes the currently loaded file from the file system.
|
|
RenameFile ( string oldName, string newName ) : void |
Rename the old file name to the new file name.
|
|
SelectFile ( string value ) : void | ||
ValidateTitle ( ) : void |
메소드 | 설명 | |
---|---|---|
FindItem ( string text ) : int |
Returns the index of the listview item
|
public MainViewController ( |
||
model | ||
view | IMainView | |
리턴 | System |
public RenameFile ( string oldName, string newName ) : void | ||
oldName | string | |
newName | string | |
리턴 | void |