Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

gi-common

Common code and interfaces for the GuiInteraction library.

Overview

This module contains:

  • GuiInteraction - The core interface defining all UI interaction methods
  • AbstractInOut - Abstract base class with shared implementations
  • FileUtils - Utility methods for file and resource operations
  • Support classes for clipboard operations

Usage

This module is typically not used directly. Instead, use one of the implementation modules:

Dependencies

This module includes:

API Documentation

See the API Guide for detailed usage examples.

Maven Coordinates

<dependency>
    <groupId>se.alipsa.gi</groupId>
    <artifactId>gi-common</artifactId>
    <version>0.3.0</version>
</dependency>

License

MIT License - see LICENSE