java.lang.Object
io.github.astrapi69.design.pattern.state.component.ComponentStateMachine<T,S>
io.github.astrapi69.design.pattern.state.component.AbstractJComponentStateMachine<T,S>
Type Parameters:
T - the type parameter for the JComponent
S - the type parameter for the state

public abstract class AbstractJComponentStateMachine<T extends JComponent,S> extends ComponentStateMachine<T,S>
The abstract class AbstractJComponentStateMachine provides a state machine for JComponents.
  • Constructor Details

    • AbstractJComponentStateMachine

      public AbstractJComponentStateMachine()
  • Method Details