Code Monkey home page Code Monkey logo

lib-project-sampler's People

Contributors

naoghuman avatar

Watchers

 avatar  avatar

lib-project-sampler's Issues

[api] Create new annotation @Welcome.

[api] Create new annotation @WELCOME.

  • A WelcomePage is unique pro application, but is optional.
  • The WelcomePage will be shown automatically after the application start.
  • The WelcomePage can be shown in a new right navigation (click on a Button, which is vertically positioned).

Means I need:

  • An annotation @WELCOME (welcomeURL).
  • A DefaultWelcome class which presented the implementation from the annotation.
  • A new class AnnotationWelcomeConverter, which allowed to convert the annotation to the default implementation.
  • A new right navigation ToolBar where the Buttons are vertically positioned.
  • A new Tab (tWelcome) in the TabPane tpEditorPages. Momentary the Tab have a WebView (wvWelcomePage) where the welcomeURL can be loaded.
  • In the class ProjectSampleBuilder a new optional method welcome(Class) where the class with the annotation @WELCOME can be passed.

[api] Add new options to ProjectSamplerBuilder in start() part.

[api] Add new options to ProjectSamplerBuilder in start() part.
After the stage(Stage) part the developer can use new the methods

  • title(String) // if used, then move to version(String) or handle()
  • version(String) // only available if the previous title(String) method is used
  • update also ProjectSamplerBuilderAllowedSteps

[api] Create new interface AboutPage.

[api] Create new interface AboutPage.

  • Title, description, content.
  • The parameter title and description are optional. If they are equals [undefined] then they aren't shown.
  • New optional method in ProjectSamplerBuilder. Per reflection an instance will created with the default constructor.

[api] Create new interface WelcomePage.

[api] Create new interface WelcomePage.

  • Title, description, content.
  • The parameter title and description are optionial. If they are equals [undefined] then they wont be shown in the page.
  • New optional method in ProjectSamplerBuilder. Per reflection an instance will created with the default constructor.

[api] Create new annotation @About.

[api] Create new annotation @About.

  • A AboutPage is unique pro application, but is optional.
  • The AboutPage can be shown in a new right navigation (click on a Button, which is vertically positioned).

Means I need:

  • An annotation @About (aboutURL).
  • A DefaultAbout class which presented the implementation from the annotation.
  • A new class AnnotationAboutConverter, which allowed to convert the annotation to the default implementation.
  • A new right navigation ToolBar where the Buttons are vertically positioned.
  • A new Tab (tAbout) in the TabPane tpEditorPages. Momentary the Tab have a WebView (wvAboutPage) where the aboutURL can be loaded.
  • In the class ProjectSampleBuilder a new optional method about(Class) where the class with the annotation @About can be passed.

[framework] Add basic functionalities for the TabPane editor.

[framework] Add basic functionalities for the TabPane editor.

  • Start application shows Overview from the application.
  • Selection from a Projects shows the pages (tabs) in dependency from the values in the annotation.
  • Selection from a Samples shows the pages (tabs) in dependency from the values in the annotation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.