コード例 #1
0
 public Icon getOptionPaneInformationIcon() {
   return AluminiumIcons.getOptionPaneInformationIcon();
 }
コード例 #2
0
 public Icon getTreeComputerIcon() {
   return AluminiumIcons.getTreeComputerIcon();
 }
コード例 #3
0
 public Icon getTreeFolderIcon() {
   return AluminiumIcons.getTreeFolderIcon();
 }
コード例 #4
0
 public Icon getPaletteCloseIcon() {
   return AluminiumIcons.getPaletteCloseIcon();
 }
コード例 #5
0
 public Icon getCheckBoxIcon() {
   return AluminiumIcons.getCheckBoxIcon();
 }
コード例 #6
0
 public Icon getFileChooserListViewIcon() {
   return AluminiumIcons.getFileChooserListViewIcon();
 }
コード例 #7
0
 public Icon getMinIcon() {
   return AluminiumIcons.getMinIcon();
 }
コード例 #8
0
 public Icon getLeftArrowIcon() {
   return AluminiumIcons.getLeftArrowIcon();
 }
コード例 #9
0
 public Icon getRightArrowIcon() {
   return AluminiumIcons.getRightArrowIcon();
 }
コード例 #10
0
 public Icon getMenuArrowIcon() {
   return AluminiumIcons.getMenuArrowIcon();
 }
コード例 #11
0
 public Icon getDownArrowIcon() {
   return AluminiumIcons.getDownArrowIcon();
 }
コード例 #12
0
 public Icon getTreeExpandedIcon() {
   return AluminiumIcons.getTreeControlIcon(false);
 }
コード例 #13
0
 public Icon getTreeCollapsedIcon() {
   return AluminiumIcons.getTreeControlIcon(true);
 }
コード例 #14
0
 public Icon getTreeLeafIcon() {
   return AluminiumIcons.getTreeLeafIcon();
 }
コード例 #15
0
 public Icon getOptionPaneQuestionIcon() {
   return AluminiumIcons.getOptionPaneQuestionIcon();
 }
コード例 #16
0
 public Icon getSplitterUpArrowIcon() {
   return AluminiumIcons.getSplitterUpArrowIcon();
 }
コード例 #17
0
 public Icon getFileChooserDetailViewIcon() {
   return AluminiumIcons.getFileChooserDetailViewIcon();
 }
コード例 #18
0
 public Icon getSplitterVerBumpIcon() {
   return AluminiumIcons.getSplitterVerBumpIcon();
 }
コード例 #19
0
 public Icon getFileChooserUpFolderIcon() {
   return AluminiumIcons.getFileChooserUpFolderIcon();
 }
コード例 #20
0
 public Icon getThumbVerIcon() {
   return AluminiumIcons.getThumbVerIcon();
 }
コード例 #21
0
 public Icon getCloseIcon() {
   return AluminiumIcons.getCloseIcon();
 }
コード例 #22
0
 public Icon getThumbVerIconRollover() {
   return AluminiumIcons.getThumbVerIconRollover();
 }
コード例 #23
0
 public Icon getRadioButtonIcon() {
   return AluminiumIcons.getRadioButtonIcon();
 }
コード例 #24
0
 public Icon getOptionPaneErrorIcon() {
   return AluminiumIcons.getOptionPaneErrorIcon();
 }
コード例 #25
0
 public Icon getComboBoxIcon() {
   return AluminiumIcons.getComboBoxIcon();
 }
コード例 #26
0
 public Icon getOptionPaneWarningIcon() {
   return AluminiumIcons.getOptionPaneWarningIcon();
 }
コード例 #27
0
 public Icon getTreeFloppyDriveIcon() {
   return AluminiumIcons.getTreeFloppyDriveIcon();
 }
コード例 #28
0
 public Icon getTreeHardDriveIcon() {
   return AluminiumIcons.getTreeHardDriveIcon();
 }