org.greenstone.gs3client
Interface ColourCombo.ColourChangeable

All Known Implementing Classes:
BrowseDisplay, QueryForm, SearchResultsDisplay
Enclosing class:
ColourCombo

public static interface ColourCombo.ColourChangeable

Interface ColourChangeable defines one method, changeUIColour(), which classes whose user-interface colours can change may implement. They can then choose to call either of ColourCombo's changeColor() methods or changeAncestorColor() if necessary. Though it's not compulsory to implement this interface, it may help in grouping the classes that are ColourChangeable.


Method Summary
 void changeUIColour()
          Subclasses define this method in order to change the colour of the interface
 

Method Detail

changeUIColour

void changeUIColour()
Subclasses define this method in order to change the colour of the interface