MCPcopy Create free account

hub / github.com/AndroidDeveloperLB/WebpifyYourAndroidApp / functions

Functions61 in github.com/AndroidDeveloperLB/WebpifyYourAndroidApp

↓ 10 callersMethoddispose
Dispose of cached objects and their underlying OS resources. This should only be called when the cached objects are no longer needed (e.g. on applicat
src/org/eclipse/wb/swt/SWTResourceManager.java:441
↓ 6 callersMethodopen
Opens this message dialog, creating it first if it has not yet been created. <p> This method waits until the dialog is closed by the end user, and the
src/webpifier/DialogWithUrls.java:367
↓ 5 callersMethodsize
(final Collection<T> collection)
src/webpifier/CollectionUtil.java:23
↓ 4 callersMethodisEmpty
(final T[] arr)
src/webpifier/CollectionUtil.java:8
↓ 4 callersMethodupdateButtonsStateAccordingToSelectedMinSdk
()
src/webpifier/Main.java:414
↓ 3 callersMethodtoString
(final Object[] objects)
src/webpifier/CollectionUtil.java:54
↓ 2 callersMethodgetFileNameWithoutExtension
(String name)
src/webpifier/FileUtil.java:4
↓ 2 callersMethodgetMissingImage
@return the small {@link Image} that can be used as placeholder for missing image.
src/org/eclipse/wb/swt/SWTResourceManager.java:175
↓ 2 callersMethodhumanReadableByteCount
formats the bytes to a human readable format @param si true if each kilo==1000, false if kilo==1024
src/webpifier/FileUtil.java:20
↓ 1 callersMethodcenterShell
(Shell shell)
src/webpifier/SwtTools.java:7
↓ 1 callersMethodconvertFiles
(ArrayList<String> filesToCheck, webpifier.Configuration configuration)
src/webpifier/Main.java:452
↓ 1 callersMethodcreateButton
(Composite parent, int id, String label, boolean defaultButton)
src/webpifier/DialogWithUrls.java:508
↓ 1 callersMethodcreateContents
()
src/webpifier/Main.java:582
↓ 1 callersMethodcreateCustomArea
Creates and returns the contents of an area of the dialog which appears below the message and above the button bar. <p> The default implementation of
src/webpifier/DialogWithUrls.java:279
↓ 1 callersMethodcreateMessageArea
Create the area the message will be shown in. <p> The parent composite is assumed to use GridLayout as its layout manager, since the parent is typical
src/webpifier/DialogWithUrls.java:535
↓ 1 callersMethodcustomShouldTakeFocus
Return whether or not we should apply the workaround where we take focus for the default button or if that should be determined by the dialog. By defa
src/webpifier/DialogWithUrls.java:594
↓ 1 callersMethoddisposeColors
Dispose of all the cached {@link Color}'s.
src/org/eclipse/wb/swt/SWTResourceManager.java:94
↓ 1 callersMethoddisposeCursors
Dispose all of the cached cursors.
src/org/eclipse/wb/swt/SWTResourceManager.java:426
↓ 1 callersMethoddisposeFonts
Dispose all of the cached {@link Font}'s.
src/org/eclipse/wb/swt/SWTResourceManager.java:386
↓ 1 callersMethoddisposeImages
Dispose all of the cached {@link Image}'s.
src/org/eclipse/wb/swt/SWTResourceManager.java:275
↓ 1 callersMethodgetButtonLabels
(int kind)
src/webpifier/DialogWithUrls.java:400
↓ 1 callersMethodgetColor
Returns the system {@link Color} matching the specific ID. @param systemColorID the ID value for the color @return the system {@link Color
src/org/eclipse/wb/swt/SWTResourceManager.java:57
↓ 1 callersMethodgetExtension
(String name)
src/webpifier/FileUtil.java:9
↓ 1 callersMethodgetImage
()
src/webpifier/DialogWithUrls.java:609
↓ 1 callersMethodgetImagesFilesToHandle
(webpifier.Configuration configuration, ConcurrentLinkedDeque<File> filesToScan, ArrayList<String> result)
src/webpifier/Main.java:95
↓ 1 callersMethodgetPngAndJpgToWebpConversionFile
(String mainPathOfCurrentApp)
src/webpifier/Main.java:436
↓ 1 callersMethodhasAlpha
(ImageData imageData)
src/webpifier/ImageUtils.java:10
↓ 1 callersMethodopenError
Convenience method to open a standard error dialog. @param parent the parent shell of the dialog, or <code>null</code> if none @param titl
src/webpifier/DialogWithUrls.java:455
↓ 1 callersMethodopenInformation
Convenience method to open a standard information dialog. @param parent the parent shell of the dialog, or <code>null</code> if none @para
src/webpifier/DialogWithUrls.java:469
↓ 1 callersMethodsaveToJpg
(ImageData image, int compression, File f)
src/webpifier/ImageUtils.java:30
MethodDialogWithUrls
Create a message dialog. Note that the dialog will have no visual representation (no widgets) until it is told to open. <p> The labels of the buttons
src/webpifier/DialogWithUrls.java:194
MethodMain
Create the shell. @param display
src/webpifier/Main.java:134
Methodaccept
(File dir, String name)
src/webpifier/Main.java:442
MethodaddAll
adds all items from src to dst
src/webpifier/CollectionUtil.java:89
MethodareSetsIdentical
returns true iff all of the items on each set exist on the other set .
src/webpifier/CollectionUtil.java:36
MethodbuttonPressed
(int buttonId)
src/webpifier/DialogWithUrls.java:230
MethodcheckSubclass
()
src/webpifier/Main.java:587
Methodcompare
(File arg0, File arg1)
src/webpifier/Main.java:535
MethodconfigureShell
(Shell shell)
src/webpifier/DialogWithUrls.java:243
MethodcreateButtonsForButtonBar
(Composite parent)
src/webpifier/DialogWithUrls.java:257
MethodcreateDialogArea
This implementation of the <code>Dialog</code> framework method creates and lays out a composite and calls <code>createMessageArea</code> and <code>cr
src/webpifier/DialogWithUrls.java:289
MethoddecorateImage
Returns an {@link Image} composed of a base image decorated by another image. @param baseImage the base {@link Image} that should be decor
src/org/eclipse/wb/swt/SWTResourceManager.java:219
Methoddrop
(DropTargetEvent event)
src/webpifier/Main.java:393
MethodgetBoldFont
Returns a bold version of the given {@link Font}. @param baseFont the {@link Font} for which a bold version is desired @return the bold ve
src/org/eclipse/wb/swt/SWTResourceManager.java:373
MethodgetButton
Gets a button in this dialog's button bar. @param index the index of the button in the dialog's button bar @return a button in the dialog'
src/webpifier/DialogWithUrls.java:319
MethodgetCursor
Returns the system cursor matching the specific ID. @param id int The ID value for the cursor @return Cursor The system cursor matching th
src/org/eclipse/wb/swt/SWTResourceManager.java:414
MethodgetDefaultButtonIndex
An accessor for the index of the default button in the button array. @return The default button index.
src/webpifier/DialogWithUrls.java:628
MethodgetFont
Returns a {@link Font} based on its name, height and style. @param name the name of the font @param height the height of the fo
src/org/eclipse/wb/swt/SWTResourceManager.java:321
MethodgetImage
Returns an {@link Image} encoded by the specified {@link InputStream}. @param stream the {@link InputStream} encoding the image data @retu
src/org/eclipse/wb/swt/SWTResourceManager.java:116
MethodgetMinimumMessageWidth
Returns the minimum message area width in pixels This determines the minimum width of the dialog. <p> Subclasses may override. </p> @return the minim
src/webpifier/DialogWithUrls.java:335
MethodhandleShellCloseEvent
Handle the shell close. Set the return code to <code>SWT.DEFAULT</code> as there has been no explicit close by the user. @see org.eclipse.jface.windo
src/webpifier/DialogWithUrls.java:345
Methodmain
Launch the application. @param args
src/webpifier/Main.java:71
MethodopenConfirm
Convenience method to open a simple confirm (OK/Cancel) dialog. @param parent the parent shell of the dialog, or <code>null</code> if none
src/webpifier/DialogWithUrls.java:441
MethodopenQuestion
Convenience method to open a simple Yes/No question dialog. @param parent the parent shell of the dialog, or <code>null</code> if none @pa
src/webpifier/DialogWithUrls.java:485
MethodopenWarning
Convenience method to open a standard warning dialog. @param parent the parent shell of the dialog, or <code>null</code> if none @param ti
src/webpifier/DialogWithUrls.java:499
Methodrun
()
src/webpifier/Main.java:74
MethodsetButtonLabels
A mutator for the button labels. @param buttonLabels The button labels to use; must not be <code>null</code>.
src/webpifier/DialogWithUrls.java:651
MethodsetButtons
A mutator for the array of buttons in the button bar. @param buttons The buttons in the button bar; must not be <code>null</code>.
src/webpifier/DialogWithUrls.java:638
MethodwidgetDefaultSelected
(SelectionEvent e)
src/webpifier/Main.java:302
MethodwidgetSelected
(SelectionEvent e)
src/webpifier/Main.java:162
MethodwidgetSelected
(SelectionEvent e)
src/webpifier/DialogWithUrls.java:553