Skip to content

Some custom components for the Standard Widget Toolkit

License

Notifications You must be signed in to change notification settings

kschroeer/swt-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

swt-extensions

@author Kay Schröer ([email protected])

This is a collection of components and helper objects that extend the Standard Widget Toolkit (SWT) and JFace to provide commonly used functionalities.

Classes

  • CocoaUIEnhancer: Enhances the Cocoa UI by hooking application menu actions.
  • Dimension: Utility object for dimension calculations.
  • FileChooser: A utility class that provides methods for displaying SWT file dialogs for opening and saving files with additional options for checking file existence and overwriting.
  • MessageDialog: Utility object for displaying various message dialogs.
  • ModalDialog: A modal dialog with customizable buttons.
  • NumberValidator: A listener to validate input in a text field to ensure it is a number.
  • SideBar: A custom composite widget representing a sidebar with a table of items that can switch between different panes using a stack layout.
  • StatusBar: A custom composite widget representing a status bar with multiple panels for displaying textual information.
  • TabManager: A utility class for managing tab indexes associated with dialog classes. This class uses a static map to store and retrieve tab indexes based on dialog class names.
  • TabTraverse: A listener to enable tab traversal.

About

Some custom components for the Standard Widget Toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages