com.github.croesch.micro_debug.gui.components.api
Interface IInvertable

All Known Implementing Classes:
LineNumberLabel, MDCheckBox, MDLabel, NumberLabel

public interface IInvertable

Marks a component that is able to invert its background color. This might be useful when building structures like table rows.

Since:
Date: Apr 9, 2012
Author:
croesch

Method Summary
 void invert()
          Inverts the background color of this component.
 

Method Detail

invert

void invert()
Inverts the background color of this component. Useful when displaying table like structures.

Since:
Date: Mar 13, 2012


Copyright © 2012. All Rights Reserved.