diff --git a/src/net/java/sip/communicator/impl/gui/utils/ImageLoader.java b/src/net/java/sip/communicator/impl/gui/utils/ImageLoader.java index 63c21f747..c19654e78 100644 --- a/src/net/java/sip/communicator/impl/gui/utils/ImageLoader.java +++ b/src/net/java/sip/communicator/impl/gui/utils/ImageLoader.java @@ -70,12 +70,6 @@ public class ImageLoader public static final ImageID TOGGLE_BUTTON_PRESSED = new ImageID("service.gui.lookandfeel.TOGGLE_BUTTON_PRESSED"); - /** - * The toggle button background image. - */ - public static final ImageID TOGGLE_BUTTON - = new ImageID("service.gui.lookandfeel.TOGGLE_BUTTON"); - /** * The image used for a horizontal split. */ @@ -112,34 +106,6 @@ public class ImageLoader public static final ImageID SCROLLBAR_THUMB_HANDLE_VERTICAL = new ImageID("service.gui.lookandfeel.SCROLLBAR_THUMB_VERTICAL"); - /** - * The image used in the SIPCommLookAndFeel to paint the background - * of a closable tab. - */ - public static final ImageID CLOSABLE_TAB_BG - = new ImageID("service.gui.lookandfeel.CLOSABLE_TAB_BG"); - - /** - * The image used in the SIPCommLookAndFeel to paint the background - * of a closable selected tab. - */ - public static final ImageID SELECTED_CLOSABLE_TAB_BG - = new ImageID("service.gui.lookandfeel.SELECTED_CLOSABLE_TAB_BG"); - - /** - * The image used in the SIPCommLookAndFeel to paint the icon - * used to delete text in text fields and editable combo boxes. - */ - public static final ImageID DELETE_TEXT_ICON - = new ImageID("service.gui.lookandfeel.DELETE_TEXT_ICON"); - - /** - * The image used in the SIPCommLookAndFeel to paint the rollover - * icon used to delete text in text fields and editable combo boxes. - */ - public static final ImageID DELETE_TEXT_ROLLOVER_ICON - = new ImageID("service.gui.lookandfeel.DELETE_TEXT_ROLLOVER_ICON"); - /* * ======================================================================= * ------------------------ OPTION PANE ICONS ---------------------------- @@ -177,80 +143,18 @@ public class ImageLoader public static final ImageID MAIN_WINDOW_BACKGROUND = new ImageID("service.gui.MAIN_WINDOW_BACKGROUND"); - /** - * The add icon used in some forms. - */ - public static final ImageID ADD_ICON - = new ImageID("service.gui.icons.ADD_ICON"); - /** * The add account icon used in the file menu. */ public static final ImageID ADD_ACCOUNT_MENU_ICON = new ImageID("service.gui.icons.ADD_ACCOUNT_MENU_ICON"); - /** - * The background of the main window and chat window. - */ - public static final ImageID MORE_BUTTON - = new ImageID("service.gui.buttons.MORE_BUTTON"); - /** * The background of the main window and chat window. */ public static final ImageID DOWN_ARROW_ICON = new ImageID("service.gui.icons.DOWN_ARROW_ICON"); - /** - * The icon on the "Add contact" button in the QuickMenu. - */ - public static final ImageID QUICK_MENU_ADD_ICON - = new ImageID("service.gui.icons.QUICK_MENU_ADD_ICON"); - - /** - * The icon on the "Configure" button in the QuickMenu. - */ - public static final ImageID QUICK_MENU_CONFIGURE_ICON - = new ImageID("service.gui.icons.QUICK_MENU_CONFIGURE_ICON"); - - /** - * The icon on the "Hide/Show offline contacts" button in the - * QuickMenu. - */ - public static final ImageID QUICK_MENU_SHOW_OFFLINE_ICON - = new ImageID("service.gui.icons.QUICK_MENU_SHOW_OFFLINE_ICON"); - - /** - * The icon on the "Hide/Show offline contacts" button in the - * QuickMenu. - */ - public static final ImageID QUICK_MENU_HIDE_OFFLINE_ICON - = new ImageID("service.gui.icons.QUICK_MENU_HIDE_OFFLINE_ICON"); - - /** - * The icon on the "Info" button in the QuickMenu. - */ - public static final ImageID QUICK_MENU_INFO_ICON - = new ImageID("service.gui.icons.QUICK_MENU_INFO_ICON"); - - /** - * The icon on the "Sound" button in the QuickMenu. - */ - public static final ImageID QUICK_MENU_SOUND_ON_ICON - = new ImageID("service.gui.icons.QUICK_MENU_SOUND_ON_ICON"); - - /** - * The icon on the "Sound" button in the QuickMenu. - */ - public static final ImageID QUICK_MENU_SOUND_OFF_ICON - = new ImageID("service.gui.icons.QUICK_MENU_SOUND_OFF_ICON"); - - /** - * The background rollover image of a QuickMenu button. - */ - public static final ImageID QUICK_MENU_MY_CHAT_ROOMS_ICON - = new ImageID("service.gui.icons.QUICK_MENU_MY_CHAT_ROOMS_ICON"); - /** * The call button image. */ @@ -425,30 +329,6 @@ public class ImageLoader public static final ImageID HANGUP_BUTTON_BG = new ImageID("service.gui.buttons.HANGUP_BUTTON_BG"); - /** - * The hangup button mouse over image. - */ - public static final ImageID HANGUP_ROLLOVER_BUTTON_BG - = new ImageID("service.gui.buttons.HANGUP_ROLLOVER_BUTTON_BG"); - - /** - * The call button pressed image. - */ - public static final ImageID CALL_BUTTON_PRESSED_BG - = new ImageID("service.gui.buttons.CALL_BUTTON_PRESSED_BG"); - - /** - * The video call button pressed image. - */ - public static final ImageID CALL_VIDEO_BUTTON_PRESSED_BG - = new ImageID("service.gui.buttons.CALL_VIDEO_BUTTON_PRESSED_BG"); - - /** - * The hangup button pressed image. - */ - public static final ImageID HANGUP_BUTTON_PRESSED_BG - = new ImageID("service.gui.buttons.HANGUP_BUTTON_PRESSED_BG"); - /** * The background image for all setting buttons in the call panel. */ @@ -461,12 +341,6 @@ public class ImageLoader public static final ImageID CALL_SETTING_BUTTON_PRESSED_BG = new ImageID("service.gui.buttons.CALL_SETTING_BUTTON_PRESSED_BG"); - /** - * The background image for the StatusSelectorBox. - */ - public static final ImageID STATUS_SELECTOR_BOX - = new ImageID("service.gui.buttons.STATUS_SELECTOR_BOX"); - /** * A dial button icon. */ @@ -733,12 +607,6 @@ public class ImageLoader public static final ImageID MUTE_BUTTON = new ImageID("service.gui.buttons.MUTE_BUTTON"); - /** - * A mute button pressed icon. The icon shown in the CallPeer panel. - */ - public static final ImageID MUTE_BUTTON_PRESSED - = new ImageID("service.gui.buttons.MUTE_BUTTON_PRESSED"); - /** * A record button icon. The icon shown in the CallPeer panel. */ @@ -813,12 +681,6 @@ public class ImageLoader public static final ImageID SECURE_BUTTON_OFF = new ImageID("service.gui.buttons.SECURE_BUTTON_OFF"); - /** - * The conference secure button on icon. - */ - public static final ImageID SECURE_ON_CONF_CALL = - new ImageID("service.gui.buttons.SECURE_ON_CONF_CALL"); - /** * The conference secure button off icon. */ @@ -856,11 +718,6 @@ public class ImageLoader public static final ImageID ENCR_VERIFIED = new ImageID("service.gui.buttons.ENCR_VERIFIED"); - public static final ImageID ENCR = new ImageID("service.gui.buttons.ENCR"); - - public static final ImageID ENCR_DISABLED - = new ImageID("service.gui.buttons.ENCR_DISABLED"); - /** * The button icon of the Enter Full Screen command. The icon shown in the * CallPeer panel. @@ -875,18 +732,6 @@ public class ImageLoader public static final ImageID EXIT_FULL_SCREEN_BUTTON = new ImageID("service.gui.buttons.EXIT_FULL_SCREEN_BUTTON"); - /** - * The background image used for the full screen buttons. - */ - public static final ImageID FULL_SCREEN_BUTTON_BG = - new ImageID("service.gui.buttons.FULL_SCREEN_BUTTON_BG"); - - /** - * The background image used for the pressed state of full screen buttons. - */ - public static final ImageID FULL_SCREEN_BUTTON_BG_PRESSED = - new ImageID("service.gui.buttons.FULL_SCREEN_BUTTON_BG_PRESSED"); - /** * The call information button icon used in the call panel. */ @@ -911,42 +756,6 @@ public class ImageLoader public static final ImageID UNAUTHORIZED_CONTACT_16x16 = new ImageID("service.gui.icons.UNAUTHORIZED_CONTACT_16x16"); - /** - * The image used to draw a frame around the contact photo image. - */ - public static final ImageID USER_PHOTO_FRAME - = new ImageID("service.gui.USER_PHOTO_FRAME"); - - /** - * The image used to draw a shadow over the contact photo image. - */ - public static final ImageID USER_PHOTO_SHADOW - = new ImageID("service.gui.USER_PHOTO_SHADOW"); - - /** - * The minimize button icon in the CallPanel. - */ - public static final ImageID CALL_PANEL_MINIMIZE_BUTTON - = new ImageID("service.gui.buttons.CALL_PANEL_MINIMIZE_BUTTON"); - - /** - * The restore button icon in the CallPanel. - */ - public static final ImageID CALL_PANEL_RESTORE_BUTTON - = new ImageID("service.gui.buttons.CALL_PANEL_RESTORE_BUTTON"); - - /** - * The minimize rollover button icon in the CallPanel. - */ - public static final ImageID CALL_PANEL_MINIMIZE_ROLLOVER_BUTTON - = new ImageID("service.gui.buttons.CALL_PANEL_MINIMIZE_ROLLOVER_BUTTON"); - - /** - * The restore rollover button icon in the CallPanel. - */ - public static final ImageID CALL_PANEL_RESTORE_ROLLOVER_BUTTON - = new ImageID("service.gui.buttons.CALL_PANEL_RESTORE_ROLLOVER_BUTTON"); - /** * The icon image of the "Add contact to chat" button in the * chat window. @@ -954,12 +763,6 @@ public class ImageLoader public static final ImageID ADD_TO_CHAT_ICON = new ImageID("service.gui.icons.ADD_TO_CHAT_ICON"); - /** - * The image used for decoration of the "Add contact" window. - */ - public static final ImageID ADD_CONTACT_DIALOG_ICON - = new ImageID("service.gui.icons.ADD_CONTACT_DIALOG_ICON"); - /** * The image used for decoration of the "Add group" window. */ @@ -972,14 +775,6 @@ public class ImageLoader public static final ImageID RENAME_DIALOG_ICON = new ImageID("service.gui.icons.RENAME_DIALOG_ICON"); - /** - * The image used for decoration of the "reason" dialog. The "reason" dialog - * is used wherever user should specify a reason for the operation he's - * trying to do. - */ - public static final ImageID REASON_DIALOG_ICON - = new ImageID("service.gui.icons.REASON_DIALOG_ICON"); - /** * The image used for decoration of the "Open in browser" item in * the right button click menu in chat window. @@ -994,18 +789,6 @@ public class ImageLoader public static final ImageID AUTHORIZATION_ICON = new ImageID("service.gui.icons.AUTHORIZATION_ICON"); - /** - * The image used for decoration of incoming calls in the call list panel. - */ - public static final ImageID INCOMING_CALL_ICON - = new ImageID("service.gui.icons.INCOMING_CALL"); - - /** - * The image used for decoration of outgoing calls in the call list panel. - */ - public static final ImageID OUTGOING_CALL_ICON - = new ImageID("service.gui.icons.OUTGOING_CALL"); - /** * The image used in the right button menu for the move contact item. */ @@ -1024,12 +807,6 @@ public class ImageLoader public static final ImageID EXCLAMATION_MARK = new ImageID("service.gui.icons.EXCLAMATION_MARK"); - /** - * The image used for about window background. - */ - public static final ImageID ABOUT_WINDOW_BACKGROUND - = new ImageID("service.gui.ABOUT_WINDOW_BACKGROUND"); - /** * The image used for opened groups. */ @@ -1085,24 +862,6 @@ public class ImageLoader public static final ImageID DIAL_BUTTON_BG = new ImageID("service.gui.buttons.DIAL_BUTTON_BG"); - /** - * Background image when rollover on the dial button. - */ - public static final ImageID DIAL_BUTTON_ROLLOVER_BG - = new ImageID("service.gui.buttons.DIAL_BUTTON_ROLLOVER_BG"); - - /** - * Icon used in the chat window for the "Send as SMS" option. - */ - public static final ImageID SEND_SMS_ICON - = new ImageID("service.gui.icons.SEND_SMS_ICON"); - - /** - * Tool bar background image. - */ - public static final ImageID TOOL_BAR_BACKGROUND - = new ImageID("service.gui.TOOL_BAR_BACKGROUND"); - /** * Main menu background image. */ @@ -1121,54 +880,12 @@ public class ImageLoader public static final ImageID WINDOW_TITLE_BAR_BG = new ImageID("service.gui.WINDOW_TITLE_BAR_BG"); - /** - * Title bar background image. - */ - public static final ImageID QUICK_MENU_ABOUT_ICON - = new ImageID("QUICK_MENU_ABOUT_ICON"); - - /** - * Title bar background image. - */ - public static final ImageID QUICK_MENU_CREATE_GROUP_ICON - = new ImageID("QUICK_MENU_CREATE_GROUP_ICON"); - - /** - * More actions button. - */ - public static final ImageID MORE_ACTIONS_BUTTON - = new ImageID("service.gui.buttons.MORE_ACTIONS_BUTTON"); - - /** - * More actions button rollover state. - */ - public static final ImageID MORE_ACTIONS_ROLLOVER_BUTTON - = new ImageID("service.gui.buttons.MORE_ACTIONS_ROLLOVER_BUTTON"); - - /** - * More actions button. - */ - public static final ImageID HIDE_ACTIONS_BUTTON - = new ImageID("service.gui.buttons.HIDE_ACTIONS_BUTTON"); - - /** - * More actions button rollover state. - */ - public static final ImageID HIDE_ACTIONS_ROLLOVER_BUTTON - = new ImageID("service.gui.buttons.HIDE_ACTIONS_ROLLOVER_BUTTON"); - /** * The default icon used in file transfer ui. */ public static final ImageID DEFAULT_FILE_ICON = new ImageID("service.gui.icons.DEFAULT_FILE_ICON"); - /** - * The icon used to indicate a connecting state. - */ - public static final ImageID CONNECTING_ICON - = new ImageID("service.gui.icons.CONNECTING"); - /** * The tools icon shown in conference calls. */ @@ -1181,18 +898,6 @@ public class ImageLoader public static final ImageID CHAT_ROOM_CONFIG = new ImageID("service.gui.buttons.CHAT_ROOM_CONFIG"); - /** - * Zoom out Image for avatar panel - */ - public static final ImageID MAGNIFIER_ZOOM_OUT - = new ImageID("service.gui.buttons.ZOOM_OUT"); - - /** - * Zoom in Image for avatar panel - */ - public static final ImageID MAGNIFIER_ZOOM_IN - = new ImageID("service.gui.buttons.ZOOM_IN"); - /** * The video call menu item icon. */ @@ -1217,36 +922,18 @@ public class ImageLoader public static final ImageID VOLUME_CONTROL_BUTTON = new ImageID("service.gui.buttons.VOLUME_CONTROL"); - /** - * The transparent window button background. - */ - public static final ImageID TRANSPARENT_WINDOW_BUTTON - = new ImageID("service.gui.buttons.TRANSPARENT_WINDOW_BUTTON"); - /** * The dial button shown in contact list. */ public static final ImageID CONTACT_LIST_DIAL_BUTTON = new ImageID("service.gui.buttons.CONTACT_LIST_DIAL_BUTTON"); - /** - * The dial button shown in contact list. - */ - public static final ImageID CONTACT_LIST_DIAL_BUTTON_PRESSED - = new ImageID("service.gui.buttons.CONTACT_LIST_DIAL_BUTTON_PRESSED"); - /** * The dial pad call button background. */ public static final ImageID DIAL_PAD_CALL_BUTTON_BG = new ImageID("service.gui.buttons.DIAL_PAD_CALL_BUTTON_BG"); - /** - * The dial pad call button rollover background. - */ - public static final ImageID DIAL_PAD_CALL_BUTTON_ROLLOVER_BG - = new ImageID("service.gui.buttons.DIAL_PAD_CALL_BUTTON_ROLLOVER_BG"); - /* * ======================================================================= * ------------------------ EDIT TOOLBAR ICONS --------------------------- @@ -1258,39 +945,6 @@ public class ImageLoader public static final ImageID ADD_CONTACT_CHAT_ICON = new ImageID("service.gui.icons.ADD_CONTACT_CHAT_ICON"); - /** - * "Bold" button image in the EditTextToolBar in the - * ChatWindow. - */ - public static final ImageID TEXT_BOLD_BUTTON - = new ImageID("service.gui.buttons.TEXT_BOLD_BUTTON"); - - /** - * "Italic" button image in the EditTextToolBar in the - * ChatWindow. - */ - public static final ImageID TEXT_ITALIC_BUTTON - = new ImageID("service.gui.buttons.TEXT_ITALIC_BUTTON"); - - /** - * "Underline" button image in the EditTextToolBar in the - * ChatWindow. - */ - public static final ImageID TEXT_UNDERLINED_BUTTON - = new ImageID("service.gui.buttons.TEXT_UNDERLINED_BUTTON"); - - /** - * Edit toolbar button background icon. - */ - public static final ImageID EDIT_TOOLBAR_BUTTON - = new ImageID("service.gui.buttons.EDIT_TOOLBAR_BUTTON"); - - /** - * Edit toolbar button background icon for toggled state. - */ - public static final ImageID EDIT_TOOLBAR_BUTTON_PRESSED - = new ImageID("service.gui.buttons.EDIT_TOOLBAR_BUTTON_PRESSED"); - /** * The icon shown in the invite dialog. */ @@ -1315,13 +969,6 @@ public class ImageLoader public static final ImageID CHAT_TOOLBAR_BUTTON_BG = new ImageID("MSG_TOOLBAR_BUTTON_BG"); - /** - * The background rollover image of a button in one of the - * ChatWindow toolbars. - */ - public static final ImageID CHAT_TOOLBAR_ROLLOVER_BUTTON_BG - = new ImageID("MSG_TOOLBAR_ROLLOVER_BUTTON_BG"); - /** * Copy icon. */ @@ -1346,18 +993,6 @@ public class ImageLoader public static final ImageID SMILIES_ICON = new ImageID("service.gui.icons.SMILIES_ICON"); - /** - * Save icon. - */ - public static final ImageID SAVE_ICON - = new ImageID("service.gui.icons.SAVE_ICON"); - - /** - * Print icon. - */ - public static final ImageID PRINT_ICON - = new ImageID("service.gui.icons.PRINT_ICON"); - /** * Close icon. */ @@ -1399,43 +1034,6 @@ public class ImageLoader * ------------------------ CHAT CONTACT ICONS --------------------------- * ======================================================================= */ - /** - * A special "info" icon used in the ChatContactPanel. - */ - public static final ImageID CHAT_CONTACT_INFO_BUTTON - = new ImageID("service.gui.buttons.CHAT_CONTACT_INFO_BUTTON"); - - /** - * A special "info" rollover icon used in the ChatContactPanel. - */ - public static final ImageID CHAT_CONTACT_INFO_ROLLOVER_BUTTON - = new ImageID("service.gui.buttons.CHAT_CONTACT_INFO_ROLLOVER_BUTTON"); - - /** - * A special "call" icon used in the ChatContactPanel. - */ - public static final ImageID CHAT_CONTACT_CALL_BUTTON - = new ImageID("service.gui.buttons.CHAT_CONTACT_CALL_BUTTON"); - - /** - * A special "call" rollover icon used in the ChatContactPanel. - */ - public static final ImageID CHAT_CONTACT_CALL_ROLLOVER_BUTTON - = new ImageID("service.gui.buttons.CHAT_CONTACT_CALL_ROLLOVER_BUTTON"); - - /** - * A special "send file" icon used in the ChatContactPanel. - */ - public static final ImageID CHAT_CONTACT_SEND_FILE_BUTTON - = new ImageID("service.gui.buttons.CHAT_CONTACT_SEND_FILE_BUTTON"); - - /** - * A special "send file" rollover icon used in the - * ChatContactPanel. - */ - public static final ImageID CHAT_SEND_FILE_ROLLOVER_BUTTON - = new ImageID("service.gui.buttons.CHAT_SEND_FILE_ROLLOVER_BUTTON"); - public static final ImageID CHAT_CONFIGURE_ICON = new ImageID("service.gui.icons.CHAT_CONFIGURE_ICON"); @@ -1547,12 +1145,6 @@ public class ImageLoader public static final ImageID USER_AWAY_ICON = new ImageID("service.gui.statusicons.USER_AWAY_ICON"); - /** - * Contact "not available" icon. - */ - public static final ImageID USER_NA_ICON - = new ImageID("service.gui.statusicons.USER_NA_ICON"); - /** * Contact "free for chat" icon. */ @@ -1565,12 +1157,6 @@ public class ImageLoader public static final ImageID USER_DND_ICON = new ImageID("service.gui.statusicons.USER_DND_ICON"); - /** - * Contact "occupied" icon. - */ - public static final ImageID USER_OCCUPIED_ICON - = new ImageID("service.gui.statusicons.USER_OCCUPIED_ICON"); - /** * Contact "on the phone" icon. */