Interface JLabel


public interface JLabel
A source label. Labels may be defined when created, or defined later on.
Author:
David M. Lloyd
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the label name.
  • Method Details

    • name

      String name()
      Get the label name. If the label is anonymous, or not defined yet, an exception is thrown.
      Returns:
      the label name