Package editor
Interface IColorConsole
-
- All Known Implementing Classes:
TextComponentWriter
public interface IColorConsole
Copyright 2010 Guidewire Software, Inc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
resumeUpdates()
void
setAttributes(AttributeSet attributes)
void
suspendUpdates()
-
-
-
Method Detail
-
setAttributes
void setAttributes(AttributeSet attributes)
-
suspendUpdates
void suspendUpdates()
-
resumeUpdates
void resumeUpdates()
-
-