Class GUITools
java.lang.Object
com.jackmeng.halcyoninae.halcyon.utils.GUITools
Helper tool methods to do with GUI
- Since:
- 3.3
- Author:
- Jack Meng
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet all sub-components of a container;
-
Constructor Details
-
GUITools
private GUITools()
-
-
Method Details
-
getAllComponents
Get all sub-components of a container;- Parameters:
c
- The container to get the components from- Returns:
- A list of components
-