|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.eclipse.jface.dialogs.TrayDialog
org.eclipse.jface.dialogs.StatusDialog
org.openoffice.ide.eclipse.core.unotypebrowser.UnoTypeBrowser
public class UnoTypeBrowser
A dialog to browse UNO types. This class doesn't launch the types query: this job is performed by the UNO type provider to avoid very slow window rendering.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.jface.window.Window |
---|
org.eclipse.jface.window.Window.IExceptionHandler |
Field Summary |
---|
Fields inherited from class org.eclipse.jface.dialogs.Dialog |
---|
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, dialogArea, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS |
Fields inherited from class org.eclipse.jface.window.Window |
---|
CANCEL, OK |
Constructor Summary | |
---|---|
UnoTypeBrowser(org.eclipse.swt.widgets.Shell pParentShell,
int pAllowedTypes)
Creates a new browser dialog. |
Method Summary | |
---|---|
void |
activateFields(boolean pActivate)
Method to activate or unactivate the dialog fields. |
protected void |
createButtonsForButtonBar(org.eclipse.swt.widgets.Composite pParent)
|
protected org.eclipse.swt.widgets.Control |
createDialogArea(org.eclipse.swt.widgets.Composite pParent)
|
void |
fieldChanged(FieldEvent pEvent)
Method called when the row has changed. |
InternalUnoType |
getSelectedType()
|
void |
initialized()
Method called when the UnoTypeProvider is initialized. |
protected void |
okPressed()
|
void |
setSelectedType(InternalUnoType pType)
Set the type selected in the list. |
Methods inherited from class org.eclipse.jface.dialogs.StatusDialog |
---|
configureShell, create, createButtonBar, getStatus, setImage, setStatusLineAboveButtons, setTitle, updateButtonsEnableState, updateStatus |
Methods inherited from class org.eclipse.jface.dialogs.TrayDialog |
---|
close, closeTray, createHelpControl, getLayout, getTray, isDialogHelpAvailable, isHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailable |
Methods inherited from class org.eclipse.jface.dialogs.Dialog |
---|
applyDialogFont, buttonPressed, cancelPressed, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, createButton, createContents, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, getInitialSize, getOKButton, initializeBounds, initializeDialogUnits, isResizable, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenText |
Methods inherited from class org.eclipse.jface.window.Window |
---|
canHandleShellCloseEvent, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnoTypeBrowser(org.eclipse.swt.widgets.Shell pParentShell, int pAllowedTypes)
pParentShell
- the shell where to create the dialogpAllowedTypes
- the bit-ORed allowed typesMethod Detail |
---|
protected void createButtonsForButtonBar(org.eclipse.swt.widgets.Composite pParent)
createButtonsForButtonBar
in class org.eclipse.jface.dialogs.StatusDialog
protected org.eclipse.swt.widgets.Control createDialogArea(org.eclipse.swt.widgets.Composite pParent)
createDialogArea
in class org.eclipse.jface.dialogs.Dialog
public void initialized()
UnoTypeProvider
is initialized.
initialized
in interface IInitListener
public void activateFields(boolean pActivate)
pActivate
- true
to activate all the fields, false
to
set the fields as not active.protected void okPressed()
okPressed
in class org.eclipse.jface.dialogs.Dialog
public void fieldChanged(FieldEvent pEvent)
fieldChanged
in interface IFieldChangedListener
pEvent
- the field event thrownpublic InternalUnoType getSelectedType()
InternalUnoType
.public void setSelectedType(InternalUnoType pType)
pType
- the type which should be selected
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |