UIContainer

php\swing\UIContainer

abstract class

extends: php\swing\UIElement

Children


Methods


add($component, $index = null, $constraints = null)

Add child component

Параметры:
setLayout($type)
Параметры:
  • $typestring - - absolute, grid, flow, grid-bag, border, card
remove($component)
Параметры:
removeByIndex($index)

throws >

Параметры:
  • $indexint
removeAll()
getComponentCount()
Результат:int
getComponent($index)

throws >

Параметры:
  • $indexint
Результат:

php\swing\UIElement

getComponents()
Результат:php\swing\UIElement[]
getComponentByGroup($group)

Find first component by group

Параметры:
  • $groupstring
Результат:

php\swing\UIElement, NULL

getComponentsByGroup($group)

Find all components in group

Параметры:
  • $groupstring
Результат:

php\swing\UIElement[]