public class SwingView extends View
Modifier and Type | Field and Description |
---|---|
protected ContentPane |
contentPane |
Constructor and Description |
---|
SwingView() |
Modifier and Type | Method and Description |
---|---|
void |
add(SwingView content) |
void |
add(SwingView content,
Object constraints,
int index) |
protected void |
addImpl(ContentPane content,
Object constraints,
int index) |
void |
create() |
protected ContentPane |
createContentPane() |
void |
destroy() |
protected void |
postCreate(ContentPane contentPane) |
protected void |
postDestroy() |
protected void |
preCreate() |
protected void |
preDestroy() |
void |
remove(SwingView content) |
protected void |
removeImpl(ContentPane content) |
protected ContentPane contentPane
protected ContentPane createContentPane()
protected void preDestroy()
protected void postDestroy()
protected void preCreate()
protected void postCreate(ContentPane contentPane)
public final void add(SwingView content)
public final void remove(SwingView content)
protected void addImpl(ContentPane content, Object constraints, int index)
protected void removeImpl(ContentPane content)
Copyright © 2017. All rights reserved.