MindFusion.Scheduling for Java Swing のリリース

Released: Oct 8, 2022

V2.2.1 での更新項目

機能

  • Reorder resources
    • You can now enable the 'AllowReorderResources' property to let users reorder resource columns in timetable or resource view when GroupType is set. The 'ReorderIndicatorColor' and 'ReorderIndicatorWidth' properties let you customize the appearance of the insertion indicator line.
  • Miscellaneous
    • Added new CustomDrawElements 'ItemHeaderText' and 'ItemDescriptionText' members which let you custom-draw text labels.
    • You can now enable the 'ExtendedCurrentTimeMarker' property to...

Released: Feb 7, 2022

V2.2 での更新項目

機能

  • DateTime changes
    • The DateTime class now uses java.time.LocalDateTime for storage and calculations.
      • New constructor and toJavaDateTime method provide access to the stored LocalDateTime for easier interoperability with Java APIs and components.
    • LocalDateTime storage now allows for a much larger date range (from -999999999-01-01 to +999999999-12-31).
    • The Duration class now uses a java.time.Duration for storage and calculations.
      • New constructor and toJavaDuration method provide access to the...

Released: Nov 18, 2020

V2.1.3 での更新項目

機能

  • JSON files are now saved using Unicode UTF8 encoding.
  • Added a database storage sample project.

Released: Feb 18, 2020

V2.1 での更新項目

機能

  • JSON Serialization - Schedules can now be serialized into JSON format. They can be used for interoperability with MindFusion JavaScript scheduling library, or for general storage in JSON files or databases.
  • Standard Forms - The library now includes several standard forms for editing object properties.
  • ItemListView Control - ItemListView is a toolbox-like control. It displays a list of prototype schedule items, and lets user create new items via drag-and-drop.

Released: Jun 13, 2017

V2.0 での更新項目

機能

  • Range Selector integration - The Calendar control can integrate with the new Range Selector component in order to implement a timeline in the Resource view. The new resourceTimeline sample illustrates this integration.
  • Miscellaneous
    • The customizeText and drawing events have been added to CalendarListener.
    • The AllowChangeResource property has been added to ItemModifyConfirmEvent.
    • The FooterFormat, FooterSize, MainHeaderFormat, and MainHeaderSize properties have been added to ListViewSettings...