BrightSide Workbench Full Report + Source Code
org.turro.elephant.menu.IUserAction Interface Reference
Inheritance diagram for org.turro.elephant.menu.IUserAction:

Public Member Functions

String getId ()
 
String getLabel ()
 
String getImage ()
 
String getLink ()
 
boolean isValid ()
 
boolean isCaption ()
 
boolean isOnlyLabel ()
 
boolean isOnlyImage ()
 
void execute ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 26 of file IUserAction.java.

Member Function Documentation

◆ execute()

void org.turro.elephant.menu.IUserAction.execute ( )

◆ getId()

String org.turro.elephant.menu.IUserAction.getId ( )

Implemented in org.turro.elephant.menu.AbstractUserAction.

Here is the caller graph for this function:

◆ getImage()

String org.turro.elephant.menu.IUserAction.getImage ( )

◆ getLabel()

String org.turro.elephant.menu.IUserAction.getLabel ( )

◆ getLink()

String org.turro.elephant.menu.IUserAction.getLink ( )

Implemented in org.turro.elephant.menu.AbstractUserAction.

Here is the caller graph for this function:

◆ isCaption()

boolean org.turro.elephant.menu.IUserAction.isCaption ( )

◆ isOnlyImage()

boolean org.turro.elephant.menu.IUserAction.isOnlyImage ( )

◆ isOnlyLabel()

boolean org.turro.elephant.menu.IUserAction.isOnlyLabel ( )

◆ isValid()

boolean org.turro.elephant.menu.IUserAction.isValid ( )

Implemented in org.turro.elephant.menu.AbstractUserAction.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: