Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asystat/Final-Android-Resizer
/ functions
Functions
36 in github.com/asystat/Final-Android-Resizer
⨍
Functions
36
◇
Types & classes
9
↓ 29 callers
Method
log
Outputs <tt>message</tt> to <tt>out</tt> if it's not null.
src/FileDrop.java:547
↓ 2 callers
Method
filesDropped
This method is called when files have been successfully dropped. @param files An array of <tt>File</tt>s that were dropped. @since 1.0
src/FileDrop.java:627
↓ 2 callers
Method
getObject
Return the object being encapsulated in the {@link TransferableObject}. @return The dropped object @since 1.1
src/FileDrop.java:927
↓ 2 callers
Method
isDragOk
Determine if the dragged data is a file list.
src/FileDrop.java:513
↓ 2 callers
Method
showError
(String text)
src/ResizerFrame.java:366
↓ 2 callers
Method
showWarning
(String text)
src/ResizerFrame.java:371
↓ 2 callers
Method
supportsDnD
()
src/FileDrop.java:420
↓ 1 callers
Method
createAndShowGUI
()
src/FinalResizer.java:23
↓ 1 callers
Method
createFileArray
(BufferedReader bReader, PrintStream out)
src/FileDrop.java:440
↓ 1 callers
Method
getExportFolders
()
src/ResizerFrame.java:339
↓ 1 callers
Method
getExtension
(String f)
src/ImageProcessor.java:114
↓ 1 callers
Method
getRequiredSize
(String originalSize, String resFolder, int width)
src/ImageProcessor.java:75
↓ 1 callers
Method
getTransferData
Returns the data encapsulated in this {@link TransferableObject}. If the {@link Fetcher} constructor was used, then this is when the {@link Fetcher#ge
src/FileDrop.java:862
↓ 1 callers
Method
getTransferDataFlavors
Returns a two- or three-element array containing first the custom data flavor, if one was created in the constructors, second the default {@link #DATA
src/FileDrop.java:834
↓ 1 callers
Method
isDataFlavorSupported
Returns <tt>true</tt> if <var>flavor</var> is one of the supported flavors. Flavors are supported using the <code>equals(...)</code> method. @param f
src/FileDrop.java:888
↓ 1 callers
Method
makeDropTarget
( final java.io.PrintStream out, final java.awt.Component c, boolean recursive )
src/FileDrop.java:466
↓ 1 callers
Method
processImage
(File f, File resDirectory, String originalSize, String drawableDirectory, boolean overwrite, String resFol
src/ImageProcessor.java:43
Method
Event
Constructs an {@link Event} with the array of files that were dropped and the {@link FileDrop} that initiated the event. @param files The array of fi
src/FileDrop.java:661
Method
FileDrop
Constructs a {@link FileDrop} with a default light-blue border and, if <var>c</var> is a {@link java.awt.Container}, recursively sets all elements con
src/FileDrop.java:70
Method
ResizerFrame
()
src/ResizerFrame.java:93
Method
TransferableObject
Creates a new {@link TransferableObject} that wraps <var>data</var>. Along with the {@link #DATA_FLAVOR} associated with this class, this creates a cu
src/FileDrop.java:767
Method
actionPerformed
(ActionEvent arg0)
src/ResizerFrame.java:196
Method
dragEnter
( java.awt.dnd.DropTargetDragEvent evt )
src/FileDrop.java:267
Method
dragExit
( java.awt.dnd.DropTargetEvent evt )
src/FileDrop.java:386
Method
dragOver
( java.awt.dnd.DropTargetDragEvent evt )
src/FileDrop.java:294
Method
drop
( java.awt.dnd.DropTargetDropEvent evt )
src/FileDrop.java:299
Method
dropActionChanged
( java.awt.dnd.DropTargetDragEvent evt )
src/FileDrop.java:396
Method
filesDropped
(final File[] files)
src/ResizerFrame.java:287
Method
getCustomDataFlavor
Returns the custom {@link java.awt.datatransfer.DataFlavor} associated with the encapsulated object or <tt>null</tt> if the {@link Fetcher} constructo
src/FileDrop.java:816
Method
getFiles
Returns an array of files that were dropped on a registered drop target. @return array of files that were dropped @since 1.1
src/FileDrop.java:673
Method
hierarchyChanged
( java.awt.event.HierarchyEvent evt )
src/FileDrop.java:480
Method
main
Launch the application.
src/ResizerFrame.java:63
Method
main
(String[] args)
src/FinalResizer.java:31
Method
remove
Removes the drag-and-drop hooks from the component and optionally from the all children. You should call this if you add and remove components after y
src/FileDrop.java:566
Method
run
()
src/ResizerFrame.java:65
Method
run
()
src/FinalResizer.java:35