|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RegionsContainer.Region | |
|---|---|
| ch.tatool.core.display.swing.container | |
| ch.tatool.core.executable | |
| Uses of RegionsContainer.Region in ch.tatool.core.display.swing.container |
|---|
| Methods in ch.tatool.core.display.swing.container that return RegionsContainer.Region | |
|---|---|
static RegionsContainer.Region |
RegionsContainer.Region.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RegionsContainer.Region[] |
RegionsContainer.Region.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in ch.tatool.core.display.swing.container with parameters of type RegionsContainer.Region | |
|---|---|
void |
RegionsContainer.removeRegionContent(RegionsContainer.Region region)
Removes the content from a region. |
void |
RegionsContainer.setPreferredRegionHeight(RegionsContainer.Region region,
int height)
Sets the preferred region height. |
void |
RegionsContainer.setRegionContent(RegionsContainer.Region region,
Component component)
Sets the content displayed in a region. |
void |
RegionsContainer.setRegionContent(RegionsContainer.Region region,
Component component,
boolean visible)
Sets the content displayed in a region. |
void |
RegionsContainer.setRegionContentVisibility(RegionsContainer.Region region,
boolean visible)
Set the visibility for the content in a region. |
void |
RegionsContainer.setRegionVisibility(RegionsContainer.Region region,
boolean visible)
Set the visibility for a region. |
| Uses of RegionsContainer.Region in ch.tatool.core.executable |
|---|
| Methods in ch.tatool.core.executable with parameters of type RegionsContainer.Region | |
|---|---|
void |
GenericContentExecutable.addContent(RegionsContainer.Region region,
JPanel panel)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||