A C D E F G H I L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractControl - Interface in ch.zhaw.tasklist.ui.customcontrols
-
This Interface provides many default methods, that are used to create Custom Controls.
- add() - Method in class ch.zhaw.tasklist.ui.WorkspaceHeader
-
Add new quicklink to workspace
- addQuicklink() - Method in class ch.zhaw.tasklist.ui.WorkspaceOverviewView
-
Add workspace container
- addSource(Source) - Method in class ch.zhaw.tasklist.core.Project
-
Adds a new
Source
to the project. - addSource(Source) - Method in class ch.zhaw.tasklist.source.ProjectSource
- addSourceList(ListProperty<E>) - Method in class ch.zhaw.tasklist.utils.AggregatedListProperty
-
Add a source list.
- AggregatedListProperty<E> - Class in ch.zhaw.tasklist.utils
-
An AggregatedListPropert provides functionality to bundle many source lists into one.
- AggregatedListProperty(ListProperty<E>) - Constructor for class ch.zhaw.tasklist.utils.AggregatedListProperty
-
Create a new AggregatedListProperty and set the rootList (read the class description for further details).
- ALPHABETICALLY - ch.zhaw.tasklist.logic.AppointmentSorter.SortType
- App - Class in ch.zhaw.tasklist
-
Main application
- App() - Constructor for class ch.zhaw.tasklist.App
- Appointment - Class in ch.zhaw.tasklist.core
-
Wrapper for
AppointmentSource
- Appointment(AppointmentSource) - Constructor for class ch.zhaw.tasklist.core.Appointment
-
Create appointment
- AppointmentFilter - Class in ch.zhaw.tasklist.logic
-
Filters appointments by start date, end date, comment and/or name.
- AppointmentFilter() - Constructor for class ch.zhaw.tasklist.logic.AppointmentFilter
- AppointmentItem - Class in ch.zhaw.tasklist.ui
-
Appointment card, represents an Appointment in the UI.
- AppointmentItem(Appointment, ListProperty<Appointment>) - Constructor for class ch.zhaw.tasklist.ui.AppointmentItem
-
Create appointment item
- AppointmentOverviewView - Class in ch.zhaw.tasklist.ui
-
Represents the overview for the Appointments in the UI
- AppointmentOverviewView() - Constructor for class ch.zhaw.tasklist.ui.AppointmentOverviewView
-
Create appointment overview
- AppointmentSorter - Class in ch.zhaw.tasklist.logic
-
Sorts
Appointment
s by: title, startDate, priority - AppointmentSorter() - Constructor for class ch.zhaw.tasklist.logic.AppointmentSorter
- AppointmentSorter.SortType - Enum in ch.zhaw.tasklist.logic
-
Possible options of sorting
- AppointmentSource - Class in ch.zhaw.tasklist.source
-
Represents an appointment.
- AppointmentSource() - Constructor for class ch.zhaw.tasklist.source.AppointmentSource
- AppointmentSource.Priority - Enum in ch.zhaw.tasklist.source
- AppointmentUtil - Class in ch.zhaw.tasklist.utils
-
Convenience Utility for Appointments.
- AppointmentUtil() - Constructor for class ch.zhaw.tasklist.utils.AppointmentUtil
C
- ch.zhaw.tasklist - package ch.zhaw.tasklist
- ch.zhaw.tasklist.core - package ch.zhaw.tasklist.core
- ch.zhaw.tasklist.logic - package ch.zhaw.tasklist.logic
- ch.zhaw.tasklist.source - package ch.zhaw.tasklist.source
- ch.zhaw.tasklist.ui - package ch.zhaw.tasklist.ui
- ch.zhaw.tasklist.ui.customcontrols - package ch.zhaw.tasklist.ui.customcontrols
- ch.zhaw.tasklist.utils - package ch.zhaw.tasklist.utils
- CSS_CLASS_SELECTED_ENTRY - Static variable in class ch.zhaw.tasklist.ui.FileBrowserView
D
- DATE - ch.zhaw.tasklist.logic.AppointmentSorter.SortType
- deleteSource(S) - Method in interface ch.zhaw.tasklist.core.IProjectManager
-
Delete a source file from the file system.
- deleteSource(S) - Method in class ch.zhaw.tasklist.logic.ProjectManager
- displayIt() - Method in class ch.zhaw.tasklist.ui.WorkspaceOverviewView
-
Create quicklinks in view
E
- equals(Object) - Method in class ch.zhaw.tasklist.core.Wrapper
-
Check object
- equals(Object) - Method in class ch.zhaw.tasklist.source.AppointmentSource
-
Check object
- equals(Object) - Method in class ch.zhaw.tasklist.source.NoteSource
-
Check object
- equals(Object) - Method in class ch.zhaw.tasklist.source.ProjectSource
- equals(Object) - Method in class ch.zhaw.tasklist.source.QuicklinkSource
-
Check object
- equals(Object) - Method in class ch.zhaw.tasklist.source.Source
-
Check object
- equals(Object) - Method in class ch.zhaw.tasklist.source.WorkspaceSource
-
Check object
- extension - Static variable in class ch.zhaw.tasklist.source.AppointmentSource
- extension - Static variable in class ch.zhaw.tasklist.source.QuicklinkSource
- extension - Static variable in class ch.zhaw.tasklist.source.WorkspaceSource
F
- FileBrowserView - Class in ch.zhaw.tasklist.ui
-
The FileBrowser View.
- FileBrowserView() - Constructor for class ch.zhaw.tasklist.ui.FileBrowserView
-
Create a new
FileBrowserView
. - FileListEntryControl - Class in ch.zhaw.tasklist.ui.customcontrols
-
A custom control for an entry in the FileBrowserView.
- FileListEntryControl(Wrapper<?>) - Constructor for class ch.zhaw.tasklist.ui.customcontrols.FileListEntryControl
-
Create a
FileListEntryControl
. - FileListEntryControl(String, Wrapper<?>) - Constructor for class ch.zhaw.tasklist.ui.customcontrols.FileListEntryControl
-
Create a
FileListEntryControl
. - FileUtil - Class in ch.zhaw.tasklist.utils
-
Utilities for files.
- FileUtil() - Constructor for class ch.zhaw.tasklist.utils.FileUtil
- filter(List<Appointment>) - Method in class ch.zhaw.tasklist.logic.AppointmentFilter
-
Filter all the appointments.
G
- getAdditionalQuicklinks() - Method in class ch.zhaw.tasklist.ui.customcontrols.QuicklinkButtonBarControl
-
Get a list of additional quicklinks to show.
- getAggregatedList() - Method in class ch.zhaw.tasklist.utils.AggregatedListProperty
-
Get the aggregatedList.
- getAllAppointmentsFromProject(Project) - Static method in class ch.zhaw.tasklist.utils.AppointmentUtil
-
Return all appointments of a project.
- getAppointments() - Method in class ch.zhaw.tasklist.core.Project
-
Get Wrapper for
ProjectSource.appointments
. - getAppointments() - Method in class ch.zhaw.tasklist.source.ProjectSource
- getChildren() - Method in class ch.zhaw.tasklist.core.Project
-
Get Wrapper for
ProjectSource.children
. - getChildren() - Method in class ch.zhaw.tasklist.source.ProjectSource
- getComment() - Method in class ch.zhaw.tasklist.core.Appointment
-
Get Wrapper for
AppointmentSource.comment
- getComment() - Method in class ch.zhaw.tasklist.source.AppointmentSource
-
Get comment
- getContent() - Method in class ch.zhaw.tasklist.ui.customcontrols.SideMenuPane.MenuEntry
-
Get the content view.
- getEnd() - Method in class ch.zhaw.tasklist.core.Appointment
-
Get Wrapper for
AppointmentSource.end
- getEnd() - Method in class ch.zhaw.tasklist.source.AppointmentSource
-
Get end date
- getEntry() - Method in class ch.zhaw.tasklist.ui.customcontrols.FileListEntryControl
-
Get the entry this Object is representing.
- getExtension() - Method in class ch.zhaw.tasklist.source.NoteSource
-
Get extension
- getFile() - Method in class ch.zhaw.tasklist.core.Quicklink
-
Get Wrapper for
QuicklinkSource.file
- getFile() - Method in class ch.zhaw.tasklist.source.QuicklinkSource
-
Get file
- getInstance() - Static method in class ch.zhaw.tasklist.ui.Router
-
Get the instance of the Router.
- getMenus() - Method in class ch.zhaw.tasklist.ui.customcontrols.SideMenuPane
-
Get a list of menus.
- getName() - Method in class ch.zhaw.tasklist.core.Wrapper
-
Get Wrapper for
Source.name
property. - getName() - Method in class ch.zhaw.tasklist.source.Source
-
Get name
- getName() - Method in class ch.zhaw.tasklist.ui.AppointmentOverviewView
-
Get name
- getName() - Method in interface ch.zhaw.tasklist.ui.customcontrols.AbstractControl
-
Get the Name of the Custom Control
- getName() - Method in class ch.zhaw.tasklist.ui.FileBrowserView
-
Get the name of this view.
- getName() - Method in class ch.zhaw.tasklist.ui.WorkspaceOverviewView
-
Get name
- getNotes() - Method in class ch.zhaw.tasklist.core.Project
-
Get Wrapper for
ProjectSource.notes
. - getNotes() - Method in class ch.zhaw.tasklist.source.ProjectSource
- getParentProject() - Method in class ch.zhaw.tasklist.core.Project
-
Get ParentProject.
- getParentProject() - Method in class ch.zhaw.tasklist.source.ProjectSource
- getPath() - Method in class ch.zhaw.tasklist.source.ProjectSource
- getPath() - Method in class ch.zhaw.tasklist.source.Source
-
Get path
- getPressedQuicklink() - Method in class ch.zhaw.tasklist.ui.customcontrols.QuicklinkButtonBarControl.QuicklinkEvent
- getPriority() - Method in class ch.zhaw.tasklist.core.Appointment
-
Get Wrapper for
AppointmentSource.priority
- getPriority() - Method in class ch.zhaw.tasklist.source.AppointmentSource
-
Get priority
- getQuicklink() - Method in class ch.zhaw.tasklist.ui.customcontrols.QuicklinkButton
-
Get the quicklink.
- getQuicklink() - Method in class ch.zhaw.tasklist.ui.WorkspaceHeader
-
Create quicklink and return it
- getQuicklinks() - Method in class ch.zhaw.tasklist.core.Workspace
-
Get Wrapper for
WorkspaceSource.quicklinks
- getQuicklinks() - Method in class ch.zhaw.tasklist.source.WorkspaceSource
-
Get quicklinks
- getQuicklinks() - Method in class ch.zhaw.tasklist.ui.customcontrols.QuicklinkButtonBarControl
-
Get a list of quicklinks to show.
- getSource() - Method in class ch.zhaw.tasklist.core.Wrapper
-
Get the unwrapped original source value.
- getSource(Path) - Method in interface ch.zhaw.tasklist.core.IProjectManager
-
Gets file of the path and converts it to a
Source
. - getSource(Path) - Method in class ch.zhaw.tasklist.logic.ProjectManager
-
Get source
- getStart() - Method in class ch.zhaw.tasklist.core.Appointment
-
Get Wrapper for
AppointmentSource.start
- getStart() - Method in class ch.zhaw.tasklist.source.AppointmentSource
-
Get start date
- getStylesheets() - Method in interface ch.zhaw.tasklist.ui.customcontrols.AbstractControl
-
This method is present in all Javafx Controls, and must therefore not be implemented.
- getTitle() - Method in class ch.zhaw.tasklist.source.QuicklinkSource
-
Get title
- getUrl() - Method in class ch.zhaw.tasklist.core.Quicklink
-
Get Wrapper for
QuicklinkSource.url
- getUrl() - Method in class ch.zhaw.tasklist.source.QuicklinkSource
-
Get url
- getWorkspace() - Method in class ch.zhaw.tasklist.core.Project
-
Get Wrapper for
ProjectSource.workspace
. - getWorkspace() - Method in class ch.zhaw.tasklist.source.ProjectSource
H
- handle(QuicklinkButtonBarControl.QuicklinkEvent) - Method in class ch.zhaw.tasklist.ui.FileBrowserView
-
Handle
QuicklinkButtonBarControl.QuicklinkEvent
s issued by theQuicklinkButtonBarControl
. - handle(ActionEvent) - Method in class ch.zhaw.tasklist.ui.customcontrols.SideMenuPane
- handle(MouseEvent) - Method in class ch.zhaw.tasklist.ui.customcontrols.QuicklinkButtonBarControl
-
If a
Quicklink
has been pressed, fire a customQuicklinkButtonBarControl.QuicklinkEvent
. - hashCode() - Method in class ch.zhaw.tasklist.core.Wrapper
-
Return hashcode if source is set
- hashCode() - Method in class ch.zhaw.tasklist.source.AppointmentSource
-
Return hashcode
- hashCode() - Method in class ch.zhaw.tasklist.source.NoteSource
-
Return hashcode
- hashCode() - Method in class ch.zhaw.tasklist.source.ProjectSource
- hashCode() - Method in class ch.zhaw.tasklist.source.QuicklinkSource
-
Return hashcode
- hashCode() - Method in class ch.zhaw.tasklist.source.Source
-
Return hashcode
- hashCode() - Method in class ch.zhaw.tasklist.source.WorkspaceSource
-
Return hashcode
I
- IMPORTANT - ch.zhaw.tasklist.source.AppointmentSource.Priority
- initialize() - Method in class ch.zhaw.tasklist.ui.AppointmentItem
-
Sets all bindings to
Appointment
- initialize() - Method in class ch.zhaw.tasklist.ui.FileBrowserView
-
Initialize the View with project independent stuff.
- INVALID_RESOURCE_CHARACTERS - Static variable in class ch.zhaw.tasklist.utils.FileUtil
- IOOperationUtil - Class in ch.zhaw.tasklist.utils
-
Convenience Utility for IO Operations.
- IOOperationUtil() - Constructor for class ch.zhaw.tasklist.utils.IOOperationUtil
- IProjectManager - Interface in ch.zhaw.tasklist.core
-
A
IProjectManager
is responsible for loading and savingSource
Objects from the file system and serialize theSource
classes to a string representation and vice versa. - isRootProject() - Method in class ch.zhaw.tasklist.core.Project
-
Return true if this is a root project.
- isValidFileName(String) - Static method in class ch.zhaw.tasklist.utils.FileUtil
-
Checks if filename is valid
L
- loadContent() - Method in interface ch.zhaw.tasklist.ui.customcontrols.AbstractControl
-
Load the content (fxml file) for the custom control.
- loadContent(String) - Method in interface ch.zhaw.tasklist.ui.customcontrols.AbstractControl
-
Load the content (fxml file) for the custom control.
- loadContentAndStylesheet() - Method in interface ch.zhaw.tasklist.ui.customcontrols.AbstractControl
-
Load the content (fxml file) and the stylesheet (css file) for the custom control.
- loadProject(Path) - Method in interface ch.zhaw.tasklist.core.IProjectManager
-
Load the RootProject from the file system.
- loadProject(Path) - Method in class ch.zhaw.tasklist.logic.ProjectManager
-
Load the project from the directory
- loadStylesheet() - Method in interface ch.zhaw.tasklist.ui.customcontrols.AbstractControl
-
Load a stylesheet (css file) for the custom control.
- loadStylesheet(String) - Method in interface ch.zhaw.tasklist.ui.customcontrols.AbstractControl
-
Load the stylesheet (css file) for the custom control.
- loadStylesheetFromResource(Class<?>, String) - Method in interface ch.zhaw.tasklist.ui.customcontrols.AbstractControl
-
Load a stylesheet (css file) for the custom control.
M
- main(String[]) - Static method in class ch.zhaw.tasklist.App
- MainWindow - Class in ch.zhaw.tasklist.ui
-
Main Window of the application.
- MainWindow() - Constructor for class ch.zhaw.tasklist.ui.MainWindow
- MenuEntry(String, String, Node) - Constructor for class ch.zhaw.tasklist.ui.customcontrols.SideMenuPane.MenuEntry
-
Creating a menu entry.
N
- name - Variable in class ch.zhaw.tasklist.core.Wrapper
- name - Variable in class ch.zhaw.tasklist.source.Source
- name - Static variable in class ch.zhaw.tasklist.ui.AppointmentOverviewView
- name - Static variable in class ch.zhaw.tasklist.ui.WorkspaceOverviewView
- NOT_IMPORTANT - ch.zhaw.tasklist.source.AppointmentSource.Priority
- Note - Class in ch.zhaw.tasklist.core
-
Wrapper for
NoteSource
- Note(NoteSource) - Constructor for class ch.zhaw.tasklist.core.Note
- NoteSource - Class in ch.zhaw.tasklist.source
-
Represents a note file for example: Markdown or OneNote.
- NoteSource() - Constructor for class ch.zhaw.tasklist.source.NoteSource
O
- onChanged(ListChangeListener.Change<? extends E>) - Method in interface ch.zhaw.tasklist.utils.SimpleListChangeListener
- onElementChanged(Quicklink, boolean) - Method in class ch.zhaw.tasklist.ui.customcontrols.QuicklinkButtonBarControl
- onElementChanged(E, boolean) - Method in interface ch.zhaw.tasklist.utils.SimpleListChangeListener
-
Called after an element has been added/removed to the list.
- openFile() - Method in class ch.zhaw.tasklist.ui.WorkspaceHeader
-
Open file chooser and display the file name
- openPath(Path) - Static method in class ch.zhaw.tasklist.utils.IOOperationUtil
-
Launches the associated application to open the path.
- openQuicklink(Quicklink) - Static method in class ch.zhaw.tasklist.utils.IOOperationUtil
-
Open the quicklink; open the url or the file referenced by the quicklink.
- openSelectedElement() - Method in class ch.zhaw.tasklist.ui.FileBrowserView
-
Open the selected element.
P
- path - Variable in class ch.zhaw.tasklist.source.Source
- PRIORITY - ch.zhaw.tasklist.logic.AppointmentSorter.SortType
- Project - Class in ch.zhaw.tasklist.core
-
Wrapper for
ProjectSource
. - Project(ProjectSource) - Constructor for class ch.zhaw.tasklist.core.Project
-
Create project
- Project(ProjectSource, Project) - Constructor for class ch.zhaw.tasklist.core.Project
-
Create project
- ProjectManager - Class in ch.zhaw.tasklist.logic
-
Manages a tasklist project / directory.
- ProjectManager() - Constructor for class ch.zhaw.tasklist.logic.ProjectManager
- ProjectSource - Class in ch.zhaw.tasklist.source
-
Represents a Project.
- ProjectSource() - Constructor for class ch.zhaw.tasklist.source.ProjectSource
- ProjectSource(ProjectSource) - Constructor for class ch.zhaw.tasklist.source.ProjectSource
Q
- Quicklink - Class in ch.zhaw.tasklist.core
-
Wrapper for
QuicklinkSource
- Quicklink(QuicklinkSource) - Constructor for class ch.zhaw.tasklist.core.Quicklink
-
Create quicklink
- QUICKLINK_EVENT_TYPE - Static variable in class ch.zhaw.tasklist.ui.customcontrols.QuicklinkButtonBarControl.QuicklinkEvent
- QuicklinkButton - Class in ch.zhaw.tasklist.ui.customcontrols
-
A custom control for
Quicklink
. - QuicklinkButton(Quicklink) - Constructor for class ch.zhaw.tasklist.ui.customcontrols.QuicklinkButton
- QuicklinkButtonBarControl - Class in ch.zhaw.tasklist.ui.customcontrols
-
A custom control (extending
ButtonBar
) to show a list of quicklinks. - QuicklinkButtonBarControl() - Constructor for class ch.zhaw.tasklist.ui.customcontrols.QuicklinkButtonBarControl
- QuicklinkButtonBarControl.QuicklinkEvent - Class in ch.zhaw.tasklist.ui.customcontrols
-
A custom Event for
Quicklink
s. - QuicklinkEvent(EventType<? extends Event>, Quicklink) - Constructor for class ch.zhaw.tasklist.ui.customcontrols.QuicklinkButtonBarControl.QuicklinkEvent
- QuicklinkSource - Class in ch.zhaw.tasklist.source
-
Represents an url related to the project.
- QuicklinkSource() - Constructor for class ch.zhaw.tasklist.source.QuicklinkSource
R
- register(Node, String, BiConsumer<Node, Object[]>) - Method in class ch.zhaw.tasklist.ui.Router
-
Register a control to the router.
- remove() - Method in class ch.zhaw.tasklist.ui.AppointmentItem
-
Removes current
Appointment
from the appointment list - removeSource(Source) - Method in class ch.zhaw.tasklist.core.Project
-
Removes a
Source
from the project. - resetFilter() - Method in class ch.zhaw.tasklist.logic.AppointmentFilter
-
Reset the filter settings
- Router - Class in ch.zhaw.tasklist.ui
-
The Router allows the UI to route between different Views.
- Router() - Constructor for class ch.zhaw.tasklist.ui.Router
- routeTo(String, Object...) - Method in class ch.zhaw.tasklist.ui.Router
-
Route to the specific route.
S
- saveSource(S) - Method in interface ch.zhaw.tasklist.core.IProjectManager
-
Save a source object to the file system.
- saveSource(S) - Method in class ch.zhaw.tasklist.logic.ProjectManager
-
Save the source
- setAppointments(List<AppointmentSource>) - Method in class ch.zhaw.tasklist.source.ProjectSource
- setChildren(List<ProjectSource>) - Method in class ch.zhaw.tasklist.source.ProjectSource
- setComment(String) - Method in class ch.zhaw.tasklist.source.AppointmentSource
-
Set comment
- setEnd(LocalDateTime) - Method in class ch.zhaw.tasklist.source.AppointmentSource
-
Set end date
- setEndDate(LocalDateTime) - Method in class ch.zhaw.tasklist.logic.AppointmentFilter
-
Sets the end date for the filter
- setExtension(String) - Method in class ch.zhaw.tasklist.source.NoteSource
-
Set extension
- setFile(File) - Method in class ch.zhaw.tasklist.source.QuicklinkSource
-
Set file
- setName(String) - Method in class ch.zhaw.tasklist.source.Source
-
Set name
- setNotes(List<NoteSource>) - Method in class ch.zhaw.tasklist.source.ProjectSource
- setParentProject(ProjectSource) - Method in class ch.zhaw.tasklist.source.ProjectSource
- setPath(Path) - Method in class ch.zhaw.tasklist.source.Source
-
Set path
- setPriority(AppointmentSource.Priority) - Method in class ch.zhaw.tasklist.source.AppointmentSource
-
Set priority
- setProject(Project) - Method in class ch.zhaw.tasklist.ui.FileBrowserView
-
Set the project to be shown in this view.
- setProject(Project) - Method in class ch.zhaw.tasklist.ui.WorkspaceOverviewView
-
Set the active project
- setQuicklinks(List<QuicklinkSource>) - Method in class ch.zhaw.tasklist.source.WorkspaceSource
-
Set quicklinks
- setSearch(String) - Method in class ch.zhaw.tasklist.logic.AppointmentFilter
-
Sets the search string for the filter
- setSelected(SideMenuPane.MenuEntry) - Method in class ch.zhaw.tasklist.ui.customcontrols.SideMenuPane
-
Set the selected menu.
- setSelectedElement(FileListEntryControl) - Method in class ch.zhaw.tasklist.ui.FileBrowserView
-
Set the selected element.
- setStart(LocalDateTime) - Method in class ch.zhaw.tasklist.source.AppointmentSource
-
Set start date
- setStartDate(LocalDateTime) - Method in class ch.zhaw.tasklist.logic.AppointmentFilter
-
Sets the start date for the filter
- setTitle(String) - Method in class ch.zhaw.tasklist.source.QuicklinkSource
-
Set title
- setUrl(URI) - Method in class ch.zhaw.tasklist.source.QuicklinkSource
-
Set url
- setWorkspace(WorkspaceSource) - Method in class ch.zhaw.tasklist.source.ProjectSource
- SideMenuPane - Class in ch.zhaw.tasklist.ui.customcontrols
-
A custom control for showing a side menu pane (similiar to a
TabPane
). - SideMenuPane() - Constructor for class ch.zhaw.tasklist.ui.customcontrols.SideMenuPane
-
Create a
SideMenuPane
. - SideMenuPane.MenuEntry - Class in ch.zhaw.tasklist.ui.customcontrols
-
Custom Control representing a menu.
- SimpleListChangeListener<E> - Interface in ch.zhaw.tasklist.utils
-
Convenience Utility to simplify the
ListChangeListener
. - sort(List<Appointment>, AppointmentSorter.SortType) - Method in class ch.zhaw.tasklist.logic.AppointmentSorter
-
Sorts list of
Appointment
s by givenAppointmentSorter.SortType
- source - Variable in class ch.zhaw.tasklist.core.Wrapper
- Source - Class in ch.zhaw.tasklist.source
-
Source file representation, is in most cases a .yml file.
- Source() - Constructor for class ch.zhaw.tasklist.source.Source
- start(Stage) - Method in class ch.zhaw.tasklist.App
-
Starts a UI instance and sets default window parameters.
- SyncManager - Class in ch.zhaw.tasklist.logic
-
An unidirectional synchronization between the file system and the java objects.
- SyncManager(IProjectManager, Project) - Constructor for class ch.zhaw.tasklist.logic.SyncManager
-
Create sync manager
T
- toString() - Method in enum ch.zhaw.tasklist.logic.AppointmentSorter.SortType
- toString() - Method in enum ch.zhaw.tasklist.source.AppointmentSource.Priority
U
- unwrap(List<Appointment>) - Static method in class ch.zhaw.tasklist.core.Appointment
- unwrap(List<Note>) - Static method in class ch.zhaw.tasklist.core.Note
- unwrap(List<Project>) - Static method in class ch.zhaw.tasklist.core.Project
- unwrap(List<Quicklink>) - Static method in class ch.zhaw.tasklist.core.Quicklink
- unwrap(List<Workspace>) - Static method in class ch.zhaw.tasklist.core.Workspace
- updateSource(Source) - Method in class ch.zhaw.tasklist.core.Project
-
Updates a
Source
in the project.
V
- valueOf(String) - Static method in enum ch.zhaw.tasklist.logic.AppointmentSorter.SortType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ch.zhaw.tasklist.source.AppointmentSource.Priority
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ch.zhaw.tasklist.logic.AppointmentSorter.SortType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ch.zhaw.tasklist.source.AppointmentSource.Priority
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VIEW_NAME - Static variable in class ch.zhaw.tasklist.ui.FileBrowserView
W
- Workspace - Class in ch.zhaw.tasklist.core
-
Wrapper for
WorkspaceSource
- Workspace(WorkspaceSource) - Constructor for class ch.zhaw.tasklist.core.Workspace
-
Create workspace
- WorkspaceHeader - Class in ch.zhaw.tasklist.ui
- WorkspaceHeader(Project, FlowPane, FlowPane) - Constructor for class ch.zhaw.tasklist.ui.WorkspaceHeader
-
Create the add view
- WorkspaceItem - Class in ch.zhaw.tasklist.ui
- WorkspaceItem(Quicklink, Project, FlowPane) - Constructor for class ch.zhaw.tasklist.ui.WorkspaceItem
-
One qicklink in the workspace
- WorkspaceOverviewView - Class in ch.zhaw.tasklist.ui
- WorkspaceOverviewView() - Constructor for class ch.zhaw.tasklist.ui.WorkspaceOverviewView
-
Load content workspace
- WorkspaceSource - Class in ch.zhaw.tasklist.source
-
Represents a Workspace.
- WorkspaceSource() - Constructor for class ch.zhaw.tasklist.source.WorkspaceSource
- wrap(List<AppointmentSource>) - Static method in class ch.zhaw.tasklist.core.Appointment
-
Wrapping a List: Transform a
List
ofAppointmentSource
into aObservableList
ofAppointment
-Wrappers. - wrap(List<NoteSource>) - Static method in class ch.zhaw.tasklist.core.Note
- wrap(List<ProjectSource>, Project) - Static method in class ch.zhaw.tasklist.core.Project
- wrap(List<QuicklinkSource>) - Static method in class ch.zhaw.tasklist.core.Quicklink
- wrap(List<WorkspaceSource>) - Static method in class ch.zhaw.tasklist.core.Workspace
- Wrapper<S extends Source> - Class in ch.zhaw.tasklist.core
-
A Wrapper around a
Source
. - Wrapper(S) - Constructor for class ch.zhaw.tasklist.core.Wrapper
-
Create wrapper
All Classes All Packages