Exemplo n.º 1
0
 /** {@inheritDoc} */
 @Override
 public String getName() {
   return wrappedFinishAction.getName();
 }
Exemplo n.º 2
0
 /** {@inheritDoc} */
 @Override
 public Icon getIcon() {
   return wrappedFinishAction.getIcon();
 }
Exemplo n.º 3
0
 /** {@inheritDoc} */
 @Override
 public String getDescription() {
   return wrappedFinishAction.getDescription();
 }
Exemplo n.º 4
0
 /** {@inheritDoc} */
 @Override
 public String getName() {
   return wrappedCancelAction.getName();
 }
Exemplo n.º 5
0
 /** {@inheritDoc} */
 @Override
 public Icon getIcon() {
   return wrappedCancelAction.getIcon();
 }
Exemplo n.º 6
0
 /** {@inheritDoc} */
 @Override
 public String getDescription() {
   return wrappedCancelAction.getDescription();
 }