All Downloads are FREE. Search and download functionalities are using the official Maven repository.

editor.util.IEditableLabel Maven / Gradle / Ivy

There is a newer version: 1.18.1
Show newest version
package editor.util;

import javax.swing.*;
import javax.swing.event.ChangeListener;

/**
 */
public interface IEditableLabel extends ILabel
{
  public void setDisplayName( String strDisplayName );
  public void setIcon( Icon icon, int iIconType );

  public void addChangeListener( ChangeListener l );
  public void removeChangeListener( ChangeListener l );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy