Schnittstelle ToolBar
- Alle Superschnittstellen:
ReportViewChangeListener
- Alle bekannten Implementierungsklassen:
SwingToolBar
The toolbar which contains various buttons.
- Seit:
- 7.0
-
Feldübersicht
FelderModifikator und TypFeldBeschreibungstatic final intButton responsible for the export actionstatic final intButton responsible for showing the info dialogstatic final intButton responsible for action loading java report archive (JRA)static final intButton responsible for action saving java report archive (JRA)static final intButton responsible for the print actionstatic final intButton responsible for the refresh actionstatic final intButton responsible for the search actionstatic final intButton group of all "general" buttonsstatic final intButton group of all "navigation" buttons such as "next page", "previous page", etc.static final intButton group of all various "report" buttons such as "search", "export", and "refresh".static final intButton group of all "view" buttons such as "double page view", "single page view", etc.static final intButton group of all "zoom" buttons, that is - "zoom in", "zoom out". -
Methodenübersicht
Modifikator und TypMethodeBeschreibungReturns the gui component of this toolbar.booleanisButtonsVisible(int buttons) Return true if the button or button group is visible otherwise false.booleanDetermines whether this component should be visible when its parent is visible.voidsetButtonsVisible(int buttons, boolean visible) Sets a button or a button group visible or invisible.voidsetVisible(boolean vis) Shows or hides this component depending on the value of parameterb.Von Schnittstelle geerbte Methoden ReportViewChangeListener
reportViewChanged
-
Felddetails
-
BUTTONS_GENERAL
static final int BUTTONS_GENERALButton group of all "general" buttons- Seit:
- 7.0
- Siehe auch:
-
BUTTONS_NAVIGATION
static final int BUTTONS_NAVIGATIONButton group of all "navigation" buttons such as "next page", "previous page", etc.- Seit:
- 7.0
- Siehe auch:
-
BUTTONS_VIEW
static final int BUTTONS_VIEWButton group of all "view" buttons such as "double page view", "single page view", etc.- Seit:
- 7.0
- Siehe auch:
-
BUTTONS_ZOOM
static final int BUTTONS_ZOOMButton group of all "zoom" buttons, that is - "zoom in", "zoom out".- Seit:
- 7.0
- Siehe auch:
-
BUTTONS_REPORT
static final int BUTTONS_REPORTButton group of all various "report" buttons such as "search", "export", and "refresh".- Seit:
- 7.0
- Siehe auch:
-
BUTTON_PRINT
static final int BUTTON_PRINTButton responsible for the print action- Seit:
- 7.0
- Siehe auch:
-
BUTTON_REFRESH
static final int BUTTON_REFRESHButton responsible for the refresh action- Seit:
- 7.0
- Siehe auch:
-
BUTTON_EXPORT
static final int BUTTON_EXPORTButton responsible for the export action- Seit:
- 7.0
- Siehe auch:
-
BUTTON_SEARCH
static final int BUTTON_SEARCHButton responsible for the search action- Seit:
- 7.0
- Siehe auch:
-
BUTTON_INFO
static final int BUTTON_INFOButton responsible for showing the info dialog- Seit:
- 7.0
- Siehe auch:
-
BUTTON_JRA_LOAD
static final int BUTTON_JRA_LOADButton responsible for action loading java report archive (JRA)- Seit:
- 7.0
- Siehe auch:
-
BUTTON_JRA_SAVE
static final int BUTTON_JRA_SAVEButton responsible for action saving java report archive (JRA)- Seit:
- 7.0
- Siehe auch:
-
-
Methodendetails
-
setButtonsVisible
void setButtonsVisible(int buttons, boolean visible) Sets a button or a button group visible or invisible.- Parameter:
buttons- The identifier for the button or button groupvisible- True if the button shoulb be visible otherwise false- Seit:
- 7.0
- Siehe auch:
-
isButtonsVisible
boolean isButtonsVisible(int buttons) Return true if the button or button group is visible otherwise false.- Parameter:
buttons- The specified button or button group- Gibt zurück:
- true if it is visible otherwise false
- Seit:
- 7.0
- Siehe auch:
-
setVisible
void setVisible(boolean vis) Shows or hides this component depending on the value of parameterb.- Parameter:
vis- iftrue, shows this component; otherwise, hides this component- Seit:
- 7.0
-
isVisible
boolean isVisible()Determines whether this component should be visible when its parent is visible. Components are initially visible, with the exception of top level components such asFrameobjects.- Gibt zurück:
trueif the component is visible,falseotherwise- Seit:
- 7.0
-
getComponent
Component getComponent()Returns the gui component of this toolbar.- Gibt zurück:
- The gui component of this toolbar
- Seit:
- 7.0
-