Package be.gaudry.model.drawing
Enum Class BrolImagesSynchro
- All Implemented Interfaces:
IBrolImage
,Serializable
,Comparable<BrolImagesSynchro>
,Constable
\n
Provided by the broldev.file.synchro.swing project.
- Since:
- 1.0 (Nov 29, 2011), broldev.file.synchro.swing 0.0.1-SNAPSHOT dependency
- Version:
- 1.0 (Nov 29, 2011)
- Author:
- Steph GAUDRY
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionFrom the target to the sourceFrom the target to the sourceSame relative path (incl.Start the process to get informations from the directoriesStop the process to get informations from the directoriesFrom the source to the targetFrom the source to the target -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the image's height.Returns the path of the resource fileint
getWidth()
Returns the image's width.static BrolImagesSynchro
Returns the enum constant of this class with the specified name.static BrolImagesSynchro[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
START_UPDATE_SYNCHRO
Start the process to get informations from the directories -
STOP_UPDATE_SYNCHRO
Stop the process to get informations from the directories -
UPDATE
From the source to the target -
UPDATEALL
From the source to the target -
COMMIT
From the target to the source -
COMMITALL
From the target to the source -
CONFLICT
Same relative path (incl. name and extension), but different (not the same weight, or not the same date, ...). -
COMMIT_OR_UPDATE
-
MARK_AS_MERGED
-
OVERRIDE_AND_UPDATE
-
OVERRIDE_AND_COMMIT
-
NO_FILTER
-
SHOW_DIFFERENCES
-
DELETE_SOURCE
-
DELETE_TARGET
-
SYNCHRO_ICON32
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getHeight
public int getHeight()Description copied from interface:IBrolImage
Returns the image's height.- Specified by:
getHeight
in interfaceIBrolImage
- Returns:
- an int specifying the fixed height of the image.
-
getWidth
public int getWidth()Description copied from interface:IBrolImage
Returns the image's width.- Specified by:
getWidth
in interfaceIBrolImage
- Returns:
- an int specifying the fixed width of the image.
-
getImageResourcePath
Description copied from interface:IBrolImage
Returns the path of the resource file- Specified by:
getImageResourcePath
in interfaceIBrolImage
- Returns:
- a String specifying the path of the resource file
-