mvvmFX | Application Framework for implementing the MVVM Pattern | Model View Controller library

 by   sialcasa Java Version: 1.8.0 License: Apache-2.0

kandi X-RAY | mvvmFX Summary

kandi X-RAY | mvvmFX Summary

mvvmFX is a Java library typically used in Architecture, Model View Controller, Xamarin, JavaFX applications. mvvmFX has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub, Maven.

mvvmFX is an application framework which provides you necessary components to implement the MVVM pattern with JavaFX. MVVM is the enhanced version of the Presentation Model pattern and was created by Microsoft engineers for WPF. JavaFX and WPF does have similarities like data binding and descriptive UI declaration (FXML/XAML). Because of this fact we adopted best practices of the development with the Microsoft technology and introduced new helpers to support the development of applications with JavaFX and MVVM.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              mvvmFX has a low active ecosystem.
              It has 446 star(s) with 103 fork(s). There are 42 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 89 open issues and 277 have been closed. On average issues are closed in 152 days. There are 7 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of mvvmFX is 1.8.0

            kandi-Quality Quality

              mvvmFX has 0 bugs and 0 code smells.

            kandi-Security Security

              mvvmFX has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              mvvmFX code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              mvvmFX is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              mvvmFX releases are available to install and integrate.
              Deployable package is available in Maven.
              Build file is available. You can build the component from source.
              Installation instructions are not available. Examples and code snippets are available.
              mvvmFX saves you 16677 person hours of effort in developing the same functionality from scratch.
              It has 33142 lines of code, 1874 functions and 558 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed mvvmFX and discovered the below as its top functions. This is intended to give you an instant insight into mvvmFX implemented functionality, and help decide if they suit your requirements.
            • Create bindings for labels .
            • Creates a view of the FXML View .
            • Loads a Java ViewModel and returns a view of the given view .
            • Loads all the subdivisions .
            • Initialize the view .
            • Returns a copy of this map s values .
            • Removes a message .
            • Initialize the list change events .
            • Loads the list of subdivision descriptions from the xml file .
            • Create the index events .
            Get all kandi verified functions for this library.

            mvvmFX Key Features

            No Key Features are available at this moment for mvvmFX.

            mvvmFX Examples and Code Snippets

            No Code Snippets are available at this moment for mvvmFX.

            Community Discussions

            QUESTION

            Event does not trigger using javafx and mvvmfx
            Asked 2020-Apr-06 at 12:27

            I' trying to build an application using javafx and mvvmfx framework to compute and display CVRP Problem but when I add an event listener on a Circle, it is never triggered.

            ...

            ANSWER

            Answered 2020-Apr-06 at 12:27

            The problem in your example app is a misconfigured layout. Your usage of the AnchorPane is wrong. Your "ParamView.fxml" is covering the whole app window even though it's only visible on the right side. And therefor it is also consuming all mouse events. If you remove the paramsview the clickhandlers are working as expected. For debugging you could add visual borders to your container components to see how much space they are really using. If you use AnchorPane your should normally also use AnchorPane.bottomAnchor, topAnchor and so on.

            Source https://stackoverflow.com/questions/61047439

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install mvvmFX

            You can download it from GitHub, Maven.
            You can use mvvmFX like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the mvvmFX component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .

            Support

            Project Pagejavadoc mvvmfx corejavadoc mvvmfx-cdijavadoc mvvmfx-guicejavadoc mvvmfx-easydijavadoc mvvmfx-validationjavadoc mvvmfx-utilsjavadoc mvvmfx-testing-utils
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
            Maven
            Gradle
            CLONE
          • HTTPS

            https://github.com/sialcasa/mvvmFX.git

          • CLI

            gh repo clone sialcasa/mvvmFX

          • sshUrl

            git@github.com:sialcasa/mvvmFX.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link