|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
ToolBar.java Company MoreData
| Field Summary | |
static int |
CANCEL_BUTTON
|
static int |
DELETE_BUTTON
|
static int |
EXECUTEQUERY_BUTTON
|
static int |
EXIT_BUTTON
|
static int |
EXPORT_BUTTON
|
static int |
FIRST_BUTTON
|
static int |
LAST_BUTTON
|
static int |
NEW_BUTTON
|
static int |
NEXT_BUTTON
|
static int |
PREVIOUS_BUTTON
|
static int |
PRINT_BUTTON
|
static int |
QUERY_BUTTON
|
static int |
SAVE_ALL_BUTTON
|
static int |
SAVE_BUTTON
|
| Method Summary | |
SimpleToolBarButton |
getButton(int button)
Devolve um determinado botao da toolbar. |
int |
getButtonsCount()
Devolve o numero de botoes da ToolBar. |
boolean |
isEnabled()
Verifica se a toolbar esta activa ou nao. |
| Field Detail |
public static final int NEW_BUTTON
public static final int SAVE_BUTTON
public static final int SAVE_ALL_BUTTON
public static final int CANCEL_BUTTON
public static final int DELETE_BUTTON
public static final int FIRST_BUTTON
public static final int PREVIOUS_BUTTON
public static final int NEXT_BUTTON
public static final int LAST_BUTTON
public static final int QUERY_BUTTON
public static final int EXECUTEQUERY_BUTTON
public static final int PRINT_BUTTON
public static final int EXPORT_BUTTON
public static final int EXIT_BUTTON
| Method Detail |
public SimpleToolBarButton getButton(int button)
throws java.lang.IndexOutOfBoundsException
button - Indice do botao a devolver.
java.lang.IndexOutOfBoundsException - se o indice não existir.public int getButtonsCount()
public boolean isEnabled()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||