All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- AboutBox(Frame, String).
Constructor for class COM.ibm.desktop.AboutBox
- Constructs an about box with the application name.
- AboutBox(Frame, String, String, String).
Constructor for class COM.ibm.desktop.AboutBox
- Constructs an about box with the application name, version, and copyright.
- actionPerformed(ActionEvent).
Method in class COM.ibm.beans.charting.ChartGUIHandler
- The GUIHandler handles the selection of menu items in the menu bar,
and in particular, notifies the ComponentController that a new
view has been selected for the chart.
- actionPerformed(ActionEvent).
Method in class COM.ibm.desktop.GUIHandler
- Invoked when the menu items are selected or when the tool buttons
are pressed.
- addActionListener(ActionListener).
Method in class COM.ibm.desktop.TToolButton
- Add the specified action listener to receive action events
from this tool button.
- addAndDo(Command).
Method in class COM.ibm.desktop.CommandProcessor
- Add the command to the command log and perform the command.
- addAndDo(Command).
Method in class COM.ibm.desktop.ComponentController
- Invoke the command processor to perform the command and update the
UI of the undo/redo commands.
- addAndDo(Command).
Method in class COM.ibm.desktop.GUIHandler
- A convenience method to add a command to the command processor and
perform the command.
- addAndDo(Command).
Method in interface COM.ibm.desktop.ICommandProcessor
- Add command to command log and perform the command.
- addModelChangeListener(ModelChangeListener).
Method in interface COM.ibm.desktop.IModel
- Add a listener to subscribe for model change events.
- addModelChangeListener(ModelChangeListener).
Method in class COM.ibm.desktop.Model
- Add a listener to subscribe for model change events.
- addModelSelectionChangeListener(ModelSelectionChangeListener).
Method in class COM.ibm.desktop.ComponentController
- Add listener to the list of listeners for model selection change.
- addModelSelectionChangeListener(ModelSelectionChangeListener).
Method in interface COM.ibm.desktop.ModelSelectionOwner
- Add listener to the list of listeners for model selection change.
- addSeparator().
Method in class COM.ibm.desktop.TToolBar
- Add a separator between groups of tool components.
- BarChartView().
Constructor for class COM.ibm.beans.charting.BarChartView
- Default constructor.
- BOTTOM.
Static variable in class COM.ibm.desktop.TToolBar
- Specifies the tool bar to be placed below the view.
- calculateBars().
Method in class COM.ibm.beans.charting.BarChartView
- Calculates the location of the bars representing each data value.
- calculateBars().
Method in class COM.ibm.beans.charting.HorizontalBarChartView
- Calculates the location of the bars representing each data value.
- calculateBars().
Method in class COM.ibm.beans.charting.VerticalBarChartView
- Calculates the location of the bars representing each data value.
- canDelete().
Method in class COM.ibm.desktop.ModelSelection
- Can the model selection be deleted?
- canPasteFrom(Transferable).
Method in class COM.ibm.desktop.ModelSelection
- Can objects be pasted into the model selection?
- Chart().
Constructor for class COM.ibm.beans.charting.Chart
- Default constructor.
- Chart(ChartType).
Constructor for class COM.ibm.beans.charting.Chart
- Constructs a specific type of chart.
- ChartBeanInfo().
Constructor for class COM.ibm.beans.charting.ChartBeanInfo
-
- ChartGUIHandler(ComponentController).
Constructor for class COM.ibm.beans.charting.ChartGUIHandler
- Constructs a GUIHandler for the specified ComponentController.
- ChartModel().
Constructor for class COM.ibm.beans.charting.ChartModel
- Default constructor of the Chart's Model.
- ChartResources().
Constructor for class COM.ibm.beans.charting.ChartResources
-
- ChartType(int).
Constructor for class COM.ibm.beans.charting.ChartType
- Constructor for a specific chart type.
- ChartTypeEditor().
Constructor for class COM.ibm.beans.charting.ChartTypeEditor
-
- CHARTTYPES.
Static variable in class COM.ibm.beans.charting.ChartType
- Available chart types.
- ChartUtil().
Constructor for class COM.ibm.beans.charting.ChartUtil
-
- ChartView().
Constructor for class COM.ibm.beans.charting.ChartView
- Default constructor.
- clearStatus().
Method in class COM.ibm.desktop.TStatusBar
- Clear the status bar and dispose of all previously set status messages.
- clone().
Method in class COM.ibm.desktop.ModelSelection
- Return a clone of the model selection.
- Command().
Constructor for class COM.ibm.desktop.Command
- Construct a command of type kSerialUndo.
- Command(int).
Constructor for class COM.ibm.desktop.Command
- Construct a command of the specified type.
- Command(String).
Constructor for class COM.ibm.desktop.Command
- Construct a command with the specified label.
- Command(String, int).
Constructor for class COM.ibm.desktop.Command
- Construct a command with the specified label and type.
- CommandProcessor().
Constructor for class COM.ibm.desktop.CommandProcessor
-
- ComponentController().
Constructor for class COM.ibm.desktop.ComponentController
- Default constructor.
- DEFAULT_CHARTTYPE.
Static variable in class COM.ibm.beans.charting.ChartType
- Default Chart Type: Vertical Bar Chart.
- delete().
Method in class COM.ibm.desktop.ModelSelection
- Delete objects in the model selection.
- deselectAll().
Method in class COM.ibm.desktop.ModelSelection
- Deselect all objects in the model.
- equals(Object).
Method in class COM.ibm.beans.charting.ChartType
- Checks for equality of two ChartType values.
- ExceptionDialog(Frame, String, Exception).
Constructor for class COM.ibm.desktop.ExceptionDialog
-
- ExceptionDialog(String, Exception).
Constructor for class COM.ibm.desktop.ExceptionDialog
-
- fAxesShown.
Variable in class COM.ibm.beans.charting.ChartView
- Flag for whether or not the axes should be shown (true for the Bar & Line Charts,
false for the Pie)
- fAxisLabel1.
Variable in class COM.ibm.beans.charting.ChartView
- String to be drawn for the chart's scale halfway along the data
axis.
- fAxisLabel2.
Variable in class COM.ibm.beans.charting.ChartView
- String to be drawn for the chart's scale at the end of the data axis.
- fBarCorners.
Variable in class COM.ibm.beans.charting.BarChartView
- List of points representing data values - they are stored and used for
drawing and hit detection
- fBarDividerWidth.
Variable in class COM.ibm.beans.charting.BarChartView
- Size of space between each bar in the graph
- fBarWidth.
Variable in class COM.ibm.beans.charting.BarChartView
- Width of each bar representing a data value - calculated from size of graph
- fBorderSize.
Static variable in class COM.ibm.beans.charting.ChartView
- Size of the border of white space around the chart - in actuality
the labels for each value, and the X axis label, are drawn in this
border space
- fChartColors.
Variable in class COM.ibm.beans.charting.ChartModel
- The colors to be used for drawing each bar/wedge of the chart.
- fChartData.
Variable in class COM.ibm.beans.charting.ChartModel
- The data to be charted, which is essentially a Vector of Numbers.
- fChartFont.
Variable in class COM.ibm.beans.charting.ChartView
- The font for labelling the chart.
- fChartImage.
Variable in class COM.ibm.beans.charting.ChartView
- The Image object that is the off-screen buffer used for drawing the chart
- fChartLabels.
Variable in class COM.ibm.beans.charting.ChartModel
- The labels to be displayed for each bar/point/wedge in the charts
- fChartTitle.
Variable in class COM.ibm.beans.charting.ChartModel
- The title of the chart.
- fChartType.
Variable in class COM.ibm.beans.charting.ChartModel
- The type of chart to be displayed, which could be one of:
1.
- fChartWidth.
Variable in class COM.ibm.beans.charting.ChartView
- Flag for whether or not the axes should be shown (true for the Bar & Line Charts,
false for the Pie)
- fIg.
Variable in class COM.ibm.beans.charting.ChartView
- Graphics object of the off-screen buffer image used for drawing the chart
- fileIn(String).
Method in class COM.ibm.desktop.ComponentController
- Read model in from file.
- fileOut(String).
Method in class COM.ibm.desktop.ComponentController
- Write model out to file.
- fireModelSelectionChange().
Method in class COM.ibm.desktop.ComponentController
- Notify listeners of model selection change.
- fireModelSelectionChange().
Method in interface COM.ibm.desktop.ModelSelectionOwner
- Send a model selection change event to each registered listener.
- fLabelsShown.
Variable in class COM.ibm.beans.charting.ChartView
- Flag to determine whether or not the labels for each value should be shown.
- fLegendLabels.
Variable in class COM.ibm.beans.charting.ChartView
- Array of labels to be drawn in the legend.
- fMaxValue.
Variable in class COM.ibm.beans.charting.ChartView
- Maximum value of all data values - rounded to the nearest tenth.
- fRatio.
Variable in class COM.ibm.beans.charting.ChartView
- Ratio between data values and pixels
- fSelectedBar.
Variable in class COM.ibm.beans.charting.BarChartView
- Index of bar selected with a MouseDown event
- fTitleFont.
Variable in class COM.ibm.beans.charting.ChartView
- The font for the title of the chart.
- fValuesShown.
Variable in class COM.ibm.beans.charting.ChartView
- Flag for whether or not the values for each chart point/bar should be shown.
- fXAxisLabel.
Variable in class COM.ibm.beans.charting.ChartModel
- The label to be drawn below the X axis in the Bar and Line
Charts.
- fXAxisLabelShown.
Variable in class COM.ibm.beans.charting.ChartView
- Flag for whether or not the X axis label should be shown.
- fYAxisLabel.
Variable in class COM.ibm.beans.charting.ChartModel
- The label to be drawn above the Y axis in the Bar and Line
Charts.
- fYAxisLabelShown.
Variable in class COM.ibm.beans.charting.ChartView
- Flag for whether or not the Y axis label should be shown.
- getApplicationName().
Method in class COM.ibm.desktop.ComponentController
- Return the name of the application.
- getApplicationName().
Method in class COM.ibm.desktop.GUIHandler
- A convenience method to get the application name.
- getAsText().
Method in class COM.ibm.beans.charting.ChartTypeEditor
- Returns as a string, the currently selected value for this ChartType property.
- getChartColors().
Method in class COM.ibm.beans.charting.Chart
- Delegate the get for the (vector) colors to be used for plotting
the data to the model.
- getChartColors().
Method in class COM.ibm.beans.charting.ChartModel
- Returns a vector of all the colors to be used for plotting the data.
- getChartData().
Method in class COM.ibm.beans.charting.Chart
- Delegate the get for the data that is to be plotted to the model.
- getChartData().
Method in class COM.ibm.beans.charting.ChartModel
- Returns all the data that is to be charted, in a Vector.
- getChartFont().
Method in class COM.ibm.beans.charting.Chart
- Returns the font used for the chart's labels.
- getChartFont().
Method in class COM.ibm.beans.charting.ChartView
- Returns the font used for the chart's labels.
- getChartLabels().
Method in class COM.ibm.beans.charting.Chart
- Delegate the get for the labels to be used for the chart
to the model.
- getChartLabels().
Method in class COM.ibm.beans.charting.ChartModel
- Returns the vector of labels for the data.
- getChartTitle().
Method in class COM.ibm.beans.charting.Chart
- Delegate the get for the title to be used for the chart
to the model.
- getChartTitle().
Method in class COM.ibm.beans.charting.ChartModel
- Returns the chart's title.
- getChartType().
Method in class COM.ibm.beans.charting.Chart
- Delegate the get for the chart type to the model.
- getChartType().
Method in class COM.ibm.beans.charting.ChartModel
- Returns the currently selected chart type.
- getColor(int).
Method in class COM.ibm.beans.charting.Chart
- Delegate the get for the color to be used for plotting the data
at this index to the model.
- getColor(int).
Method in class COM.ibm.beans.charting.ChartModel
- Returns the color to be used for charting the data at the specified index.
- getCommandProcessor().
Method in class COM.ibm.desktop.ComponentController
- Return the command processor.
- getCommandProcessor().
Method in class COM.ibm.desktop.GUIHandler
- A convenience method to get the command processor.
- getComponentController().
Method in class COM.ibm.desktop.GUIHandler
- Return the component controller.
- getComponentController().
Method in class COM.ibm.desktop.ModelView
- Return the component controller.
- getComponentFrame().
Method in class COM.ibm.desktop.ComponentController
- Return the component frame.
- getComponentFrame().
Method in class COM.ibm.desktop.GUIHandler
- Return the component frame.
- getContents().
Method in class COM.ibm.beans.charting.ChartResources
- Returns the resources for the Charting Bean
- getContents().
Method in class COM.ibm.desktop.Resources
-
- getData(int).
Method in class COM.ibm.beans.charting.Chart
- Delegate the get for the data at this index to the model.
- getData(int).
Method in class COM.ibm.beans.charting.ChartModel
- Returns the data value at this index.
- getDataSize().
Method in class COM.ibm.beans.charting.Chart
- Delegate the get for the size of the data to be plotted to the model .
- getDataSize().
Method in class COM.ibm.beans.charting.ChartModel
- Returns the size of the data (vector) to be plotted.
- getEditMenu().
Method in class COM.ibm.desktop.TMenuBar
-
- getEventData().
Method in class COM.ibm.desktop.ModelChangeEvent
- Return the event data associated with this event.
- getFileExtension().
Method in class COM.ibm.beans.charting.ChartModel
- Return the file extension string (3 or 4 letter string without the .)
- getFileExtension().
Method in interface COM.ibm.desktop.IModel
- Return the file extension string (3 or 4 letter string without the .)
- getFileExtension().
Method in class COM.ibm.desktop.Model
- Return the file extension string (3 or 4 letter string without the .)
- getFileMenu().
Method in class COM.ibm.desktop.TMenuBar
-
- getGUIHandler().
Method in class COM.ibm.desktop.ComponentController
- Return the GUIHandler.
- getIcon(int).
Method in class COM.ibm.beans.charting.ChartBeanInfo
-
- getJavaInitializationString().
Method in class COM.ibm.beans.charting.ChartTypeEditor
- Returns the default initilaization string for an object of the type, ChartType.
- getLabel().
Method in class COM.ibm.desktop.Command
- Get the command label
- getLabel(int).
Method in class COM.ibm.beans.charting.Chart
- Delegate the get for the label to be used for charting the data at this index.
- getLabel(int).
Method in class COM.ibm.beans.charting.ChartModel
- Returns the label to be used for charting the data at this index.
- getMaxLegendRowSize().
Method in class COM.ibm.beans.charting.ChartView
- Calculates the maximum size of the legend rows, based on what is to be shown
in the legend, i.e., the labels for the different bars/wedges and/or the values
of each bar/wedge.
- getMinimumSize().
Method in class COM.ibm.beans.charting.ChartView
- Returns the minimum size of the chart.
- getModel().
Method in class COM.ibm.desktop.ComponentController
- Return the model.
- getModel().
Method in class COM.ibm.desktop.GUIHandler
- A convenience method to get the model.
- getModel().
Method in class COM.ibm.desktop.ModelSelection
- Return the model.
- getModel().
Method in class COM.ibm.desktop.ModelView
- Return the model.
- getModelSelection().
Method in class COM.ibm.desktop.ComponentController
- Return the model selection.
- getModelSelection().
Method in class COM.ibm.desktop.GUIHandler
- A convenience method to get the model selection.
- getModelSelection().
Method in class COM.ibm.desktop.ModelSelectionChangeEvent
- Return the model selection associated with this event.
- getModelSelection().
Method in interface COM.ibm.desktop.ModelSelectionOwner
- Return the model selection.
- getModelSelectionOwner().
Method in class COM.ibm.desktop.ModelSelection
- Return the owner of the model selection.
- getOrientation().
Method in class COM.ibm.desktop.TToolBar
- Return the orientation of the tool bar.
- getPopupMenu().
Method in class COM.ibm.desktop.GUIHandler
- Return the popup menu.
- getPreferredSize().
Method in class COM.ibm.beans.charting.ChartView
- Returns the preferred size of the chart.
- getPreferredSize().
Method in class COM.ibm.desktop.TToolBar
- Return the size of the tool bar.
- getRedoCommand().
Method in class COM.ibm.desktop.CommandProcessor
- Get next command to redo.
- getRedoCommand().
Method in interface COM.ibm.desktop.ICommandProcessor
- Get next command to redo.
- getResourceBundle().
Method in class COM.ibm.desktop.ComponentController
- Return the resource bundle.
- getStatusBar().
Method in class COM.ibm.desktop.ComponentFrame
- Return the status bar.
- getTags().
Method in class COM.ibm.beans.charting.ChartTypeEditor
- Returns the set of valid and known tags for a ChartType enumeration.
- getTitleFont().
Method in class COM.ibm.beans.charting.Chart
- Returns the font used for the chart's title.
- getTitleFont().
Method in class COM.ibm.beans.charting.ChartView
- Returns the font used for the chart's title.
- getToolBar().
Method in class COM.ibm.desktop.ComponentFrame
- Return the tool bar.
- getTransferData(DataFlavor).
Method in class COM.ibm.desktop.ModelSelection
- Return an object which represents the data to be transferred.
- getTransferDataFlavors().
Method in class COM.ibm.desktop.ModelSelection
- Return an array of DataFlavor objects indicating the flavors the
data can be provided in.
- getType().
Method in class COM.ibm.desktop.Command
- Get the command type
- getUndoCommand().
Method in class COM.ibm.desktop.CommandProcessor
- Get next command to undo.
- getUndoCommand().
Method in interface COM.ibm.desktop.ICommandProcessor
- Get next command to undo.
- getValue().
Method in class COM.ibm.beans.charting.ChartType
- Retrieves the label for the currently selected chart type.
- getValue().
Method in class COM.ibm.beans.charting.ChartTypeEditor
- Returns the currently selected value.
- getView().
Method in class COM.ibm.desktop.ComponentController
- Return the view.
- getView().
Method in class COM.ibm.desktop.GUIHandler
- A convenience method to get the view.
- getViewMenu().
Method in class COM.ibm.desktop.TMenuBar
-
- getXAxisLabel().
Method in class COM.ibm.beans.charting.Chart
- Delegate the get for the X-axis label to be used for the chart
to the model.
- getXAxisLabel().
Method in class COM.ibm.beans.charting.ChartModel
- Returns the X axis label to be used for the chart.
- getYAxisLabel().
Method in class COM.ibm.beans.charting.Chart
- Returns the Y axis label to be used for the chart.
- getYAxisLabel().
Method in class COM.ibm.beans.charting.ChartModel
- Returns the Y axis label to be used for the chart.
- GUIHandler(ComponentController).
Constructor for class COM.ibm.desktop.GUIHandler
-
- handleAbout().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the Help->About ...
- handleCanDo().
Method in class COM.ibm.desktop.Command
- Can the command be done? Override this method to specify the
conditions that must be satisfied before the command can be
performed.
- handleClose().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by handleConfirmClose.
- handleConfirmClose().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by a File->Close menu action.
- handleConfirmExit().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the File->Exit menu action.
- handleConfirmNewModel().
Method in class COM.ibm.desktop.GUIHandler
- Display a confirmation dialog to give the user a chance to save
model changes before invoking handleNewModel to create a new model
instance.
- handleConfirmOpen().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by a File->Open menu action.
- handleCopy().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the Edit->Copy menu action.
- handleCreateEditMenu().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the framework to create an edit menu.
- handleCreateFileMenu().
Method in class COM.ibm.beans.charting.ChartGUIHandler
- Invoked by the framework during initialization of a Charting component.
- handleCreateFileMenu().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the framework to create a file menu.
- handleCreateHelpMenu().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the framework during initialization.
- handleCreateMenuBar().
Method in class COM.ibm.beans.charting.ChartGUIHandler
- Invoked by the framework during initialization of a Charting Component.
- handleCreateMenuBar().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the framework during initialization.
- handleCreateMenus(MenuBar).
Method in class COM.ibm.beans.charting.ChartGUIHandler
- Invoked by the framework during initialization of a Charting component.
- handleCreateMenus(MenuBar).
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the framework during initialization.
- handleCreatePopupMenu(MenuBar).
Method in class COM.ibm.desktop.GUIHandler
- Create a popup menu based on the menubar.
- handleCreateStatusBar().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the framework during initialization.
- handleCreateToolBar().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the framework during initialization.
- handleCreateToolButtons(TToolBar).
Method in class COM.ibm.beans.charting.ChartGUIHandler
- Invoked by the framework during initialization.
- handleCreateToolButtons(TToolBar).
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the framework during initialization.
- handleCreateViewMenu().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the framework to create a view menu.
- handleCut().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the Edit->Cut menu action.
- handleDelete().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the Edit->Delete menu action.
- handleDo().
Method in class COM.ibm.desktop.Command
- Invoked by the framework to do the command.
- handleExit().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by handleConfirmExit.
- handleModelChange(ModelChangeEvent).
Method in class COM.ibm.beans.charting.BarChartView
- Handles model changes by repainting.
- handleModelChange(ModelChangeEvent).
Method in class COM.ibm.beans.charting.ChartView
- Handles model changes.
- handleModelChange(ModelChangeEvent).
Method in class COM.ibm.beans.charting.LineChartView
- Handles model changes by repainting.
- handleModelChange(ModelChangeEvent).
Method in interface COM.ibm.desktop.ModelChangeListener
- Invoked when the model is changed.
- handleModelChange(ModelChangeEvent).
Method in class COM.ibm.desktop.ModelView
- Invoked when a model change event is sent.
- handleModelChange(ModelChangeEvent).
Method in class COM.ibm.beans.charting.PieChartView
- Handles model changes by repainting.
- handleModelSelectionChange(ModelSelectionChangeEvent).
Method in interface COM.ibm.desktop.ModelSelectionChangeListener
- Invoked when the model selection is changed.
- handleModelSelectionChange(ModelSelectionChangeEvent).
Method in class COM.ibm.desktop.ModelView
- Invoked when a model change selection event is sent.
- handleNew().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by a File->New menu action.
- handleNewInstance().
Method in class COM.ibm.desktop.GUIHandler
- Create a new instance of the application.
- handleNewModel().
Method in class COM.ibm.desktop.GUIHandler
- Re-initialize the application with a new model instance.
- handleOpen().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by handleConfirmOpen.
- handlePaste().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the Edit->Paste menu action.
- handleRedo().
Method in class COM.ibm.desktop.Command
- Invoked by the framework to redo the command.
- handleRedo().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the Edit->Redo menu action.
- handleSave().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by a File->Save menu action.
- handleSaveAs().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by a File->SaveAs menu action.
- handleSelectAll().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the Edit->SelectAll menu action.
- handleUndo().
Method in class COM.ibm.desktop.Command
- Invoked by the framework to undo the command.
- handleUndo().
Method in class COM.ibm.desktop.GUIHandler
- Invoked by the Edit->Undo menu action.
- HORIZONTALBARCHART.
Static variable in class COM.ibm.beans.charting.ChartType
- Horizontal Bar Chart Type.
- HorizontalBarChartView().
Constructor for class COM.ibm.beans.charting.HorizontalBarChartView
- Default constructor.
- initialize().
Method in class COM.ibm.beans.charting.BarChartView
- Initializes the view, and registers itself as a MouseListener and
a MouseMotionListener, so as to catch mouse drag events, and update
the chart accordingly.
- initialize().
Method in class COM.ibm.beans.charting.ChartView
- Initializes the view.
- initialize().
Method in class COM.ibm.beans.charting.HorizontalBarChartView
- Initializes the view, and registers itself as a MouseListener and
a MouseMotionListener, so as to catch mouse drag events, and update
the chart accordingly.
- initialize().
Method in interface COM.ibm.desktop.IView
- Invoked by the framework to initialize the view after the view
is created and added to the view hierarchy.
- initialize().
Method in class COM.ibm.beans.charting.LineChartView
- Initializes the view, and registers itself as a MouseListener and
a MouseMotionListener, so as to catch mouse drag events, and update
the chart accordingly.
- initialize().
Method in class COM.ibm.desktop.ModelView
- Initialize the ModelView to receive model change notification from
the model and model selection change notification from
the component controller.
- initialize().
Method in class COM.ibm.beans.charting.PieChartView
- Initializes the view.
- initialize().
Method in class COM.ibm.beans.charting.VerticalBarChartView
- Initializes the view, and registers itself as a MouseListener and
a MouseMotionListener, so as to catch mouse drag events, and update
the chart accordingly.
- isApplet().
Method in class COM.ibm.desktop.ComponentController
- Is the program running as an applet?
- isAppletFrame().
Method in class COM.ibm.desktop.ComponentController
- Is the program running as an applet in a frame?
- isApplication().
Method in class COM.ibm.desktop.ComponentController
- Is the program running as an application?
- isButtonDown().
Method in class COM.ibm.desktop.TToolButton
- Is the tool button down?
- isDataFlavorSupported(DataFlavor).
Method in class COM.ibm.desktop.ModelSelection
- Return whether or not the specified data flavor is supported for
this object.
- isDockable().
Method in class COM.ibm.desktop.TToolBar
- Is the tool bar dockable?
- isEmpty().
Method in class COM.ibm.desktop.ModelSelection
- Is the model selection empty?
- isLabelsShown().
Method in class COM.ibm.beans.charting.Chart
- Delegate the get for the flag for showing the labels for the
chart data, to the view.
- isLabelsShown().
Method in class COM.ibm.beans.charting.ChartView
- Returns true if the flag for showing the labels for the chart data is
set to true, false otherwise.
- isModelChanged().
Method in interface COM.ibm.desktop.IModel
- Is the model changed?
- isModelChanged().
Method in class COM.ibm.desktop.Model
- Is the model changed?
- isNotEmpty().
Method in class COM.ibm.desktop.ModelSelection
- Is the model selection not empty?
- isStringSelection().
Method in class COM.ibm.desktop.ModelSelection
- Temporary workaround for JDK 1.1 beta bug.
- isToggle().
Method in class COM.ibm.desktop.TToolButton
- Is this a toggle tool button?
- isValuesShown().
Method in class COM.ibm.beans.charting.Chart
- Delegate the get for the flag for showing the values for the
chart data, to the view.
- isValuesShown().
Method in class COM.ibm.beans.charting.ChartView
- Returns true if the flag for showing the values of the chart data is
set to true, false otherwise.
- isXAxisLabelShown().
Method in class COM.ibm.beans.charting.Chart
- Delegate the get for the flag for showing the X-axis label for the
chart data to the view.
- isXAxisLabelShown().
Method in class COM.ibm.beans.charting.ChartView
- Returns true if the flag for showing the X Axis label for the chart data
is set to true, false otherwise.
- isYAxisLabelShown().
Method in class COM.ibm.beans.charting.Chart
- Delegate the get for the flag for showing the Y-axis label for the
chart data to the view.
- isYAxisLabelShown().
Method in class COM.ibm.beans.charting.ChartView
- Returns true if the flag for showing the Y Axis label for the chart data
is set to true, false otherwise.
- itemStateChanged(ItemEvent).
Method in class COM.ibm.desktop.GUIHandler
- Invoked when the checkbox menu items in the tool bar popup menu
change state.
- itemStateChanged(ItemEvent).
Method in class COM.ibm.desktop.TToolBar
- Invoked when the checkbox menu items in the tool bar popup menu
change state.
- kCantUndo.
Static variable in class COM.ibm.desktop.Command
- Command cannot be undone.
- kNoChange.
Static variable in class COM.ibm.desktop.Command
- Command does not modify the target, so it does not need to be undone.
- kSerialUndo.
Static variable in class COM.ibm.desktop.Command
- Command can be undone, but only in the reverse order of that in
which they were done.
- LEFT.
Static variable in class COM.ibm.desktop.TToolBar
- Specifies the tool bar to be placed to the left of the view.
- legendFits().
Method in class COM.ibm.beans.charting.ChartView
- Checks to see if the legend will fit in the chart's current drawing area.
- legendFits().
Method in class COM.ibm.beans.charting.LineChartView
- Checks to see if the legend will fit in the chart's current drawing area.
- LINECHART.
Static variable in class COM.ibm.beans.charting.ChartType
- Line Chart Type.
- LineChartView().
Constructor for class COM.ibm.beans.charting.LineChartView
- Default constructor.
- lookupComponentController(Component).
Static method in class COM.ibm.desktop.ComponentController
- Look up for the component controller bound to the view.
- lostOwnership(Clipboard, Transferable).
Method in class COM.ibm.desktop.ComponentController
- Invoked when the ComponentController is no longer the owner of the
contents of the clipboard.
- lostOwnership(Clipboard, Transferable).
Method in interface COM.ibm.desktop.ModelSelectionOwner
- Invoked when this is no longer the owner of the clipboard contents.
- main(String[]).
Static method in class COM.ibm.beans.charting.Chart
- Create a Chart to run as an application.
- Model().
Constructor for class COM.ibm.desktop.Model
- Constructs an empty model.
- ModelChangeEvent(Object, Object).
Constructor for class COM.ibm.desktop.ModelChangeEvent
- Constructor that takes an event source and some arbitrary event
data.
- ModelSelection(ModelSelection).
Constructor for class COM.ibm.desktop.ModelSelection
- Copy constructor.
- ModelSelection(ModelSelectionOwner, IModel).
Constructor for class COM.ibm.desktop.ModelSelection
- Construct a model selection.
- ModelSelectionChangeEvent(Object, ModelSelection).
Constructor for class COM.ibm.desktop.ModelSelectionChangeEvent
- Constructor that takes an event source and a model selection.
- ModelView().
Constructor for class COM.ibm.desktop.ModelView
- Default constructor.
- ModelView(IModel).
Constructor for class COM.ibm.desktop.ModelView
- Constructor that takes a model.
- mouseClicked(MouseEvent).
Method in class COM.ibm.beans.charting.BarChartView
- Called if the mouse is clicked.
- mouseClicked(MouseEvent).
Method in class COM.ibm.desktop.GUIHandler
- Invoked when the mouse is clicked on the target.
- mouseClicked(MouseEvent).
Method in class COM.ibm.beans.charting.LineChartView
- Called if the mouse is clicked.
- mouseClicked(MouseEvent).
Method in class COM.ibm.desktop.TToolButton
- Invoked when the tool button is clicked.
- mouseDragged(MouseEvent).
Method in class COM.ibm.beans.charting.BarChartView
- Called if the mouse is dragged (the mouse button is down).
- mouseDragged(MouseEvent).
Method in class COM.ibm.beans.charting.HorizontalBarChartView
- Called if the mouse is dragged (the mouse button is down).
- mouseDragged(MouseEvent).
Method in class COM.ibm.beans.charting.LineChartView
- Called if the mouse is dragged (the mouse button is down).
- mouseDragged(MouseEvent).
Method in class COM.ibm.beans.charting.VerticalBarChartView
- Called if the mouse is dragged (the mouse button is down).
- mouseEntered(MouseEvent).
Method in class COM.ibm.beans.charting.BarChartView
- Called if the mouse enters this chart.
- mouseEntered(MouseEvent).
Method in class COM.ibm.desktop.GUIHandler
- Invoked when the mouse enters the target.
- mouseEntered(MouseEvent).
Method in class COM.ibm.beans.charting.LineChartView
- Called if the mouse enters this chart.
- mouseEntered(MouseEvent).
Method in class COM.ibm.desktop.TToolButton
- Invoked when the mouse enters the tool button.
- mouseExited(MouseEvent).
Method in class COM.ibm.beans.charting.BarChartView
- Called if the mouse leaves this chart.No action is taken.
- mouseExited(MouseEvent).
Method in class COM.ibm.desktop.GUIHandler
- Invoked when the mouse exits the target.
- mouseExited(MouseEvent).
Method in class COM.ibm.beans.charting.LineChartView
- Called if the mouse leaves this chart.No action is taken.
- mouseExited(MouseEvent).
Method in class COM.ibm.desktop.TToolButton
- Invoked when the mouse exits the tool button.
- mouseMoved(MouseEvent).
Method in class COM.ibm.beans.charting.BarChartView
- Called when the mouse moves over this chart.
- mouseMoved(MouseEvent).
Method in class COM.ibm.beans.charting.LineChartView
- Called when the mouse moves over this chart.
- mousePressed(MouseEvent).
Method in class COM.ibm.beans.charting.BarChartView
- Called if the mouse is down.
- mousePressed(MouseEvent).
Method in class COM.ibm.desktop.GUIHandler
- Invoked when the mouse is pressed.
- mousePressed(MouseEvent).
Method in class COM.ibm.beans.charting.HorizontalBarChartView
- Called if the mouse is down.
- mousePressed(MouseEvent).
Method in class COM.ibm.beans.charting.LineChartView
- Called if the mouse is down.
- mousePressed(MouseEvent).
Method in class COM.ibm.desktop.TToolButton
- Invoked when the tool button is pressed.
- mousePressed(MouseEvent).
Method in class COM.ibm.beans.charting.VerticalBarChartView
- Called if the mouse is down.
- mouseReleased(MouseEvent).
Method in class COM.ibm.beans.charting.BarChartView
- Called if the mouse is up.
- mouseReleased(MouseEvent).
Method in class COM.ibm.desktop.GUIHandler
- Invoked when the mouse is released.
- mouseReleased(MouseEvent).
Method in class COM.ibm.beans.charting.HorizontalBarChartView
- Called if the mouse is up.
- mouseReleased(MouseEvent).
Method in class COM.ibm.beans.charting.LineChartView
- Called if the mouse is up.
- mouseReleased(MouseEvent).
Method in class COM.ibm.desktop.TToolButton
- Invoked when the tool button is released.
- mouseReleased(MouseEvent).
Method in class COM.ibm.beans.charting.VerticalBarChartView
- Called if the mouse is up.
- notifyOfModelChange(Object).
Method in interface COM.ibm.desktop.IModel
- Send a ModelChangeEvent to the registered listeners to notify them
of any change in the model.
- notifyOfModelChange(Object).
Method in class COM.ibm.desktop.Model
- Send a ModelChangeEvent to the registered listeners to notify them
of any change in the model.
- openDocument(String).
Method in class COM.ibm.desktop.ComponentController
- Open the named document.
- paint(Graphics).
Method in class COM.ibm.beans.charting.BarChartView
- Paints the entire Bar Chart by painting the bars, the values
and labels, and the legend, and draws the off-screen buffer to the
the current graphics context.
- paint(Graphics).
Method in class COM.ibm.beans.charting.ChartView
- Creates an off-screen buffer for drawing to match the current size
of the view area, and sets some default graphics properties for the buffer.
- paint(Graphics).
Method in class COM.ibm.beans.charting.LineChartView
- Paints the entire Line Chart by painting the points and the line, the values
and labels, and the legend, and draws the off-screen buffer to the
the current graphics context.
- paint(Graphics).
Method in class COM.ibm.beans.charting.PieChartView
- Paints the entire Pie Chart by painting the wedges, the values
and labels, and the legend, and draws the off-screen buffer to the
the current graphics context.
- paint(Graphics).
Method in class COM.ibm.desktop.TStatusBar
- Invoked when the status bar is painted.
- paint(Graphics).
Method in class COM.ibm.desktop.TToolBar
- Invoked when the tool bar is painted.
- paint(Graphics).
Method in class COM.ibm.desktop.TToolButton
- Invoked when the tool button is to be painted.
- paint(Graphics).
Method in class COM.ibm.beans.charting.VerticalBarChartView
- Paints the entire Bar Chart by painting the bars, the values
and labels, and the legend, and draws the off-screen buffer to the
the current graphics context.
- paintAxes().
Method in class COM.ibm.beans.charting.ChartView
- Paints the X and Y axes.
- paintAxisLabels().
Method in class COM.ibm.beans.charting.ChartView
- Paints the label under the X axis (incase of a Vertical Bar Chart & Line Chart)
or above the Y axis (incase of a Horizontal Bar Chart), if one was specified.
- paintBars().
Method in class COM.ibm.beans.charting.BarChartView
- Paint the bars representing each data value.
- paintBars().
Method in class COM.ibm.beans.charting.HorizontalBarChartView
- Paint the bars representing each data value.
- paintBars().
Method in class COM.ibm.beans.charting.VerticalBarChartView
- Paint the bars representing each data value.
- paintLabels().
Method in class COM.ibm.beans.charting.BarChartView
- Paints the labels under the X axis for each bar.
- paintLabels().
Method in class COM.ibm.beans.charting.HorizontalBarChartView
- Paints the labels to the left of the Y axis for each bar.
- paintLabels().
Method in class COM.ibm.beans.charting.VerticalBarChartView
- Paints the labels under the X axis for each bar.
- paintLegend().
Method in class COM.ibm.beans.charting.ChartView
- Paints the legend for the chart, based on
a) the type of chart, and
b) what the user wants to see, viz, the labels and/or the values
- paintScale().
Method in class COM.ibm.beans.charting.ChartView
- Paints the scale on the appropriate axis, depending on the orientation of the chart.
- paintScale().
Method in class COM.ibm.beans.charting.HorizontalBarChartView
- Paints the scale on the X axis.
- paintScale().
Method in class COM.ibm.beans.charting.LineChartView
- Paints the scale on the Y axis.
- paintScale().
Method in class COM.ibm.beans.charting.VerticalBarChartView
- Paints the scale on the Y axis.
- paintTitle().
Method in class COM.ibm.beans.charting.ChartView
- Paints the title of the chart, if one was specified.
- paintValues().
Method in class COM.ibm.beans.charting.BarChartView
- Paints the values that each bar represents, above the bars.
- paintValues().
Method in class COM.ibm.beans.charting.HorizontalBarChartView
- Paints the values that each bar represents, to the right of the bars.
- paintValues().
Method in class COM.ibm.beans.charting.VerticalBarChartView
- Paints the values that each bar represents, above the bars.
- paintXAxisScale().
Method in class COM.ibm.beans.charting.ChartView
- Paints the scale on the X axis.
- paintYAxisScale().
Method in class COM.ibm.beans.charting.ChartView
- Paints the scale on the Y axis.
- pasteFrom(Transferable).
Method in class COM.ibm.desktop.ModelSelection
- Paste objects into the model selection.
- PIECHART.
Static variable in class COM.ibm.beans.charting.ChartType
- Pie Chart Type.
- PieChartView().
Constructor for class COM.ibm.beans.charting.PieChartView
- Default constructor.
- redo().
Method in class COM.ibm.desktop.CommandProcessor
- Redo the previous command.
- redo().
Method in interface COM.ibm.desktop.ICommandProcessor
- Redo command.
- removeActionListener(ActionListener).
Method in class COM.ibm.desktop.TToolButton
- Remove the specified action listener so it no longer receives
action events from this tool button.
- removeModelChangeListener(ModelChangeListener).
Method in interface COM.ibm.desktop.IModel
- Remove a listener from receiving model change events.
- removeModelChangeListener(ModelChangeListener).
Method in class COM.ibm.desktop.Model
- Remove a listener from receiving model change events.
- removeModelSelectionChangeListener(ModelSelectionChangeListener).
Method in class COM.ibm.desktop.ComponentController
- Remove listener from the list of listeners for model selection change.
- removeModelSelectionChangeListener(ModelSelectionChangeListener).
Method in interface COM.ibm.desktop.ModelSelectionOwner
- Remove listener from the list of listeners for model selection change.
- reset().
Method in class COM.ibm.desktop.CommandProcessor
- Reset the command processor and clear the command log.
- reset().
Method in interface COM.ibm.desktop.ICommandProcessor
- Reset the command processor.
- Resources().
Constructor for class COM.ibm.desktop.Resources
-
- RIGHT.
Static variable in class COM.ibm.desktop.TToolBar
- Specifies the tool bar to be placed to the right of the view.
- roundValue(float).
Static method in class COM.ibm.beans.charting.ChartUtil
- Round off a float value to two decimal places.
- selectAll().
Method in class COM.ibm.desktop.ModelSelection
- Select all objects in the model.
- setAppletFrame(boolean).
Method in class COM.ibm.desktop.ComponentController
- Indicate to the framework whether the applet should be displayed in
a frame.
- setApplicationMain(boolean).
Static method in class COM.ibm.desktop.ComponentController
- Tell the framework whether the program is running as an application
or not.
- setAsText(String).
Method in class COM.ibm.beans.charting.ChartTypeEditor
- Set the (currently selected) value of the ChartType property to the
one specified.
- setAxisLabels().
Method in class COM.ibm.beans.charting.ChartView
- Set the labels to be used on the axes.
- setButtonDown(boolean).
Method in class COM.ibm.desktop.TToolButton
- Set the tool button down or up.
- setChartColors(Vector).
Method in class COM.ibm.beans.charting.Chart
- Delegate the set for the (vector of) colors to be used for plotting
the data to the model.
- setChartColors(Vector).
Method in class COM.ibm.beans.charting.ChartModel
- Sets all the colors to be used for charting the data, from the
vector specified.
- setChartData(Vector).
Method in class COM.ibm.beans.charting.Chart
- Delegate the set for the data that is to be plotted to the model.
- setChartData(Vector).
Method in class COM.ibm.beans.charting.ChartModel
- Sets all the data that is to be charted from the vector specified
- setChartFont(Font).
Method in class COM.ibm.beans.charting.Chart
- Sets the font used for the chart's labels to the specified font.
- setChartFont(Font).
Method in class COM.ibm.beans.charting.ChartView
- Sets the font used for the chart's labels to the specified font.
- setChartLabels(Vector).
Method in class COM.ibm.beans.charting.Chart
- Delegate the set for the labels to be used for the chart
to the model.
- setChartLabels(Vector).
Method in class COM.ibm.beans.charting.ChartModel
- Sets the vector of labels for the data.
- setChartTitle(String).
Method in class COM.ibm.beans.charting.Chart
- Delegate the set for the title to be used for the chart
to the model.
- setChartTitle(String).
Method in class COM.ibm.beans.charting.ChartModel
- Sets the chart's title to the one specified.
- setChartType(ChartType).
Method in class COM.ibm.beans.charting.Chart
- Delegate the sets for the chart type to the specified one.
- setChartType(ChartType).
Method in class COM.ibm.beans.charting.ChartModel
- Sets the chart type to the specified one.
- setColor(int, Color).
Method in class COM.ibm.beans.charting.Chart
- Delegate the set for the color to be used for plotting the data
at this index to the model.
- setColor(int, Color).
Method in class COM.ibm.beans.charting.ChartModel
- Sets the color to be used for charting the data at this index.
- setCommandProcessor(ICommandProcessor).
Method in class COM.ibm.desktop.ComponentController
- Set the command processor.
- setData(int, Number).
Method in class COM.ibm.beans.charting.Chart
- Delegate the set for the data at this index to the model.
- setData(int, Number).
Method in class COM.ibm.beans.charting.ChartModel
- Sets the data at this index.
- setDockable(boolean).
Method in class COM.ibm.desktop.TToolBar
- Make the tool bar fixed or dockable.
- setEditMenu(Menu).
Method in class COM.ibm.desktop.TMenuBar
-
- setEmpty().
Method in class COM.ibm.desktop.ModelSelection
- Set the model selection state to empty.
- setEnabled(boolean).
Method in class COM.ibm.desktop.TToolButton
- Enable or disable the tool button.
- setFileMenu(Menu).
Method in class COM.ibm.desktop.TMenuBar
-
- setGUIHandler(GUIHandler).
Method in class COM.ibm.desktop.ComponentController
- Set the GUIHandler.
- setLabel(int, String).
Method in class COM.ibm.beans.charting.Chart
- Delegate the set for the label to be used for charting the data at this index.
- setLabel(int, String).
Method in class COM.ibm.beans.charting.ChartModel
- Sets the label to be used for data at this index.
- setLabel(String).
Method in class COM.ibm.desktop.Command
- Set the command label
- setLabelsShown(boolean).
Method in class COM.ibm.beans.charting.Chart
- Delegate the set for the flag for showing the labels for the
chart data, to the view.
- setLabelsShown(boolean).
Method in class COM.ibm.beans.charting.ChartView
- Sets to true or false, the flag for showing the labels for the chart data.
- setLegendLabels().
Method in class COM.ibm.beans.charting.ChartView
- Set the labels to be used in the legend.
- setLegendLabels().
Method in class COM.ibm.beans.charting.PieChartView
- Sets the labels to be used in the legend, based on whether or not
we are showing only the values, or only the data set labels (chartLabels)
or both
- setLocale(Locale).
Method in class COM.ibm.desktop.GUIHandler
- Change the locale of the program and update the GUI and the resource
bundle based on the new locale.
- setModel(IModel).
Method in class COM.ibm.desktop.ComponentController
- Set the model.
- setModel(IModel).
Method in class COM.ibm.desktop.ModelSelection
- Set the model selection's model object.
- setModel(IModel).
Method in class COM.ibm.desktop.ModelView
-
- setModelChanged(boolean).
Method in interface COM.ibm.desktop.IModel
- Set model changed to true or false.
- setModelChanged(boolean).
Method in class COM.ibm.desktop.Model
- Set model changed to true or false.
- setModelSelection(ModelSelection).
Method in class COM.ibm.desktop.ComponentController
- Set the model selection to a different selection and notify
listeners.
- setModelSelection(ModelSelection).
Method in interface COM.ibm.desktop.ModelSelectionOwner
- Set the model selection.
- setModelSelectionOwner(ModelSelectionOwner).
Method in class COM.ibm.desktop.ModelSelection
- Set the owner of the model selection.
- setNotEmpty().
Method in class COM.ibm.desktop.ModelSelection
- Set the model selection state to not empty.
- setOrientation(int).
Method in class COM.ibm.desktop.TToolBar
- Change the orientation of the tool bar.
- setResourceBundle(ResourceBundle).
Method in class COM.ibm.desktop.ComponentController
- Set the resource bundle.
- setStatus(String).
Method in class COM.ibm.desktop.TStatusBar
- Set the status message.
- setStatusBar(TStatusBar).
Method in class COM.ibm.desktop.ComponentFrame
- Set the status bar of this frame to the specified status bar.
- setTitleFont(Font).
Method in class COM.ibm.beans.charting.Chart
- Sets the font for the chart's title to the specified font.
- setTitleFont(Font).
Method in class COM.ibm.beans.charting.ChartView
- Sets the font for the chart's title to the specified font.
- setToolBar(TToolBar).
Method in class COM.ibm.desktop.ComponentFrame
- Set the tool bar of this frame to the specified tool bar.
- setType(int).
Method in class COM.ibm.desktop.Command
- Set the command type
- setValue(Object).
Method in class COM.ibm.beans.charting.ChartTypeEditor
- Save the current selection state of this ChartType to the one specified.
- setValuesShown(boolean).
Method in class COM.ibm.beans.charting.Chart
- Delegate the get for the flag for showing the values for the
chart data, to the view.
- setValuesShown(boolean).
Method in class COM.ibm.beans.charting.ChartView
- Sets to true or false, the flag for showing the values for the chart data
on the chart.
- setView(IView).
Method in class COM.ibm.desktop.ComponentController
- Change the application view by removing the existing view in the
application frame and adding a new one.
- setView(IView, boolean).
Method in class COM.ibm.desktop.ComponentController
- Change the application view by removing the existing view in the
application frame and adding a new one.
- setViewMenu(Menu).
Method in class COM.ibm.desktop.TMenuBar
-
- setXAxisLabel(String).
Method in class COM.ibm.beans.charting.Chart
- Delegate the get for the X axis label to be used for the chart,
to the model.
- setXAxisLabel(String).
Method in class COM.ibm.beans.charting.ChartModel
- Sets the chart's X-axis label to the one specified.
- setXAxisLabelShown(boolean).
Method in class COM.ibm.beans.charting.Chart
- Delegate the toggle for the flag for showing the labels for the
chart data to the view.
- setXAxisLabelShown(boolean).
Method in class COM.ibm.beans.charting.ChartView
- Sets to true or false, the flag for showing the X Axis label for the
chart data.
- setYAxisLabel(String).
Method in class COM.ibm.beans.charting.Chart
- Sets the chart's Y=axis label to the one specified.
- setYAxisLabel(String).
Method in class COM.ibm.beans.charting.ChartModel
- Sets the chart's Y-axis label to the one specified.
- setYAxisLabelShown(boolean).
Method in class COM.ibm.beans.charting.Chart
- Delegate the toggle for the flag for showing the Y axis label for the
chart data to the view.
- setYAxisLabelShown(boolean).
Method in class COM.ibm.beans.charting.ChartView
- Sets to true or false, the flag for showing the Y Axis label for the
chart data.
- show().
Method in class COM.ibm.desktop.AboutBox
- Show the dialog centered over the parent frame.
- show().
Method in class COM.ibm.desktop.ComponentFrame
- Override Frame.show() to show the frame only if the program is
running as an application or an applet frame.
- showExpirationDialog(Calendar, String, String, boolean).
Static method in class COM.ibm.desktop.ComponentController
- Display a dialog if the current date is after the expiration date, or
if the expirationDate parameter is null.
- showSplashScreen(Class, String, int).
Static method in class COM.ibm.desktop.ComponentController
- Display a splash screen.
- start().
Method in class COM.ibm.desktop.ComponentController
- Invoked when the applet is started.
- stop().
Method in class COM.ibm.desktop.ComponentController
- Invoked when the applet is stopped.
- TMenuBar().
Constructor for class COM.ibm.desktop.TMenuBar
-
- toggle().
Method in class COM.ibm.desktop.TToolButton
- Toggle the tool button.
- TOP.
Static variable in class COM.ibm.desktop.TToolBar
- Specifies the tool bar to be placed above the view.
- toString().
Method in class COM.ibm.beans.charting.ChartType
- Returns the string representation of the currently selected ChartType.
- TStatusBar().
Constructor for class COM.ibm.desktop.TStatusBar
- Construct a status bar.
- TToolBar().
Constructor for class COM.ibm.desktop.TToolBar
- Construct an empty tool bar.
- TToolButton(Class, String, String, String).
Constructor for class COM.ibm.desktop.TToolButton
- Constructs a tool button.
- TToolButton(Class, String, String, String, boolean).
Constructor for class COM.ibm.desktop.TToolButton
- Constructs a toggle tool button.
- types.
Static variable in class COM.ibm.beans.charting.ChartType
- Strings representing the available types of charts
- undo().
Method in class COM.ibm.desktop.CommandProcessor
- Undo the previous command.
- undo().
Method in interface COM.ibm.desktop.ICommandProcessor
- Undo command.
- undoDelete(Object).
Method in class COM.ibm.desktop.ModelSelection
- Undo the delete operation.
- undoPaste(Object).
Method in class COM.ibm.desktop.ModelSelection
- Undo paste operation.
- unsetStatus().
Method in class COM.ibm.desktop.TStatusBar
- Display the previously set status message.
- update(Graphics).
Method in class COM.ibm.beans.charting.BarChartView
- Updates the chart by causing a repaint.
- update(Graphics).
Method in class COM.ibm.beans.charting.ChartView
- Updates the view by causing a repaint of the view.
- update(Graphics).
Method in class COM.ibm.beans.charting.LineChartView
- Updates the chart by causing a repaint.
- update(Graphics).
Method in class COM.ibm.beans.charting.PieChartView
- Updates the chart by causing a repaint.
- VERTICALBARCHART.
Static variable in class COM.ibm.beans.charting.ChartType
- Vertical Bar Chart Type.
- VerticalBarChartView().
Constructor for class COM.ibm.beans.charting.VerticalBarChartView
- Default constructor.
- windowActivated(WindowEvent).
Method in class COM.ibm.desktop.GUIHandler
- Invoked when the window is activated.
- windowClosed(WindowEvent).
Method in class COM.ibm.desktop.GUIHandler
- Invoked when the window closed.
- windowClosing(WindowEvent).
Method in class COM.ibm.desktop.GUIHandler
- Invoked when the window is closing.
- windowDeactivated(WindowEvent).
Method in class COM.ibm.desktop.GUIHandler
- Invoked when the window is deactivated.
- windowDeiconified(WindowEvent).
Method in class COM.ibm.desktop.GUIHandler
- Invoked when the window is deiconified.
- windowIconified(WindowEvent).
Method in class COM.ibm.desktop.GUIHandler
- Invoked when the window is iconified.
- windowOpened(WindowEvent).
Method in class COM.ibm.desktop.GUIHandler
- Invoked when the window is opened.