Uses of Class
org.GuiRow
-
Uses of GuiRow in org
Methods in org that return GuiRow Modifier and Type Method Description GuiRow
FolderPanel. addGuiComponentRow(JComponent leftComponent, JComponent rightComponent, boolean updateLayout)
GuiRow
FolderPanel. addGuiComponentRow(JComponent left, JComponent right, boolean updateLayout, int spaceAroundElements)
Methods in org that return types with arguments of type GuiRow Modifier and Type Method Description ArrayList<GuiRow>
FolderPanel. getAllGuiRows()
ArrayList<GuiRow>
FolderPanel. getVisibleGuiRows()
Methods in org with parameters of type GuiRow Modifier and Type Method Description boolean
SearchFilter. accept(GuiRow gr, String searchText)
void
FolderPanel. addGuiComponentRow(GuiRow row, boolean updateLayout)
void
FolderPanel. exchangeGuiComponentRow(GuiRow guiRow, GuiRow newRow, boolean updateLayout)
void
FolderPanel. removeGuiComponentRow(GuiRow guiRow, boolean updateLayout)