Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AndroidDeveloperLB/WebpifyYourAndroidApp
/ functions
Functions
61 in github.com/AndroidDeveloperLB/WebpifyYourAndroidApp
⨍
Functions
61
◇
Types & classes
8
↓ 10 callers
Method
dispose
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 callers
Method
open
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 callers
Method
size
(final Collection<T> collection)
src/webpifier/CollectionUtil.java:23
↓ 4 callers
Method
isEmpty
(final T[] arr)
src/webpifier/CollectionUtil.java:8
↓ 4 callers
Method
updateButtonsStateAccordingToSelectedMinSdk
()
src/webpifier/Main.java:414
↓ 3 callers
Method
toString
(final Object[] objects)
src/webpifier/CollectionUtil.java:54
↓ 2 callers
Method
getFileNameWithoutExtension
(String name)
src/webpifier/FileUtil.java:4
↓ 2 callers
Method
getMissingImage
@return the small {@link Image} that can be used as placeholder for missing image.
src/org/eclipse/wb/swt/SWTResourceManager.java:175
↓ 2 callers
Method
humanReadableByteCount
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 callers
Method
centerShell
(Shell shell)
src/webpifier/SwtTools.java:7
↓ 1 callers
Method
convertFiles
(ArrayList<String> filesToCheck, webpifier.Configuration configuration)
src/webpifier/Main.java:452
↓ 1 callers
Method
createButton
(Composite parent, int id, String label, boolean defaultButton)
src/webpifier/DialogWithUrls.java:508
↓ 1 callers
Method
createContents
()
src/webpifier/Main.java:582
↓ 1 callers
Method
createCustomArea
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 callers
Method
createMessageArea
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 callers
Method
customShouldTakeFocus
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 callers
Method
disposeColors
Dispose of all the cached {@link Color}'s.
src/org/eclipse/wb/swt/SWTResourceManager.java:94
↓ 1 callers
Method
disposeCursors
Dispose all of the cached cursors.
src/org/eclipse/wb/swt/SWTResourceManager.java:426
↓ 1 callers
Method
disposeFonts
Dispose all of the cached {@link Font}'s.
src/org/eclipse/wb/swt/SWTResourceManager.java:386
↓ 1 callers
Method
disposeImages
Dispose all of the cached {@link Image}'s.
src/org/eclipse/wb/swt/SWTResourceManager.java:275
↓ 1 callers
Method
getButtonLabels
(int kind)
src/webpifier/DialogWithUrls.java:400
↓ 1 callers
Method
getColor
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 callers
Method
getExtension
(String name)
src/webpifier/FileUtil.java:9
↓ 1 callers
Method
getImage
()
src/webpifier/DialogWithUrls.java:609
↓ 1 callers
Method
getImagesFilesToHandle
(webpifier.Configuration configuration, ConcurrentLinkedDeque<File> filesToScan, ArrayList<String> result)
src/webpifier/Main.java:95
↓ 1 callers
Method
getPngAndJpgToWebpConversionFile
(String mainPathOfCurrentApp)
src/webpifier/Main.java:436
↓ 1 callers
Method
hasAlpha
(ImageData imageData)
src/webpifier/ImageUtils.java:10
↓ 1 callers
Method
openError
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 callers
Method
openInformation
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 callers
Method
saveToJpg
(ImageData image, int compression, File f)
src/webpifier/ImageUtils.java:30
Method
DialogWithUrls
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
Method
Main
Create the shell. @param display
src/webpifier/Main.java:134
Method
accept
(File dir, String name)
src/webpifier/Main.java:442
Method
addAll
adds all items from src to dst
src/webpifier/CollectionUtil.java:89
Method
areSetsIdentical
returns true iff all of the items on each set exist on the other set .
src/webpifier/CollectionUtil.java:36
Method
buttonPressed
(int buttonId)
src/webpifier/DialogWithUrls.java:230
Method
checkSubclass
()
src/webpifier/Main.java:587
Method
compare
(File arg0, File arg1)
src/webpifier/Main.java:535
Method
configureShell
(Shell shell)
src/webpifier/DialogWithUrls.java:243
Method
createButtonsForButtonBar
(Composite parent)
src/webpifier/DialogWithUrls.java:257
Method
createDialogArea
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
Method
decorateImage
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
Method
drop
(DropTargetEvent event)
src/webpifier/Main.java:393
Method
getBoldFont
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
Method
getButton
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
Method
getCursor
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
Method
getDefaultButtonIndex
An accessor for the index of the default button in the button array. @return The default button index.
src/webpifier/DialogWithUrls.java:628
Method
getFont
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
Method
getImage
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
Method
getMinimumMessageWidth
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
Method
handleShellCloseEvent
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
Method
main
Launch the application. @param args
src/webpifier/Main.java:71
Method
openConfirm
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
Method
openQuestion
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
Method
openWarning
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
Method
run
()
src/webpifier/Main.java:74
Method
setButtonLabels
A mutator for the button labels. @param buttonLabels The button labels to use; must not be <code>null</code>.
src/webpifier/DialogWithUrls.java:651
Method
setButtons
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
Method
widgetDefaultSelected
(SelectionEvent e)
src/webpifier/Main.java:302
Method
widgetSelected
(SelectionEvent e)
src/webpifier/Main.java:162
Method
widgetSelected
(SelectionEvent e)
src/webpifier/DialogWithUrls.java:553