public abstract class DialogController extends java.lang.Object implements Controller
| Constructor and Description |
|---|
DialogController() |
| Modifier and Type | Method and Description |
|---|---|
void |
attached() |
void |
checkInit() |
java.lang.String |
getDialogDeclaration() |
void |
hideDialog() |
private boolean |
isShowing() |
protected void |
show() |
void |
show(java.lang.Object obj) |
protected void |
showAt(int x,
int y) |
void |
showModalAt(int x,
int y) |
void |
showNonModalAt(int x,
int y) |
private Druid druid
public void checkInit()
public java.lang.String getDialogDeclaration()
public void attached()
attached in interface Controllerprivate boolean isShowing()
public void show(java.lang.Object obj)
public void hideDialog()
public void showModalAt(int x,
int y)
public void showNonModalAt(int x,
int y)
protected void show()
protected void showAt(int x,
int y)
Copyright © 2013. All Rights Reserved.