|
Change Parameter Type value : Directory to value : Vault in method public serialize(value Vault, jgen JsonGenerator, provider SerializerProvider) : void in class org.cryptomator.ui.model.VaultSerializer |
From |
To |
|
Change Parameter Type directories : List<Directory> to directories : List<Vault> in method public setDirectories(directories List<Vault>) : void in class org.cryptomator.ui.settings.Settings |
From |
To |
|
Change Parameter Type directory : Directory to directory : Vault in method private showUnlockedView(directory Vault) : void in class org.cryptomator.ui.MainController |
From |
To |
|
Change Parameter Type directory : Directory to directory : Vault in method private showInitializeView(directory Vault) : void in class org.cryptomator.ui.MainController |
From |
To |
|
Change Parameter Type change : ListChangeListener.Change<? extends Directory> to change : ListChangeListener.Change<? extends Vault> in method private selectedDirectoryDidChange(change ListChangeListener.Change<? extends Vault>) : void in class org.cryptomator.ui.MainController |
From |
To |
|
Change Parameter Type param : ListView<Directory> to param : ListView<Vault> in method private createDirecoryListCell(param ListView<Vault>) : ListCell<Vault> in class org.cryptomator.ui.MainController |
From |
To |
|
Change Parameter Type directory : Directory to directory : Vault in method private showUnlockView(directory Vault) : void in class org.cryptomator.ui.MainController |
From |
To |
|
Change Parameter Type directory : Directory to directory : Vault in method public setDirectory(directory Vault) : void in class org.cryptomator.ui.UnlockedController |
From |
To |
|
Change Parameter Type directory : Directory to directory : Vault in method public setDirectory(directory Vault) : void in class org.cryptomator.ui.UnlockController |
From |
To |
|
Change Parameter Type directory : Directory to directory : Vault in method public setDirectory(directory Vault) : void in class org.cryptomator.ui.InitializeController |
From |
To |
|
Change Parameter Type item : Directory to item : Vault in method protected updateItem(item Vault, empty boolean) : void in class org.cryptomator.ui.controls.DirectoryListCell |
From |
To |
|
Change Parameter Type directory : Directory to directory : Vault in method private showDirectory(directory Vault) : void in class org.cryptomator.ui.MainController |
From |
To |
|
Change Return Type List<Directory> to List<Vault> in method public getDirectories() : List<Vault> in class org.cryptomator.ui.settings.Settings |
From |
To |
|
Change Return Type Directory to Vault in method public getDirectory() : Vault in class org.cryptomator.ui.UnlockedController |
From |
To |
|
Change Return Type Collection<Directory> to Collection<Vault> in method public getDirectories() : Collection<Vault> in class org.cryptomator.ui.MainController |
From |
To |
|
Change Return Type Collection<Directory> to Collection<Vault> in method public getUnlockedDirectories() : Collection<Vault> in class org.cryptomator.ui.MainController |
From |
To |
|
Change Return Type Directory to Vault in method public getDirectory() : Vault in class org.cryptomator.ui.UnlockController |
From |
To |
|
Change Return Type ListCell<Directory> to ListCell<Vault> in method private createDirecoryListCell(param ListView<Vault>) : ListCell<Vault> in class org.cryptomator.ui.MainController |
From |
To |
|
Change Return Type Directory to Vault in method public getDirectory() : Vault in class org.cryptomator.ui.InitializeController |
From |
To |
|
Change Return Type Directory to Vault in method public deserialize(jp JsonParser, ctxt DeserializationContext) : Vault in class org.cryptomator.ui.model.VaultDeserializer |
From |
To |
|
Change Variable Type selectedDir : Directory to selectedDir : Vault in method private didClickRemoveSelectedEntry(e ActionEvent) : void in class org.cryptomator.ui.MainController |
From |
To |
|
Change Variable Type other : Directory to other : Vault in method public equals(obj Object) : boolean in class org.cryptomator.ui.model.Vault |
From |
To |
|
Change Variable Type selectedDir : Directory to selectedDir : Vault in method private selectedDirectoryDidChange(change ListChangeListener.Change<? extends Vault>) : void in class org.cryptomator.ui.MainController |
From |
To |
|
Change Variable Type items : ObservableList<Directory> to items : ObservableList<Vault> in method public initialize(url URL, rb ResourceBundle) : void in class org.cryptomator.ui.MainController |
From |
To |
|
Change Variable Type oldItem : Directory to oldItem : Vault in method protected updateItem(item Vault, empty boolean) : void in class org.cryptomator.ui.controls.DirectoryListCell |
From |
To |
|
Change Variable Type dir : Directory to vault : Vault in method package addVault(dir Path, select boolean) : void in class org.cryptomator.ui.MainController |
From |
To |
|
Change Variable Type dir : Directory to dir : Vault in method public deserialize(jp JsonParser, ctxt DeserializationContext) : Vault in class org.cryptomator.ui.model.VaultDeserializer |
From |
To |