Applied-Energistics-2-tiler.../src/main/java/appeng/client/gui/widgets
yueh 500fc47490 Reduces visibility of internal fields/methods
Reduces the visibility of all fields to private and create setters/getters
when necessary. Exceptions are fields with GuiSync as these need to be
public.

Reduces the visibility of internal methods to private/protected/default when possible.
2015-10-30 18:52:20 +01:00
..
GuiImgButton.java Reduces visibility of internal fields/methods 2015-10-30 18:52:20 +01:00
GuiNumberBox.java Reduces visibility of internal fields/methods 2015-10-30 18:52:20 +01:00
GuiProgressBar.java final variables and parameters 2015-09-26 21:08:18 +02:00
GuiScrollbar.java Reduces visibility of internal fields/methods 2015-10-30 18:52:20 +01:00
GuiTabButton.java Reduces visibility of internal fields/methods 2015-10-30 18:52:20 +01:00
GuiToggleButton.java final variables and parameters 2015-09-26 21:08:18 +02:00
IScrollSource.java Basic reformat, hit once, hope never again 2015-04-03 15:07:13 +02:00
ISortSource.java Basic reformat, hit once, hope never again 2015-04-03 15:07:13 +02:00
ITooltip.java Basic reformat, hit once, hope never again 2015-04-03 15:07:13 +02:00
MEGuiTextField.java final variables and parameters 2015-09-26 21:08:18 +02:00