Package HAL.Interfaces
Interface GuiComp
-
- All Known Implementing Classes:
GridWindow,PlotWindow,UIBoolInput,UIButton,UIComboBoxInput,UIDoubleInput,UIFileChooserInput,UIGrid,UIIntInput,UILabel,UIPlot,UIStringInput
public interface GuiCompCreated by rafael on 1/29/17.
-
-
Method Detail
-
compX
int compX()
-
compY
int compY()
-
IsActive
boolean IsActive()
-
SetActive
void SetActive(boolean isActive)
-
_GetComps
void _GetComps(java.util.ArrayList<java.awt.Component> putHere, java.util.ArrayList<java.lang.Integer> coordsHere, java.util.ArrayList<java.lang.Integer> compSizesHere)
-
-