Class TechnicalButton

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants, ITechnicalComponent

public class TechnicalButton extends JButton implements ITechnicalComponent
This is a special subtype of regular buttons instances of which used as components of ModElementGUIs perform technical operations when pressed (for instance, add fresh entries to a JEntriesList or import missing resources) and should not trigger ModElementChangedListeners.
See Also:
  • Constructor Details

    • TechnicalButton

      public TechnicalButton(Icon icon)
    • TechnicalButton

      public TechnicalButton(String text)