argutia.gui.batchStyledDocument
Interface AffichableAvecStyle

All Known Subinterfaces:
IFamilyOfSets, ISetOfFormulas, MutableSet<E>, Set<E>
All Known Implementing Classes:
Argument, CNFNode, ConfigurableSyntacticUnit, Decomposition, DocumentColore, FamilyOfSets, Formula, LogicalConnector, MutableFamilyOfSets, MutableSetOfFormulas, Node, Partition, Ponctuation, PropositionalVariable, Representation, SetOfFormulas, SyntacticUnit, SyntaxNode, TruthSymbol, WrongSyntacticUnit
public interface AffichableAvecStyle

Une classe implémentant l'interface AffichableAvecStyle peut s'afficher dans un BatchStyledDocument, via l'unique méthode de cette interface : #toStyledString(BatchedContent).

Author:
Geoffroy AUBRY
See Also:
BatchStyledDocument, BatchedContent
Method Summary
 void toStyledString(BatchStyledDocument doc)
          Ajoute du texte mis en forme au BatchedContent passé en paramètre.
 
Method Detail

toStyledString

void toStyledString(BatchStyledDocument doc)
Ajoute du texte mis en forme au BatchedContent passé en paramètre.

See Also:
MyStyles
Parameters:
content - BatchedContent auquel on veut ajouter du texte mis en forme.
Argutia JavaDoc
23 décembre 2007