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

editor.IColorConsole Maven / Gradle / Ivy

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

import javax.swing.text.AttributeSet;

/**
 * Copyright 2010 Guidewire Software, Inc.
 */
public interface IColorConsole
{

  public void setAttributes( AttributeSet attributes );

  public void suspendUpdates();

  public void resumeUpdates();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy